2022-11-23T01:56:07.3158294Z Requested labels: windows.4xlarge 2022-11-23T01:56:07.3158392Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:56:07.3158424Z Waiting for a runner to pick up this job... 2022-11-23T01:56:07.5046455Z Job is about to start running on the runner: i-0a9c8789daaf72f72 (organization) 2022-11-23T01:56:13.3624871Z Current runner version: '2.299.1' 2022-11-23T01:56:13.3631766Z Runner name: 'i-0a9c8789daaf72f72' 2022-11-23T01:56:13.3632252Z Runner group name: 'Default' 2022-11-23T01:56:13.3632857Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:56:13.3635021Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:56:13.3635662Z Actions: write 2022-11-23T01:56:13.3635999Z Checks: write 2022-11-23T01:56:13.3636275Z Contents: write 2022-11-23T01:56:13.3636505Z Deployments: write 2022-11-23T01:56:13.3636776Z Discussions: write 2022-11-23T01:56:13.3637042Z Issues: write 2022-11-23T01:56:13.3637255Z Metadata: read 2022-11-23T01:56:13.3637510Z Packages: write 2022-11-23T01:56:13.3637767Z Pages: write 2022-11-23T01:56:13.3638005Z PullRequests: write 2022-11-23T01:56:13.3638316Z RepositoryProjects: write 2022-11-23T01:56:13.3638612Z SecurityEvents: write 2022-11-23T01:56:13.3638847Z Statuses: write 2022-11-23T01:56:13.3639101Z ##[endgroup] 2022-11-23T01:56:13.3642548Z Secret source: Actions 2022-11-23T01:56:13.3643087Z Prepare workflow directory 2022-11-23T01:56:13.4901483Z Prepare all required actions 2022-11-23T01:56:13.5053416Z Getting action download info 2022-11-23T01:56:14.3265396Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:57:16.1546240Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:57:18.4004359Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:57:19.2785185Z Getting action download info 2022-11-23T01:57:20.1622922Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:57:20.8878084Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:57:20.8879588Z ##[group] Inputs 2022-11-23T01:57:20.8879848Z build-environment: win-vs2019-cuda11.7-py3 2022-11-23T01:57:20.8880080Z cuda-version: 11.7 2022-11-23T01:57:20.8880635Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:57:20.8881114Z sync-tag: 2022-11-23T01:57:20.8881281Z ##[endgroup] 2022-11-23T01:57:20.8881738Z Complete job name: win-vs2019-cuda11.7-py3 / test (force_on_cpu, 1, 1, windows.4xlarge, rerun_disabled_tests) 2022-11-23T01:57:21.0553342Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:57:21.0553837Z git config --global core.symlinks true 2022-11-23T01:57:21.0586017Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:57:21.0586280Z env: 2022-11-23T01:57:21.0586454Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:21.0586637Z ##[endgroup] 2022-11-23T01:57:23.6074738Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:57:23.6075132Z with: 2022-11-23T01:57:23.6075293Z no-sudo: true 2022-11-23T01:57:23.6075471Z submodules: recursive 2022-11-23T01:57:23.6075650Z fetch-depth: 0 2022-11-23T01:57:23.6075796Z env: 2022-11-23T01:57:23.6075963Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:23.6076146Z ##[endgroup] 2022-11-23T01:57:23.6376493Z ##[group]Run retry () { 2022-11-23T01:57:23.6376725Z retry () { 2022-11-23T01:57:23.6376957Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:57:23.6377179Z } 2022-11-23T01:57:23.6377360Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:57:23.6377564Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:57:23.6377772Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:57:23.6377973Z else 2022-11-23T01:57:23.6378197Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:57:23.6379269Z fi 2022-11-23T01:57:23.6379449Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:57:23.6407415Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:57:23.6407690Z env: 2022-11-23T01:57:23.6407863Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:23.6408045Z NO_SUDO: true 2022-11-23T01:57:23.6408196Z ##[endgroup] 2022-11-23T01:57:23.6698340Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:57:23.9924300Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:57:23.9924544Z with: 2022-11-23T01:57:23.9924737Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:57:23.9924923Z fetch-depth: 0 2022-11-23T01:57:23.9925103Z submodules: recursive 2022-11-23T01:57:23.9925298Z quiet-checkout: true 2022-11-23T01:57:23.9925481Z repository: pytorch/pytorch 2022-11-23T01:57:23.9925842Z token: *** 2022-11-23T01:57:23.9926005Z ssh-strict: true 2022-11-23T01:57:23.9926189Z persist-credentials: true 2022-11-23T01:57:23.9926379Z clean: true 2022-11-23T01:57:23.9926538Z lfs: false 2022-11-23T01:57:23.9926701Z set-safe-directory: true 2022-11-23T01:57:23.9926876Z env: 2022-11-23T01:57:23.9927045Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:23.9927209Z ##[endgroup] 2022-11-23T01:57:28.9961852Z Syncing repository: pytorch/pytorch 2022-11-23T01:57:28.9963290Z ##[group]Getting Git version info 2022-11-23T01:57:28.9963596Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:57:29.0019390Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:57:29.0206458Z git version 2.38.1.windows.1 2022-11-23T01:57:29.0244374Z ##[endgroup] 2022-11-23T01:57:29.0258672Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\e9744850-391d-44cc-a7d7-e8442e555218\.gitconfig' 2022-11-23T01:57:29.0312077Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\e9744850-391d-44cc-a7d7-e8442e555218' before making global git config changes 2022-11-23T01:57:29.0312505Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:57:29.0319788Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:57:29.0557654Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:57:29.0565862Z ##[group]Initializing the repository 2022-11-23T01:57:29.0573109Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:57:29.1045486Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:57:29.1081786Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:57:29.1349742Z ##[endgroup] 2022-11-23T01:57:29.1350148Z ##[group]Disabling automatic garbage collection 2022-11-23T01:57:29.1356619Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:57:29.1576378Z ##[endgroup] 2022-11-23T01:57:29.1576819Z ##[group]Setting up auth 2022-11-23T01:57:29.1586543Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:57:29.1799516Z [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-11-23T01:57:30.5834633Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:57:30.6044305Z [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-11-23T01:57:30.9812036Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:57:31.0101325Z ##[endgroup] 2022-11-23T01:57:31.0102178Z ##[group]Fetching the repository 2022-11-23T01:57:31.0111009Z [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-11-23T01:58:38.7443075Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:58:38.7632886Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:58:38.7661998Z ##[endgroup] 2022-11-23T01:58:38.7662370Z ##[group]Determining the checkout info 2022-11-23T01:58:38.7663148Z ##[endgroup] 2022-11-23T01:58:38.7663449Z ##[group]Checking out the ref 2022-11-23T01:58:38.7670151Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:58:57.3383541Z ##[endgroup] 2022-11-23T01:58:57.3384566Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:58:57.3393176Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:58:57.3678228Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:58:57.3901405Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:58:57.4121308Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:58:57.4344617Z ##[endgroup] 2022-11-23T01:58:57.4344969Z ##[group]Fetching submodules 2022-11-23T01:58:57.4351861Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:58:57.8161741Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:58:58.3161768Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:58:58.3162296Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:58:58.3162825Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:58:58.3165060Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:58:58.3165544Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:58:58.3166085Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:58:58.3166618Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:58:58.3167553Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:58:58.3168069Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:58:58.3168519Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:58:58.3168959Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:58:58.3169408Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:58:58.3169800Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:58:58.3170204Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:58:58.3170632Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:58:58.3171150Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:58:58.3171526Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:58:58.3171978Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:58:58.3172416Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:58:58.3172848Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:58:58.3173257Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:58:58.3173683Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:58:58.3174113Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:58:58.3174514Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:58:58.3174898Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:58:58.3175311Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:58:58.3175729Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:58:58.3176123Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:58:58.3176535Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:58:58.3176980Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:58:58.3177416Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:58:58.3177863Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:58:58.3178329Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:58:58.3179050Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:58:58.3524113Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:58:58.3524688Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:58:58.3525197Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:58:58.3525606Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:58:58.3525997Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:58:58.3526409Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:58:58.3526832Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:58:58.7688506Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:58:59.2681449Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:58:59.6026555Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:59:00.1538610Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:59:00.6672230Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:59:05.2504843Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:59:11.0927329Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:59:12.5129544Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:59:14.4755669Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:59:16.8006313Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:59:26.5361018Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:59:30.2130475Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:59:40.5605568Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:59:42.2660888Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:59:44.4705885Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:59:49.6733612Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:59:50.0425359Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:59:50.9231911Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:59:51.8764865Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:59:55.3778413Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:59:56.4290877Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T02:00:00.0479055Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T02:00:01.3052287Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T02:00:06.8403594Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T02:00:07.8154951Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T02:00:08.8296889Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T02:00:18.7794364Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T02:00:21.2253799Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T02:00:22.0052253Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T02:00:22.6937028Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T02:00:29.4771006Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T02:00:30.0112621Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T02:00:30.6428010Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T02:00:33.0859138Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T02:00:33.6057590Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T02:00:34.1775984Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T02:00:34.8946205Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T02:00:35.8350660Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T02:00:39.4285572Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T02:00:40.5379474Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T02:00:42.8926520Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T02:00:43.1989529Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T02:00:43.4100738Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T02:00:43.4987786Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T02:00:44.0221078Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T02:00:45.2617706Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T02:00:47.8687493Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T02:01:17.2105330Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T02:01:17.9809282Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T02:01:20.0884855Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T02:01:20.7104639Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T02:01:30.2487664Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T02:01:37.8159714Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T02:01:40.8533826Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T02:01:42.5522058Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T02:01:42.5962721Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:01:42.5963249Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:01:42.5963723Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:01:42.5964241Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:01:43.9119781Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T02:01:44.5501174Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T02:01:45.8096127Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T02:01:46.2623028Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T02:01:46.7376465Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T02:01:48.3126899Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T02:01:49.3043412Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T02:01:49.4053684Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T02:01:51.8176270Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T02:01:52.0908576Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T02:01:52.1795916Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T02:01:52.3552419Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T02:01:52.7180160Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T02:01:53.2384202Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T02:01:53.3459297Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T02:01:53.3603500Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T02:02:05.2761990Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T02:02:11.0743432Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T02:02:11.0873064Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:02:20.5582252Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T02:02:26.1755700Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T02:02:26.2836767Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T02:02:26.5778897Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T02:02:27.2100809Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T02:02:27.2255105Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:02:27.2255658Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:02:29.2197704Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T02:02:31.1932198Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T02:02:31.4146387Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T02:02:31.7187978Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T02:02:32.0199704Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T02:02:32.1320473Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T02:02:33.0390286Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T02:02:37.9923750Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T02:02:38.0089212Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T02:02:38.0089736Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T02:02:38.6255264Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T02:02:39.6029403Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T02:02:39.8569619Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T02:02:40.2472064Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T02:02:40.3784438Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T02:02:40.3914995Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:02:43.2306232Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T02:02:46.0351882Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T02:02:46.0509376Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:02:46.0509958Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:02:46.6883023Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T02:02:48.0073745Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T02:02:48.1482408Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T02:02:48.5337814Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T02:02:48.5462548Z 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-11-23T02:02:48.9615724Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T02:02:49.0203172Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T02:02:49.0957214Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T02:02:55.3005284Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T02:02:55.3163832Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:02:55.3164445Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T02:02:56.1284387Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T02:02:57.3489922Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T02:02:57.5326951Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T02:02:58.3300512Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T02:02:58.4071540Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T02:02:58.5726599Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T02:02:59.0857748Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T02:02:59.2018685Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T02:02:59.5557453Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T02:02:59.6460662Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T02:03:00.5040086Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T02:03:03.8543609Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T02:03:04.3535334Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T02:03:04.3747364Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:03:04.3747904Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:03:04.3748439Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:03:04.3748977Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:03:06.0150470Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T02:03:06.4122478Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T02:03:08.1764427Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T02:03:10.1882595Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T02:03:10.7132146Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T02:03:10.9409052Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T02:03:11.6192866Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T02:03:12.1640610Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T02:03:12.1776705Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:03:12.6381376Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T02:03:12.6921278Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T02:03:13.8108175Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T02:03:13.8309395Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T02:03:14.3054006Z Entering 'android/libs/fbjni' 2022-11-23T02:03:14.3477947Z Entering 'third_party/FP16' 2022-11-23T02:03:14.3882579Z Entering 'third_party/FXdiv' 2022-11-23T02:03:14.4313827Z Entering 'third_party/NNPACK' 2022-11-23T02:03:14.4740302Z Entering 'third_party/QNNPACK' 2022-11-23T02:03:14.5153451Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:03:14.5568375Z Entering 'third_party/XNNPACK' 2022-11-23T02:03:14.5995457Z Entering 'third_party/benchmark' 2022-11-23T02:03:14.6408583Z Entering 'third_party/cpuinfo' 2022-11-23T02:03:14.6832939Z Entering 'third_party/cub' 2022-11-23T02:03:14.7239406Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:03:14.7682550Z Entering 'third_party/cutlass' 2022-11-23T02:03:14.8088801Z Entering 'third_party/eigen' 2022-11-23T02:03:14.8503240Z Entering 'third_party/fbgemm' 2022-11-23T02:03:14.8904271Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:03:14.9317026Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:03:14.9744748Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:03:15.0200203Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:03:15.0632643Z Entering 'third_party/flatbuffers' 2022-11-23T02:03:15.1069939Z Entering 'third_party/fmt' 2022-11-23T02:03:15.1491168Z Entering 'third_party/foxi' 2022-11-23T02:03:15.1917782Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:03:15.2376111Z Entering 'third_party/gloo' 2022-11-23T02:03:15.2820462Z Entering 'third_party/googletest' 2022-11-23T02:03:15.3252243Z Entering 'third_party/ideep' 2022-11-23T02:03:15.3658039Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:03:15.4072195Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:03:15.4534409Z Entering 'third_party/ios-cmake' 2022-11-23T02:03:15.4951355Z Entering 'third_party/ittapi' 2022-11-23T02:03:15.5376792Z Entering 'third_party/kineto' 2022-11-23T02:03:15.5783534Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:03:15.6202220Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:03:15.6636850Z Entering 'third_party/nccl/nccl' 2022-11-23T02:03:15.7061045Z Entering 'third_party/neon2sse' 2022-11-23T02:03:15.7477446Z Entering 'third_party/nlohmann' 2022-11-23T02:03:15.7893496Z Entering 'third_party/onnx' 2022-11-23T02:03:15.8309860Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:03:15.8756628Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:03:15.9193641Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:03:15.9597353Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:03:16.0033609Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:03:16.0470599Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:03:16.0921361Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:03:16.1435133Z Entering 'third_party/pocketfft' 2022-11-23T02:03:16.1861345Z Entering 'third_party/protobuf' 2022-11-23T02:03:16.2309642Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:03:16.2739836Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:03:16.3180496Z Entering 'third_party/psimd' 2022-11-23T02:03:16.3622671Z Entering 'third_party/pthreadpool' 2022-11-23T02:03:16.4072256Z Entering 'third_party/pybind11' 2022-11-23T02:03:16.4518127Z Entering 'third_party/python-enum' 2022-11-23T02:03:16.4954600Z Entering 'third_party/python-peachpy' 2022-11-23T02:03:16.5384509Z Entering 'third_party/python-six' 2022-11-23T02:03:16.5822107Z Entering 'third_party/sleef' 2022-11-23T02:03:16.6252923Z Entering 'third_party/tbb' 2022-11-23T02:03:16.6670825Z Entering 'third_party/tensorpipe' 2022-11-23T02:03:16.7091181Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:03:16.7538918Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:03:16.7995936Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:03:16.8429659Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:03:16.8845186Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:03:16.9309117Z Entering 'third_party/zstd' 2022-11-23T02:03:16.9829603Z ##[endgroup] 2022-11-23T02:03:16.9830656Z ##[group]Persisting credentials for submodules 2022-11-23T02:03:16.9839605Z [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-11-23T02:03:17.3690632Z Entering 'android/libs/fbjni' 2022-11-23T02:03:17.4193100Z Entering 'third_party/FP16' 2022-11-23T02:03:17.4680476Z Entering 'third_party/FXdiv' 2022-11-23T02:03:17.5160079Z Entering 'third_party/NNPACK' 2022-11-23T02:03:17.5649932Z Entering 'third_party/QNNPACK' 2022-11-23T02:03:17.6135152Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:03:17.6620748Z Entering 'third_party/XNNPACK' 2022-11-23T02:03:17.7106634Z Entering 'third_party/benchmark' 2022-11-23T02:03:17.7581727Z Entering 'third_party/cpuinfo' 2022-11-23T02:03:17.8073171Z Entering 'third_party/cub' 2022-11-23T02:03:17.8580969Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:03:17.9079292Z Entering 'third_party/cutlass' 2022-11-23T02:03:17.9574101Z Entering 'third_party/eigen' 2022-11-23T02:03:18.0083198Z Entering 'third_party/fbgemm' 2022-11-23T02:03:18.0567040Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:03:18.1058315Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:03:18.1534356Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:03:18.2016633Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:03:18.2518271Z Entering 'third_party/flatbuffers' 2022-11-23T02:03:18.3018214Z Entering 'third_party/fmt' 2022-11-23T02:03:18.3512664Z Entering 'third_party/foxi' 2022-11-23T02:03:18.4013141Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:03:18.4500669Z Entering 'third_party/gloo' 2022-11-23T02:03:18.4976481Z Entering 'third_party/googletest' 2022-11-23T02:03:18.5460569Z Entering 'third_party/ideep' 2022-11-23T02:03:18.5952885Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:03:18.6452261Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:03:18.7006973Z Entering 'third_party/ios-cmake' 2022-11-23T02:03:18.7506731Z Entering 'third_party/ittapi' 2022-11-23T02:03:18.7982351Z Entering 'third_party/kineto' 2022-11-23T02:03:18.8466209Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:03:18.8957149Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:03:18.9471624Z Entering 'third_party/nccl/nccl' 2022-11-23T02:03:18.9984612Z Entering 'third_party/neon2sse' 2022-11-23T02:03:19.0474676Z Entering 'third_party/nlohmann' 2022-11-23T02:03:19.1425260Z Entering 'third_party/onnx' 2022-11-23T02:03:19.1929977Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:03:19.2445204Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:03:19.2976392Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:03:19.3482365Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:03:19.3978704Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:03:19.4489817Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:03:19.4981911Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:03:19.5532591Z Entering 'third_party/pocketfft' 2022-11-23T02:03:19.6011576Z Entering 'third_party/protobuf' 2022-11-23T02:03:19.6507287Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:03:19.6999000Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:03:19.7494837Z Entering 'third_party/psimd' 2022-11-23T02:03:19.8002095Z Entering 'third_party/pthreadpool' 2022-11-23T02:03:19.8478256Z Entering 'third_party/pybind11' 2022-11-23T02:03:19.8959964Z Entering 'third_party/python-enum' 2022-11-23T02:03:19.9438852Z Entering 'third_party/python-peachpy' 2022-11-23T02:03:19.9934541Z Entering 'third_party/python-six' 2022-11-23T02:03:20.0422361Z Entering 'third_party/sleef' 2022-11-23T02:03:20.0899812Z Entering 'third_party/tbb' 2022-11-23T02:03:20.1384619Z Entering 'third_party/tensorpipe' 2022-11-23T02:03:20.1857327Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:03:20.2374690Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:03:20.2879179Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:03:20.3374009Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:03:20.3890518Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:03:20.4459349Z Entering 'third_party/zstd' 2022-11-23T02:03:20.5038410Z [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-11-23T02:03:20.8743916Z Entering 'android/libs/fbjni' 2022-11-23T02:03:20.9268663Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T02:03:20.9406876Z Entering 'third_party/FP16' 2022-11-23T02:03:20.9921208Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T02:03:21.0061501Z Entering 'third_party/FXdiv' 2022-11-23T02:03:21.0592107Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T02:03:21.0732697Z Entering 'third_party/NNPACK' 2022-11-23T02:03:21.1268686Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T02:03:21.1434663Z Entering 'third_party/QNNPACK' 2022-11-23T02:03:21.1962048Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T02:03:21.2115196Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:03:21.2670534Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T02:03:21.2817386Z Entering 'third_party/XNNPACK' 2022-11-23T02:03:21.3355054Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T02:03:21.3511742Z Entering 'third_party/benchmark' 2022-11-23T02:03:21.4046631Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:03:21.4183668Z Entering 'third_party/cpuinfo' 2022-11-23T02:03:21.4712138Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T02:03:21.4854510Z Entering 'third_party/cub' 2022-11-23T02:03:21.5417681Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T02:03:21.5575983Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:03:21.6117560Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T02:03:21.6261158Z Entering 'third_party/cutlass' 2022-11-23T02:03:21.6820901Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T02:03:21.6972179Z Entering 'third_party/eigen' 2022-11-23T02:03:21.7517223Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T02:03:21.7657000Z Entering 'third_party/fbgemm' 2022-11-23T02:03:21.8189687Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T02:03:21.8319364Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:03:21.8867001Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T02:03:21.9012237Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:03:21.9569746Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T02:03:21.9712457Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:03:22.0258273Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:03:22.0396679Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:03:22.0930030Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T02:03:22.1081664Z Entering 'third_party/flatbuffers' 2022-11-23T02:03:22.1607773Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T02:03:22.1745816Z Entering 'third_party/fmt' 2022-11-23T02:03:22.2278906Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T02:03:22.2422860Z Entering 'third_party/foxi' 2022-11-23T02:03:22.2954604Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T02:03:22.3093516Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:03:22.3619087Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T02:03:22.3783415Z Entering 'third_party/gloo' 2022-11-23T02:03:22.4323003Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T02:03:22.4464641Z Entering 'third_party/googletest' 2022-11-23T02:03:22.5010162Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:03:22.5153681Z Entering 'third_party/ideep' 2022-11-23T02:03:22.5690348Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T02:03:22.5822098Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:03:22.6363021Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T02:03:22.6494376Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:03:22.7030607Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T02:03:22.7214746Z Entering 'third_party/ios-cmake' 2022-11-23T02:03:22.7760124Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T02:03:22.7904495Z Entering 'third_party/ittapi' 2022-11-23T02:03:22.8432454Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T02:03:22.8570762Z Entering 'third_party/kineto' 2022-11-23T02:03:22.9097783Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T02:03:22.9222205Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:03:22.9766488Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T02:03:22.9907806Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:03:23.0448028Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T02:03:23.0602397Z Entering 'third_party/nccl/nccl' 2022-11-23T02:03:23.1138828Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T02:03:23.1283121Z Entering 'third_party/neon2sse' 2022-11-23T02:03:23.2159655Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T02:03:23.2303049Z Entering 'third_party/nlohmann' 2022-11-23T02:03:23.2852102Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T02:03:23.3001523Z Entering 'third_party/onnx' 2022-11-23T02:03:23.3558360Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T02:03:23.3704933Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:03:23.4237506Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:03:23.4380712Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:03:23.4943925Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:03:23.5107076Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:03:23.5645957Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T02:03:23.5772061Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:03:23.6549491Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T02:03:23.6686864Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:03:23.7243524Z 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-11-23T02:03:23.7388427Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:03:23.7922155Z 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-11-23T02:03:23.8061007Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:03:23.8587905Z 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-11-23T02:03:23.8772561Z Entering 'third_party/pocketfft' 2022-11-23T02:03:23.9321124Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T02:03:23.9457498Z Entering 'third_party/protobuf' 2022-11-23T02:03:24.1300678Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T02:03:24.1439917Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:03:24.1983094Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:03:24.2123629Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:03:24.2657022Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:03:24.2809744Z Entering 'third_party/psimd' 2022-11-23T02:03:24.3343023Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T02:03:24.3484648Z Entering 'third_party/pthreadpool' 2022-11-23T02:03:24.4030720Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T02:03:24.4186342Z Entering 'third_party/pybind11' 2022-11-23T02:03:24.4725355Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:03:24.4873300Z Entering 'third_party/python-enum' 2022-11-23T02:03:24.5393313Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T02:03:24.5541088Z Entering 'third_party/python-peachpy' 2022-11-23T02:03:24.6336320Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T02:03:24.6484371Z Entering 'third_party/python-six' 2022-11-23T02:03:24.7030841Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T02:03:24.7198655Z Entering 'third_party/sleef' 2022-11-23T02:03:24.7750725Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T02:03:24.7898707Z Entering 'third_party/tbb' 2022-11-23T02:03:24.8435013Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T02:03:24.8582637Z Entering 'third_party/tensorpipe' 2022-11-23T02:03:24.9139780Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T02:03:24.9281283Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:03:24.9834250Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:03:24.9984257Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:03:25.0550979Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T02:03:25.0692888Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:03:25.1239960Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T02:03:25.1381740Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:03:25.1924310Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:03:25.2059044Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:03:25.2644064Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T02:03:25.2817336Z Entering 'third_party/zstd' 2022-11-23T02:03:25.3363730Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T02:03:25.6075899Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T02:03:26.1271487Z Entering 'android/libs/fbjni' 2022-11-23T02:03:26.1700409Z Entering 'third_party/FP16' 2022-11-23T02:03:26.2111165Z Entering 'third_party/FXdiv' 2022-11-23T02:03:26.2520877Z Entering 'third_party/NNPACK' 2022-11-23T02:03:26.2952009Z Entering 'third_party/QNNPACK' 2022-11-23T02:03:26.3364279Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:03:26.3777225Z Entering 'third_party/XNNPACK' 2022-11-23T02:03:26.4203986Z Entering 'third_party/benchmark' 2022-11-23T02:03:26.4614896Z Entering 'third_party/cpuinfo' 2022-11-23T02:03:26.5030619Z Entering 'third_party/cub' 2022-11-23T02:03:26.5465518Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:03:26.5894172Z Entering 'third_party/cutlass' 2022-11-23T02:03:26.6328804Z Entering 'third_party/eigen' 2022-11-23T02:03:26.6744864Z Entering 'third_party/fbgemm' 2022-11-23T02:03:26.7149645Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:03:26.7575201Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:03:26.7989657Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:03:26.8406501Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:03:26.8844572Z Entering 'third_party/flatbuffers' 2022-11-23T02:03:26.9253741Z Entering 'third_party/fmt' 2022-11-23T02:03:26.9667720Z Entering 'third_party/foxi' 2022-11-23T02:03:27.0083786Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:03:27.0502143Z Entering 'third_party/gloo' 2022-11-23T02:03:27.0910693Z Entering 'third_party/googletest' 2022-11-23T02:03:27.1324715Z Entering 'third_party/ideep' 2022-11-23T02:03:27.4082676Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:03:27.4772110Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:03:27.5253682Z Entering 'third_party/ios-cmake' 2022-11-23T02:03:27.5689145Z Entering 'third_party/ittapi' 2022-11-23T02:03:27.6127453Z Entering 'third_party/kineto' 2022-11-23T02:03:27.6542592Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:03:27.6988929Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:03:27.7422233Z Entering 'third_party/nccl/nccl' 2022-11-23T02:03:27.7840191Z Entering 'third_party/neon2sse' 2022-11-23T02:03:27.8251255Z Entering 'third_party/nlohmann' 2022-11-23T02:03:27.8673132Z Entering 'third_party/onnx' 2022-11-23T02:03:27.9117612Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:03:27.9542513Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:03:27.9981210Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:03:28.0589279Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:03:28.1005914Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:03:28.1433493Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:03:28.1878151Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:03:28.2399057Z Entering 'third_party/pocketfft' 2022-11-23T02:03:28.2831702Z Entering 'third_party/protobuf' 2022-11-23T02:03:28.3245974Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:03:28.3675624Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:03:28.4123959Z Entering 'third_party/psimd' 2022-11-23T02:03:28.4538303Z Entering 'third_party/pthreadpool' 2022-11-23T02:03:28.4951439Z Entering 'third_party/pybind11' 2022-11-23T02:03:28.5373140Z Entering 'third_party/python-enum' 2022-11-23T02:03:28.5796919Z Entering 'third_party/python-peachpy' 2022-11-23T02:03:28.6236474Z Entering 'third_party/python-six' 2022-11-23T02:03:28.6657152Z Entering 'third_party/sleef' 2022-11-23T02:03:28.7078977Z Entering 'third_party/tbb' 2022-11-23T02:03:28.7499340Z Entering 'third_party/tensorpipe' 2022-11-23T02:03:28.7906165Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:03:28.8343719Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:03:28.8775649Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:03:28.9216032Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:03:28.9641463Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:03:29.0090660Z Entering 'third_party/zstd' 2022-11-23T02:03:29.0579716Z [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-11-23T02:03:29.4365803Z Entering 'android/libs/fbjni' 2022-11-23T02:03:29.4840446Z Entering 'third_party/FP16' 2022-11-23T02:03:29.5261584Z Entering 'third_party/FXdiv' 2022-11-23T02:03:29.5681258Z Entering 'third_party/NNPACK' 2022-11-23T02:03:29.6119744Z Entering 'third_party/QNNPACK' 2022-11-23T02:03:29.6562539Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:03:29.7005705Z Entering 'third_party/XNNPACK' 2022-11-23T02:03:29.7439571Z Entering 'third_party/benchmark' 2022-11-23T02:03:29.7871258Z Entering 'third_party/cpuinfo' 2022-11-23T02:03:29.8292905Z Entering 'third_party/cub' 2022-11-23T02:03:29.8712374Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:03:29.9157346Z Entering 'third_party/cutlass' 2022-11-23T02:03:29.9604790Z Entering 'third_party/eigen' 2022-11-23T02:03:30.0023615Z Entering 'third_party/fbgemm' 2022-11-23T02:03:30.0442828Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:03:30.0875214Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:03:30.1317390Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:03:30.1782068Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:03:30.2244959Z Entering 'third_party/flatbuffers' 2022-11-23T02:03:30.2689475Z Entering 'third_party/fmt' 2022-11-23T02:03:30.3115587Z Entering 'third_party/foxi' 2022-11-23T02:03:30.3534229Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:03:30.3953417Z Entering 'third_party/gloo' 2022-11-23T02:03:30.4366929Z Entering 'third_party/googletest' 2022-11-23T02:03:30.4781655Z Entering 'third_party/ideep' 2022-11-23T02:03:30.5197505Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:03:30.5624295Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:03:30.6124574Z Entering 'third_party/ios-cmake' 2022-11-23T02:03:30.6544594Z Entering 'third_party/ittapi' 2022-11-23T02:03:30.6965442Z Entering 'third_party/kineto' 2022-11-23T02:03:30.7390516Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:03:30.7838610Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:03:30.8511174Z Entering 'third_party/nccl/nccl' 2022-11-23T02:03:30.8915181Z Entering 'third_party/neon2sse' 2022-11-23T02:03:30.9335650Z Entering 'third_party/nlohmann' 2022-11-23T02:03:30.9773069Z Entering 'third_party/onnx' 2022-11-23T02:03:31.0195446Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:03:31.0657140Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:03:31.1094689Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:03:31.1519165Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:03:31.1955231Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:03:31.2400164Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:03:31.2812794Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:03:31.3315064Z Entering 'third_party/pocketfft' 2022-11-23T02:03:31.3731724Z Entering 'third_party/protobuf' 2022-11-23T02:03:31.4147623Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:03:31.4576590Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:03:31.5040221Z Entering 'third_party/psimd' 2022-11-23T02:03:31.5487846Z Entering 'third_party/pthreadpool' 2022-11-23T02:03:31.5895749Z Entering 'third_party/pybind11' 2022-11-23T02:03:31.6302485Z Entering 'third_party/python-enum' 2022-11-23T02:03:31.6704235Z Entering 'third_party/python-peachpy' 2022-11-23T02:03:31.7116687Z Entering 'third_party/python-six' 2022-11-23T02:03:31.7525724Z Entering 'third_party/sleef' 2022-11-23T02:03:31.7938983Z Entering 'third_party/tbb' 2022-11-23T02:03:31.8363631Z Entering 'third_party/tensorpipe' 2022-11-23T02:03:31.8758325Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:03:32.0232040Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:03:32.0659763Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:03:32.1072070Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:03:32.1482801Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:03:32.1953941Z Entering 'third_party/zstd' 2022-11-23T02:03:32.2441990Z ##[endgroup] 2022-11-23T02:03:32.2685640Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T02:03:32.2870326Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T02:03:32.4459708Z Prepare all required actions 2022-11-23T02:03:32.4460057Z Getting action download info 2022-11-23T02:03:32.6101780Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T02:03:33.4082238Z ##[group]Run ./.github/actions/setup-win 2022-11-23T02:03:33.4082445Z with: 2022-11-23T02:03:33.4082598Z cuda-version: 11.7 2022-11-23T02:03:33.4082771Z env: 2022-11-23T02:03:33.4082945Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:33.4083113Z ##[endgroup] 2022-11-23T02:03:33.4203659Z ##[group]Run set -euo pipefail 2022-11-23T02:03:33.4203955Z set -euo pipefail 2022-11-23T02:03:33.4204153Z function get_ec2_metadata() { 2022-11-23T02:03:33.4204406Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T02:03:33.4204771Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T02:03:33.4205064Z  category=$1 2022-11-23T02:03:33.4205360Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T02:03:33.4205577Z } 2022-11-23T02:03:33.4205785Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T02:03:33.4206060Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T02:03:33.4206332Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T02:03:33.4206590Z echo "system info $(uname -a)" 2022-11-23T02:03:33.4233515Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:03:33.4233763Z env: 2022-11-23T02:03:33.4233949Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:33.4234142Z ##[endgroup] 2022-11-23T02:03:33.4683035Z ami-id: ami-0bac16a0d43e93376 2022-11-23T02:03:33.4861985Z instance-id: i-0a9c8789daaf72f72 2022-11-23T02:03:33.5047686Z instance-type: c5d.4xlarge 2022-11-23T02:03:33.5292748Z 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-11-23T02:03:33.5446398Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T02:03:33.5446918Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T02:03:33.5468578Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:03:33.5468859Z env: 2022-11-23T02:03:33.5469040Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:33.5469215Z ##[endgroup] 2022-11-23T02:03:34.8688734Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:03:34.9615290Z Finished 2022-11-23T02:03:35.0086312Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T02:03:35.0086701Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T02:03:35.0108554Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:03:35.0108831Z env: 2022-11-23T02:03:35.0109001Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:35.0109221Z ##[endgroup] 2022-11-23T02:03:35.3540840Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:03:35.4320273Z Finished 2022-11-23T02:03:36.0004870Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T02:03:36.0005130Z .\.circleci\scripts\vs_install.ps1 2022-11-23T02:03:36.0026507Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:03:36.0026783Z env: 2022-11-23T02:03:36.0026946Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:36.0027143Z VS_VERSION: 16.8.6 2022-11-23T02:03:36.0027331Z INSTALL_WINDOWS_SDK: 1 2022-11-23T02:03:36.0027494Z ##[endgroup] 2022-11-23T02:03:36.3696765Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:03:36.4619781Z Finished 2022-11-23T02:03:37.4556100Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T02:03:37.5197615Z ##[group]Run .circleci/scripts/windows_cuda_install.sh 2022-11-23T02:03:37.5197959Z .circleci/scripts/windows_cuda_install.sh 2022-11-23T02:03:37.5198218Z .circleci/scripts/windows_cudnn_install.sh 2022-11-23T02:03:37.5227618Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:03:37.5227943Z env: 2022-11-23T02:03:37.5228103Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:37.5228293Z CUDA_VERSION: 11.7 2022-11-23T02:03:37.5228468Z ##[endgroup] 2022-11-23T02:03:37.5943628Z + case ${CUDA_VERSION} in 2022-11-23T02:03:37.5943928Z + cuda_installer_name=cuda_11.7.0_516.01_windows 2022-11-23T02:03:37.5944431Z + cuda_install_packages='thrust_11.7 nvcc_11.7 cuobjdump_11.7 nvprune_11.7 nvprof_11.7 cupti_11.7 cublas_11.7 cublas_dev_11.7 cudart_11.7 cufft_11.7 cufft_dev_11.7 curand_11.7 curand_dev_11.7 cusolver_11.7 cusolver_dev_11.7 cusparse_11.7 cusparse_dev_11.7 npp_11.7 npp_dev_11.7 nvrtc_11.7 nvrtc_dev_11.7 nvml_dev_11.7' 2022-11-23T02:03:37.5944952Z + [[ -f /c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe ]] 2022-11-23T02:03:37.5946249Z + echo 'Existing CUDA v11.7 installation found, skipping install' 2022-11-23T02:03:37.5946558Z Existing CUDA v11.7 installation found, skipping install 2022-11-23T02:03:37.5946883Z + [[ -f /c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64/nvToolsExt64_1.dll ]] 2022-11-23T02:03:37.6130030Z + echo 'Existing nvtools installation found, skipping install' 2022-11-23T02:03:37.6130372Z Existing nvtools installation found, skipping install 2022-11-23T02:03:37.6357831Z + windows_s3_link=https://ossci-windows.s3.amazonaws.com 2022-11-23T02:03:37.6358132Z + case ${CUDA_VERSION} in 2022-11-23T02:03:37.6358397Z + cudnn_file_name=cudnn-windows-x86_64-8.5.0.96_cuda11-archive 2022-11-23T02:03:37.6358849Z + cudnn_installer_name=cudnn_installer.zip 2022-11-23T02:03:37.6359214Z + cudnn_installer_link=https://ossci-windows.s3.amazonaws.com/cudnn-windows-x86_64-8.5.0.96_cuda11-archive.zip 2022-11-23T02:03:37.6359618Z + cudnn_install_folder='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/' 2022-11-23T02:03:37.6359945Z + [[ -f C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7//include/cudnn.h ]] 2022-11-23T02:03:37.6412408Z + echo 'Existing cudnn installation found, skipping install...' 2022-11-23T02:03:37.6412803Z Existing cudnn installation found, skipping install... 2022-11-23T02:03:37.6611145Z ##[group]Run actions/setup-python@v4 2022-11-23T02:03:37.6611342Z with: 2022-11-23T02:03:37.6611494Z python-version: 3.x 2022-11-23T02:03:37.6611679Z check-latest: false 2022-11-23T02:03:37.6611847Z cache: pip 2022-11-23T02:03:37.6612178Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T02:03:37.6612609Z token: *** 2022-11-23T02:03:37.6612787Z update-environment: true 2022-11-23T02:03:37.6612957Z env: 2022-11-23T02:03:37.6613106Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:37.6613283Z ##[endgroup] 2022-11-23T02:03:38.1261628Z Version 3.x was not found in the local cache 2022-11-23T02:03:38.3953078Z Version 3.x is available for downloading 2022-11-23T02:03:38.3954144Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T02:03:38.6363396Z Extract downloaded archive 2022-11-23T02:03:38.6463154Z [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\c3281f21-b28e-420b-a3f6-dd4008732bb4', 'C:\actions-runner\_work\_temp\6da761f0-d1e0-4625-a725-177bae75b655')" 2022-11-23T02:03:39.4057987Z Execute installation script 2022-11-23T02:03:40.6159510Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:03:40.7003404Z Finished 2022-11-23T02:03:40.7395517Z Check if Python hostedtoolcache folder exist... 2022-11-23T02:03:40.7395706Z 2022-11-23T02:03:40.7407440Z Create Python toolcache folder 2022-11-23T02:03:40.7408789Z 2022-11-23T02:03:40.7434402Z Check if current Python version is installed... 2022-11-23T02:03:40.7434614Z 2022-11-23T02:03:40.7456429Z No Python3.11.* found 2022-11-23T02:03:40.7457120Z 2022-11-23T02:03:40.7461177Z Remove registry entries for Python 3.11(x64)... 2022-11-23T02:03:40.7461897Z 2022-11-23T02:03:40.9762626Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T02:03:40.9762836Z 2022-11-23T02:03:40.9780489Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:03:40.9780695Z 2022-11-23T02:03:40.9941616Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T02:03:40.9943161Z 2022-11-23T02:04:17.1643265Z Create python3 symlink 2022-11-23T02:04:17.1644033Z 2022-11-23T02:04:17.2054226Z 2022-11-23T02:04:17.2056837Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:17.2059935Z Mode LastWriteTime Length Name 2022-11-23T02:04:17.2062508Z ---- ------------- ------ ---- 2022-11-23T02:04:17.2068594Z -a---l 11/23/2022 2:04 AM 0 python3.exe 2022-11-23T02:04:17.2071619Z Install and upgrade Pip 2022-11-23T02:04:17.2073099Z 2022-11-23T02:04:19.0524661Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmpyxswhr99 2022-11-23T02:04:19.0545202Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T02:04:19.0556422Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T02:04:19.7222399Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T02:04:19.8177760Z Collecting pip 2022-11-23T02:04:19.8571437Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T02:04:20.0317801Z 2022-11-23T02:04:20.0319104Z ---------------------------------------- 2.1/2.1 MB 11.9 MB/s eta 0:00:00 2022-11-23T02:04:20.0320122Z 2022-11-23T02:04:20.0932771Z Installing collected packages: pip 2022-11-23T02:04:20.0933235Z Attempting uninstall: pip 2022-11-23T02:04:20.0961489Z Found existing installation: pip 22.3 2022-11-23T02:04:20.4883081Z Uninstalling pip-22.3: 2022-11-23T02:04:20.5103770Z Successfully uninstalled pip-22.3 2022-11-23T02:04:26.5555773Z Successfully installed pip-22.3.1 2022-11-23T02:04:26.7166137Z Create complete file 2022-11-23T02:04:26.7166682Z 2022-11-23T02:04:26.7176581Z 2022-11-23T02:04:26.7176700Z 2022-11-23T02:04:26.7461009Z Successfully set up CPython (3.11.0) 2022-11-23T02:04:40.8342451Z Received 11658366 of 11658366 (100.0%), 79.4 MBs/sec 2022-11-23T02:04:40.8344224Z Cache Size: ~11 MB (11658366 B) 2022-11-23T02:04:40.8383480Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/a98e8bfe-d44f-42ee-b3b0-ead5fc11a015/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T02:04:40.9426895Z Cache restored successfully 2022-11-23T02:04:40.9464326Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T02:04:40.9797312Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T02:04:40.9797612Z with: 2022-11-23T02:04:40.9797943Z github-secret: *** 2022-11-23T02:04:40.9798140Z activate-with-label: false 2022-11-23T02:04:40.9798345Z label: with-ssh 2022-11-23T02:04:40.9798550Z remove-existing-keys: true 2022-11-23T02:04:40.9798742Z env: 2022-11-23T02:04:40.9798933Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:04:40.9799183Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:40.9799520Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:04:40.9799848Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:40.9800158Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:40.9800469Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:40.9800707Z ##[endgroup] 2022-11-23T02:04:41.1384306Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T02:04:41.1573464Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T02:04:41.1573818Z python3 -m pip install psutil==5.9.1 2022-11-23T02:04:41.1574076Z python3 -m pip install pynvml==11.4.1 2022-11-23T02:04:41.1574353Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T02:04:41.1574647Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T02:04:41.1601695Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:04:41.1601971Z env: 2022-11-23T02:04:41.1602140Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:04:41.1602415Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:41.1602755Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:04:41.1603082Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:41.1603428Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:41.1603740Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:41.1603963Z ##[endgroup] 2022-11-23T02:04:41.8936616Z Collecting psutil==5.9.1 2022-11-23T02:04:41.9202959Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T02:04:41.9815068Z ------------------------------------- 479.1/479.1 kB 10.0 MB/s eta 0:00:00 2022-11-23T02:04:42.2153412Z Installing build dependencies: started 2022-11-23T02:04:45.7988927Z Installing build dependencies: finished with status 'done' 2022-11-23T02:04:45.8001856Z Getting requirements to build wheel: started 2022-11-23T02:04:46.5860716Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T02:04:46.5949830Z Preparing metadata (pyproject.toml): started 2022-11-23T02:04:47.1695268Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T02:04:47.1948878Z Building wheels for collected packages: psutil 2022-11-23T02:04:47.1969179Z Building wheel for psutil (pyproject.toml): started 2022-11-23T02:05:01.0213333Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T02:05:01.0345533Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246140 sha256=b9e330ff8dfb809a051ee22f7cf59334f4c19b2703c49b55e45cee82fd35a2d3 2022-11-23T02:05:01.0346783Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T02:05:01.0411272Z Successfully built psutil 2022-11-23T02:05:01.0874756Z Installing collected packages: psutil 2022-11-23T02:05:01.6169418Z Successfully installed psutil-5.9.1 2022-11-23T02:05:02.3998665Z Collecting pynvml==11.4.1 2022-11-23T02:05:02.4213322Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T02:05:02.4313656Z ---------------------------------------- 47.0/47.0 kB ? eta 0:00:00 2022-11-23T02:05:02.4900151Z Installing collected packages: pynvml 2022-11-23T02:05:03.2778005Z Successfully installed pynvml-11.4.1 2022-11-23T02:05:03.3891117Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T02:05:03.3891410Z with: 2022-11-23T02:05:03.3891609Z name: win-vs2019-cuda11.7-py3 2022-11-23T02:05:03.3891831Z path: C:\3528394938\build-results 2022-11-23T02:05:03.3892045Z s3-bucket: gha-artifacts 2022-11-23T02:05:03.3892240Z region: us-east-1 2022-11-23T02:05:03.3892415Z env: 2022-11-23T02:05:03.3892598Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:05:03.3892867Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:03.3893210Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:05:03.3893520Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:03.3893825Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:03.3894132Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:03.3894442Z ##[endgroup] 2022-11-23T02:05:04.3864305Z Found 3 objects with prefix pytorch/pytorch/3528394938/win-vs2019-cuda11.7-py3/ 2022-11-23T02:05:04.3869865Z Starting download (1/3): C:\3528394938\build-results\.ninja_log 2022-11-23T02:05:04.5780856Z Finished download (1/3): C:\3528394938\build-results\.ninja_log 2022-11-23T02:05:04.5781769Z Starting download (2/3): C:\3528394938\build-results\.pytorch-test-times.json 2022-11-23T02:05:04.6375598Z Finished download (2/3): C:\3528394938\build-results\.pytorch-test-times.json 2022-11-23T02:05:04.6377780Z Starting download (3/3): C:\3528394938\build-results\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:05:06.5843399Z Finished download (3/3): C:\3528394938\build-results\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:05:06.5843690Z 2022-11-23T02:05:06.5856246Z ##[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-11-23T02:05:06.5863802Z Artifact download has finished successfully 2022-11-23T02:05:06.6076141Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T02:05:06.6076506Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T02:05:06.6103751Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:05:06.6104027Z env: 2022-11-23T02:05:06.6104210Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:05:06.6104479Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:06.6104813Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:05:06.6105121Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:06.6105422Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:06.6105726Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:06.6106071Z ##[endgroup] 2022-11-23T02:05:06.9970201Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:05:07.0796593Z Finished 2022-11-23T02:05:07.1187204Z Folder PATH listing 2022-11-23T02:05:07.1187494Z Volume serial number is 0241-89EB 2022-11-23T02:05:07.1187744Z C:\3528394938\BUILD-RESULTS 2022-11-23T02:05:07.1204378Z .ninja_log 2022-11-23T02:05:07.1204627Z .pytorch-test-times.json 2022-11-23T02:05:07.1204954Z win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:05:07.1205208Z 2022-11-23T02:05:07.1207225Z No subfolders exist 2022-11-23T02:05:07.1207449Z 2022-11-23T02:05:07.1492730Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T02:05:07.1493179Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T02:05:07.1493422Z  2022-11-23T02:05:07.1493649Z # sanitize the input commit message and PR body here: 2022-11-23T02:05:07.1493872Z # 2022-11-23T02:05:07.1494139Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T02:05:07.1494531Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T02:05:07.1494868Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T02:05:07.1495092Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T02:05:07.1495286Z  2022-11-23T02:05:07.1495557Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T02:05:07.1495900Z # wreak havoc internally 2022-11-23T02:05:07.1496149Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T02:05:07.1496385Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T02:05:07.1496581Z  2022-11-23T02:05:07.1496776Z .jenkins/pytorch/win-test.sh 2022-11-23T02:05:07.1523783Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:05:07.1524048Z env: 2022-11-23T02:05:07.1524238Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:05:07.1524593Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:07.1524976Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:05:07.1525304Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:07.1525590Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:07.1525897Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:07.1526133Z USE_CUDA: 1 2022-11-23T02:05:07.1526318Z INSTALL_WINDOWS_SDK: 1 2022-11-23T02:05:07.1526513Z PYTHON_VERSION: 3.8 2022-11-23T02:05:07.1526696Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T02:05:07.1526914Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T02:05:07.1527122Z VC_PRODUCT: BuildTools 2022-11-23T02:05:07.1527309Z VC_VERSION: 2022-11-23T02:05:07.1527483Z VS_VERSION: 16.8.6 2022-11-23T02:05:07.1527645Z VC_YEAR: 2019 2022-11-23T02:05:07.1527838Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T02:05:07.1528032Z PR_NUMBER: 2022-11-23T02:05:07.1528332Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:05:07.1528542Z CUDA_VERSION: 11.7 2022-11-23T02:05:07.1528773Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528394938/build-results/ 2022-11-23T02:05:07.1529024Z BUILD_ENVIRONMENT: win-vs2019-cuda11.7-py3 2022-11-23T02:05:07.1529314Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T02:05:07.1529565Z SHARD_NUMBER: 1 2022-11-23T02:05:07.1529747Z NUM_TEST_SHARDS: 1 2022-11-23T02:05:07.1529943Z TEST_CONFIG: force_on_cpu 2022-11-23T02:05:07.1530113Z PR_BODY: 2022-11-23T02:05:07.1530295Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T02:05:07.1530507Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T02:05:07.1530735Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 1 2022-11-23T02:05:07.1530938Z ##[endgroup] 2022-11-23T02:05:07.2460394Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T02:05:07.2994167Z ++ cd .jenkins/pytorch 2022-11-23T02:05:07.2999399Z ++ pwd 2022-11-23T02:05:07.3005264Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T02:05:07.3005673Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T02:05:07.3083160Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T02:05:07.3163102Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T02:05:07.3168675Z +++ declare -f -t trap_add 2022-11-23T02:05:07.3172616Z ++ set -ex 2022-11-23T02:05:07.3172973Z ++ [[ win-vs2019-cuda11.7-py3 == *rocm* ]] 2022-11-23T02:05:07.3173470Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T02:05:07.3246146Z ++ git rev-parse HEAD 2022-11-23T02:05:07.3487720Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:05:07.3488008Z + export IMAGE_COMMIT_ID 2022-11-23T02:05:07.3488343Z + export IMAGE_COMMIT_TAG=win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:05:07.3488742Z + IMAGE_COMMIT_TAG=win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:05:07.3489055Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T02:05:07.3489314Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:05:07.3489637Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:05:07.3557947Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:05:07.3950090Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T02:05:07.3950418Z + export TMP_DIR_WIN 2022-11-23T02:05:07.3950692Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:05:07.3950979Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:05:07.4021428Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:05:07.4131519Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T02:05:07.4131823Z + export PROJECT_DIR_WIN 2022-11-23T02:05:07.4132100Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:05:07.4132419Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:05:07.4197510Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:05:07.4309846Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T02:05:07.4310148Z + export TEST_DIR_WIN 2022-11-23T02:05:07.4310429Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528394938/build-results/ 2022-11-23T02:05:07.4310726Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528394938/build-results/ 2022-11-23T02:05:07.4375499Z ++ cygpath -w /c/3528394938/build-results/ 2022-11-23T02:05:07.4486166Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528394938\build-results\' 2022-11-23T02:05:07.4486507Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T02:05:07.4486830Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T02:05:07.4768339Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T02:05:07.4768736Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T02:05:07.4978122Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T02:05:07.5296315Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T02:05:07.5299481Z + '[' -n '' ']' 2022-11-23T02:05:07.5300013Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T02:05:07.5300519Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T02:05:07.5300859Z + [[ force_on_cpu = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T02:05:07.5301081Z + export USE_CUDA=0 2022-11-23T02:05:07.5301271Z + USE_CUDA=0 2022-11-23T02:05:07.5301489Z + [[ win-vs2019-cuda11.7-py3 == *cuda* ]] 2022-11-23T02:05:07.5301729Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T02:05:07.5301985Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T02:05:07.5302199Z + run_tests 2022-11-23T02:05:07.5302526Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T02:05:07.5302900Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T02:05:07.5304403Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T02:05:08.1449551Z 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-11-23T02:05:08.1449995Z 2022-11-23T02:05:08.1477548Z + echo true 2022-11-23T02:05:08.1477771Z true 2022-11-23T02:05:08.1477949Z + break 2022-11-23T02:05:08.1478199Z + [[ force_on_cpu == *functorch* ]] 2022-11-23T02:05:08.1478422Z + [[ 1 -eq 1 ]] 2022-11-23T02:05:08.1478785Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T02:05:08.1658988Z 2022-11-23T02:05:08.1659684Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T02:05:08.1671431Z 2022-11-23T02:05:08.1671972Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T02:05:08.1672472Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:05:08.1672757Z exit /b 0 2022-11-23T02:05:08.1672932Z ) 2022-11-23T02:05:08.1674385Z 2022-11-23T02:05:08.1675788Z 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-11-23T02:05:08.1677759Z 2022-11-23T02:05:08.1678146Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T02:05:08.1680922Z 2022-11-23T02:05:08.1681483Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-11-23T02:05:08.1694335Z 2022-11-23T02:05:08.1694841Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda11.7-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T02:05:08.1699820Z 2022-11-23T02:05:08.1700192Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T02:05:08.1703225Z 2022-11-23T02:05:08.1703561Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T02:05:08.1704183Z curl --retry 3 --retry-all-errors -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-11-23T02:05:08.1704677Z if errorlevel 1 exit /b 2022-11-23T02:05:08.1704912Z if not errorlevel 0 exit /b 2022-11-23T02:05:08.1705354Z 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-11-23T02:05:08.1705761Z if errorlevel 1 exit /b 2022-11-23T02:05:08.1705961Z if not errorlevel 0 exit /b 2022-11-23T02:05:08.1706146Z ) 2022-11-23T02:05:08.1706246Z 2022-11-23T02:05:08.1706477Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T02:05:14.5903101Z 2022-11-23T02:05:14.5903865Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T02:05:14.5904498Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T02:05:14.5904810Z if errorlevel 1 exit /b 2022-11-23T02:05:14.5905144Z if not errorlevel 0 exit /b 2022-11-23T02:05:14.5905474Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T02:05:14.5906281Z if errorlevel 1 exit /b 2022-11-23T02:05:14.5906700Z if not errorlevel 0 exit /b 2022-11-23T02:05:14.5907010Z ) 2022-11-23T02:05:14.5907195Z 2022-11-23T02:05:14.5907516Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T02:05:14.5907853Z 2022-11-23T02:05:14.5908396Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T02:05:14.5911929Z 2022-11-23T02:05:14.5912288Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:05:14.5912771Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T02:05:14.5913102Z if errorlevel 1 exit /b 2022-11-23T02:05:14.5913367Z if not errorlevel 0 exit /b 2022-11-23T02:05:14.5913584Z ) 2022-11-23T02:05:21.5107289Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T02:05:22.7125198Z Solving environment: ...working... done 2022-11-23T02:05:22.8922684Z 2022-11-23T02:05:22.8923192Z # All requested packages already installed. 2022-11-23T02:05:22.8923402Z 2022-11-23T02:05:22.9569231Z Retrieving notices: ...working... done 2022-11-23T02:05:23.7595396Z 2022-11-23T02:05:23.7595890Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T02:05:23.7599935Z 2022-11-23T02:05:23.7600560Z (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-11-23T02:05:23.8746615Z ********************************************************************** 2022-11-23T02:05:23.8747013Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T02:05:23.8747315Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T02:05:23.8747571Z ********************************************************************** 2022-11-23T02:05:24.3668538Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T02:05:24.3703513Z 2022-11-23T02:05:24.3704059Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T02:05:24.3708845Z 2022-11-23T02:05:24.3709481Z (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 sympy "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-11-23T02:05:25.3628249Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T02:05:25.3645370Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T02:05:25.3652475Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T02:05:25.3659442Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T02:05:25.3668438Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T02:05:25.3675369Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T02:05:25.3682754Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T02:05:25.3688214Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T02:05:25.3699127Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T02:05:25.3705051Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T02:05:25.3710809Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T02:05:25.3718566Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T02:05:25.3724504Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T02:05:25.3735254Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T02:05:25.3741542Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T02:05:25.3747389Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T02:05:25.3756455Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T02:05:25.4206727Z 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-11-23T02:05:25.4213354Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T02:05:25.4356508Z 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-11-23T02:05:25.7584387Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T02:05:25.8014672Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T02:05:25.8022109Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T02:05:25.8029257Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T02:05:25.8038297Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T02:05:25.8056737Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-11-23T02:05:25.8064791Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T02:05:25.8088158Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T02:05:25.8088611Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T02:05:25.8089295Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T02:05:25.8564152Z 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-11-23T02:05:25.8756138Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T02:05:25.8768345Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T02:05:25.8779093Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T02:05:25.8788062Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T02:05:25.8795256Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T02:05:25.8958770Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T02:05:25.8968545Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T02:05:25.9177325Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T02:05:25.9274261Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T02:05:26.0276359Z 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-11-23T02:05:26.0453322Z 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-11-23T02:05:26.0707046Z 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-11-23T02:05:26.0715622Z 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-11-23T02:05:26.1143137Z 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-11-23T02:05:26.1150643Z 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-11-23T02:05:26.1160526Z 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-11-23T02:05:26.1168398Z 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-11-23T02:05:26.2075933Z 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-11-23T02:05:26.2301988Z 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-11-23T02:05:26.2381939Z 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-11-23T02:05:26.6471987Z 2022-11-23T02:05:26.6472364Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T02:05:26.6473449Z 2022-11-23T02:05:26.6473715Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T02:05:26.6475006Z 2022-11-23T02:05:26.6475598Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T02:05:26.6478162Z 2022-11-23T02:05:26.6478611Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-11-23T02:05:26.6481208Z 2022-11-23T02:05:26.6481563Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T02:05:26.6484686Z 2022-11-23T02:05:26.6485015Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:05:26.6485388Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T02:05:26.6485855Z copy /Y C:\3528394938\build-results\\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T02:05:26.6486412Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T02:05:26.6486744Z popd 2022-11-23T02:05:26.6487085Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T02:05:26.7446552Z 1 file(s) copied. 2022-11-23T02:05:26.9167814Z 2022-11-23T02:05:26.9168211Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:05:26.9168421Z 2022-11-23T02:05:26.9168532Z Scanning the drive for archives: 2022-11-23T02:05:26.9168747Z 1 file, 183785431 bytes (176 MiB) 2022-11-23T02:05:26.9169072Z 2022-11-23T02:05:26.9169362Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:05:45.1688260Z -- 2022-11-23T02:05:45.1688806Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:05:45.1689198Z Type = 7z 2022-11-23T02:05:45.1689383Z Physical Size = 183785431 2022-11-23T02:05:45.1691760Z Headers Size = 131623 2022-11-23T02:05:45.1692823Z Method = LZMA2:24 BCJ 2022-11-23T02:05:45.1693069Z Solid = + 2022-11-23T02:05:45.1693235Z Blocks = 2 2022-11-23T02:05:45.1693338Z 2022-11-23T02:05:45.1694227Z Everything is Ok 2022-11-23T02:05:45.1694385Z 2022-11-23T02:05:45.1694484Z Folders: 604 2022-11-23T02:05:45.1694728Z Files: 11127 2022-11-23T02:05:45.1694903Z Size: 1183693778 2022-11-23T02:05:45.1695094Z Compressed: 183785431 2022-11-23T02:05:45.2227183Z 2022-11-23T02:05:45.2227797Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:05:45.2228244Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T02:05:45.2228873Z 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-11-23T02:05:45.2229548Z 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-11-23T02:05:45.2230084Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T02:05:45.2230387Z ) 2022-11-23T02:05:46.5134002Z Completed 2.3 KiB/2.3 KiB (86.4 KiB/s) with 1 file(s) remaining 2022-11-23T02:05:46.5134471Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T02:05:46.5969842Z 2022-11-23T02:05:46.5970460Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T02:05:46.5970776Z echo "setup pytorch env failed" 2022-11-23T02:05:46.5970973Z echo 0 2022-11-23T02:05:46.5971120Z exit /b 2022-11-23T02:05:46.5971270Z ) 2022-11-23T02:05:46.5971366Z 2022-11-23T02:05:46.5971510Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T02:05:46.5976622Z 2022-11-23T02:05:46.5977223Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-11-23T02:05:46.5980039Z 2022-11-23T02:05:46.5980404Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "1" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-11-23T02:05:46.5980771Z echo Some smoke tests 2022-11-23T02:05:46.5981084Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T02:05:46.5981500Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T02:05:46.5981820Z if ERRORLEVEL 1 goto fail 2022-11-23T02:05:46.5982120Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T02:05:46.5982396Z if ERRORLEVEL 1 goto fail 2022-11-23T02:05:46.5983795Z ) ) 2022-11-23T02:05:46.5983965Z Some smoke tests 2022-11-23T02:05:46.6479009Z Current Registry Settings for python.exe executable are: 00000002 2022-11-23T02:05:46.6479332Z sls - Show Loader Snaps 2022-11-23T02:06:08.5562497Z Checking that torch is available 2022-11-23T02:06:08.5562784Z Command: python -c import torch 2022-11-23T02:06:08.5563011Z Checking that MKL is available 2022-11-23T02:06:08.5563339Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2022-11-23T02:06:08.5695691Z Current Registry Settings for python.exe executable are: 00000000 2022-11-23T02:06:08.5708541Z 2022-11-23T02:06:08.5708851Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T02:06:08.5709495Z Copying over test times file 2022-11-23T02:06:08.5710787Z 2022-11-23T02:06:08.5711550Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3528394938\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-11-23T02:06:08.5722522Z 1 file(s) copied. 2022-11-23T02:06:08.5724216Z 2022-11-23T02:06:08.5724491Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T02:06:08.5725134Z Run nn tests 2022-11-23T02:06:08.5726767Z 2022-11-23T02:06:08.5727370Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "1" --verbose 2022-11-23T02:06:10.9539311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:10.9540309Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:10.9540638Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:11.2556336Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1134: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:06:11.2556863Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T02:06:11.2606315Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1152: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:06:11.2606747Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T02:06:11.2607184Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1153: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:06:11.2607581Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T02:06:11.2624316Z Selected tests: 2022-11-23T02:06:11.2624515Z backends/xeon/test_launch 2022-11-23T02:06:11.2624735Z benchmark_utils/test_benchmark_utils 2022-11-23T02:06:11.2624966Z distributions/test_distributions 2022-11-23T02:06:11.2625176Z dynamo/test_aot_autograd 2022-11-23T02:06:11.2625658Z dynamo/test_aot_cudagraphs 2022-11-23T02:06:11.2627757Z dynamo/test_dynamic_shapes 2022-11-23T02:06:11.2628035Z dynamo/test_export 2022-11-23T02:06:11.2628236Z dynamo/test_export_mutations 2022-11-23T02:06:11.2628432Z dynamo/test_functions 2022-11-23T02:06:11.2628711Z dynamo/test_global 2022-11-23T02:06:11.2629032Z dynamo/test_global_declaration 2022-11-23T02:06:11.2629366Z dynamo/test_minifier 2022-11-23T02:06:11.2635648Z dynamo/test_misc 2022-11-23T02:06:11.2636279Z dynamo/test_model_output 2022-11-23T02:06:11.2636669Z dynamo/test_modules 2022-11-23T02:06:11.2636993Z dynamo/test_no_fake_tensors 2022-11-23T02:06:11.2637258Z dynamo/test_nops 2022-11-23T02:06:11.2637538Z dynamo/test_optimizations 2022-11-23T02:06:11.2637807Z dynamo/test_optimizers 2022-11-23T02:06:11.2638092Z dynamo/test_python_autograd 2022-11-23T02:06:11.2638398Z dynamo/test_recompile_ux 2022-11-23T02:06:11.2638719Z dynamo/test_replay_record 2022-11-23T02:06:11.2639031Z dynamo/test_repros 2022-11-23T02:06:11.2639340Z dynamo/test_skip_non_tensor 2022-11-23T02:06:11.2639662Z dynamo/test_subgraphs 2022-11-23T02:06:11.2639976Z dynamo/test_torchxla_integration 2022-11-23T02:06:11.2640176Z dynamo/test_unspec 2022-11-23T02:06:11.2640370Z dynamo/test_verify_correctness 2022-11-23T02:06:11.2640706Z inductor/test_minifier 2022-11-23T02:06:11.2640895Z inductor/test_perf 2022-11-23T02:06:11.2641251Z inductor/test_smoke 2022-11-23T02:06:11.2641454Z inductor/test_torchinductor 2022-11-23T02:06:11.2641677Z inductor/test_torchinductor_opinfo 2022-11-23T02:06:11.2641880Z lazy/test_bindings 2022-11-23T02:06:11.2642048Z lazy/test_debug_util 2022-11-23T02:06:11.2642250Z lazy/test_extract_compiled_graph 2022-11-23T02:06:11.2642455Z lazy/test_meta_kernel 2022-11-23T02:06:11.2642634Z lazy/test_reuse_ir 2022-11-23T02:06:11.2642819Z lazy/test_step_closures 2022-11-23T02:06:11.2642994Z lazy/test_ts_opinfo 2022-11-23T02:06:11.2643174Z nn/test_convolution 2022-11-23T02:06:11.2643357Z nn/test_dropout 2022-11-23T02:06:11.2643527Z nn/test_embedding 2022-11-23T02:06:11.2643703Z nn/test_lazy_modules 2022-11-23T02:06:11.2643874Z nn/test_module_hooks 2022-11-23T02:06:11.2644062Z nn/test_packed_sequence 2022-11-23T02:06:11.2644241Z nn/test_pooling 2022-11-23T02:06:11.2644587Z profiler/test_memory_profiler 2022-11-23T02:06:11.2644793Z profiler/test_profiler 2022-11-23T02:06:11.2644998Z profiler/test_profiler_tree 2022-11-23T02:06:11.2645177Z test_ao_sparsity 2022-11-23T02:06:11.2645349Z test_autocast 2022-11-23T02:06:11.2645515Z test_autograd 2022-11-23T02:06:11.2645682Z test_binary_ufuncs 2022-11-23T02:06:11.2645862Z test_bundled_inputs 2022-11-23T02:06:11.2646057Z test_comparison_utils 2022-11-23T02:06:11.2646224Z test_complex 2022-11-23T02:06:11.2646405Z test_cpp_api_parity 2022-11-23T02:06:11.2646607Z test_cpp_extensions_aot_ninja 2022-11-23T02:06:11.2646820Z test_cpp_extensions_aot_no_ninja 2022-11-23T02:06:11.2647024Z test_cpp_extensions_jit 2022-11-23T02:06:11.2647241Z test_cpp_extensions_open_device_registration 2022-11-23T02:06:11.2647446Z test_cuda 2022-11-23T02:06:11.2647622Z test_cuda_nvml_based_avail 2022-11-23T02:06:11.2647813Z test_cuda_primary_ctx 2022-11-23T02:06:11.2647996Z test_cuda_sanitizer 2022-11-23T02:06:11.2648156Z test_cuda_trace 2022-11-23T02:06:11.2648326Z test_dataloader 2022-11-23T02:06:11.2648498Z test_datapipe 2022-11-23T02:06:11.2648663Z test_decomp 2022-11-23T02:06:11.2648826Z test_deploy 2022-11-23T02:06:11.2648976Z test_dispatch 2022-11-23T02:06:11.2649140Z test_dlpack 2022-11-23T02:06:11.2649312Z test_dynamic_shapes 2022-11-23T02:06:11.2649496Z test_expanded_weights 2022-11-23T02:06:11.2649678Z test_fake_tensor 2022-11-23T02:06:11.2649833Z test_foreach 2022-11-23T02:06:11.2650004Z test_function_schema 2022-11-23T02:06:11.2650210Z test_functional_autograd_benchmark 2022-11-23T02:06:11.2650417Z test_functional_optim 2022-11-23T02:06:11.2650609Z test_functionalization 2022-11-23T02:06:11.2650878Z test_futures 2022-11-23T02:06:11.2651039Z test_fx 2022-11-23T02:06:11.2651214Z test_fx_experimental 2022-11-23T02:06:11.2651391Z test_fx_passes 2022-11-23T02:06:11.2651572Z test_fx_reinplace_pass 2022-11-23T02:06:11.2651732Z test_hub 2022-11-23T02:06:11.2651897Z test_import_stats 2022-11-23T02:06:11.2652070Z test_indexing 2022-11-23T02:06:11.2652231Z test_itt 2022-11-23T02:06:11.2652385Z test_jit 2022-11-23T02:06:11.2652532Z test_jit_autocast 2022-11-23T02:06:11.2652709Z test_jit_cuda_fuser 2022-11-23T02:06:11.2652885Z test_jit_disabled 2022-11-23T02:06:11.2653055Z test_jit_fuser_te 2022-11-23T02:06:11.2653228Z test_jit_llga_fuser 2022-11-23T02:06:11.2653390Z test_jiterator 2022-11-23T02:06:11.2653559Z test_license 2022-11-23T02:06:11.2653720Z test_linalg 2022-11-23T02:06:11.2653881Z test_logging 2022-11-23T02:06:11.2654041Z test_masked 2022-11-23T02:06:11.2654196Z test_maskedtensor 2022-11-23T02:06:11.2654369Z test_matmul_cuda 2022-11-23T02:06:11.2654540Z test_meta 2022-11-23T02:06:11.2654703Z test_mkl_verbose 2022-11-23T02:06:11.2654865Z test_mkldnn 2022-11-23T02:06:11.2655018Z test_mkldnn_fusion 2022-11-23T02:06:11.2655196Z test_mkldnn_verbose 2022-11-23T02:06:11.2655376Z test_mobile_optimizer 2022-11-23T02:06:11.2655554Z test_model_dump 2022-11-23T02:06:11.2655727Z test_module_init 2022-11-23T02:06:11.2656315Z test_modules 2022-11-23T02:06:11.2656497Z test_monitor 2022-11-23T02:06:11.2656676Z test_multiprocessing 2022-11-23T02:06:11.2656883Z test_multiprocessing_spawn 2022-11-23T02:06:11.2657075Z test_namedtensor 2022-11-23T02:06:11.2657252Z test_namedtuple_return_api 2022-11-23T02:06:11.2657448Z test_native_functions 2022-11-23T02:06:11.2657626Z test_native_mha 2022-11-23T02:06:11.2657802Z test_nestedtensor 2022-11-23T02:06:11.2657964Z test_nn 2022-11-23T02:06:11.2658120Z test_numba_integration 2022-11-23T02:06:11.2658301Z test_numpy_interop 2022-11-23T02:06:11.2658482Z test_nvfuser_dynamo 2022-11-23T02:06:11.2658671Z test_nvfuser_frontend 2022-11-23T02:06:11.2658928Z test_openmp 2022-11-23T02:06:11.2659133Z test_ops 2022-11-23T02:06:11.2659319Z test_ops_fwd_gradients 2022-11-23T02:06:11.2659503Z test_ops_gradients 2022-11-23T02:06:11.2659674Z test_ops_jit 2022-11-23T02:06:11.2659822Z test_optim 2022-11-23T02:06:11.2659986Z test_overrides 2022-11-23T02:06:11.2660153Z test_package 2022-11-23T02:06:11.2660330Z test_per_overload_api 2022-11-23T02:06:11.2660504Z test_prims 2022-11-23T02:06:11.2660659Z test_proxy_tensor 2022-11-23T02:06:11.2660833Z test_pruning_op 2022-11-23T02:06:11.2661110Z test_public_bindings 2022-11-23T02:06:11.2661298Z test_python_dispatch 2022-11-23T02:06:11.2661471Z test_pytree 2022-11-23T02:06:11.2661684Z test_quantization 2022-11-23T02:06:11.2661864Z test_reductions 2022-11-23T02:06:11.2662050Z test_scatter_gather_ops 2022-11-23T02:06:11.2662233Z test_schema_check 2022-11-23T02:06:11.2662416Z test_serialization 2022-11-23T02:06:11.2662613Z test_set_default_mobile_cpu_allocator 2022-11-23T02:06:11.2662820Z test_shape_ops 2022-11-23T02:06:11.2662989Z test_show_pickle 2022-11-23T02:06:11.2663165Z test_sort_and_select 2022-11-23T02:06:11.2663337Z test_sparse 2022-11-23T02:06:11.2663608Z test_sparse_csr 2022-11-23T02:06:11.2663992Z test_spectral_ops 2022-11-23T02:06:11.2664395Z test_stateless 2022-11-23T02:06:11.2664594Z test_subclass 2022-11-23T02:06:11.2664841Z test_tensor_creation_ops 2022-11-23T02:06:11.2665013Z test_tensorboard 2022-11-23T02:06:11.2665187Z test_tensorexpr 2022-11-23T02:06:11.2665368Z test_tensorexpr_pybind 2022-11-23T02:06:11.2665549Z test_testing 2022-11-23T02:06:11.2665709Z test_torch 2022-11-23T02:06:11.2665860Z test_transformers 2022-11-23T02:06:11.2666032Z test_type_hints 2022-11-23T02:06:11.2666202Z test_type_info 2022-11-23T02:06:11.2666374Z test_type_promotion 2022-11-23T02:06:11.2666550Z test_unary_ufuncs 2022-11-23T02:06:11.2666701Z test_utils 2022-11-23T02:06:11.2666863Z test_view_ops 2022-11-23T02:06:11.2667140Z test_vmap 2022-11-23T02:06:11.2667299Z test_vulkan 2022-11-23T02:06:11.2667484Z test_xnnpack_integration 2022-11-23T02:06:11.2667649Z doctests 2022-11-23T02:06:11.3396434Z parallel (file granularity) tests: 2022-11-23T02:06:11.3396817Z backends/xeon/test_launch 2022-11-23T02:06:11.3397123Z benchmark_utils/test_benchmark_utils 2022-11-23T02:06:11.3397442Z dynamo/test_aot_autograd 2022-11-23T02:06:11.3397721Z dynamo/test_aot_cudagraphs 2022-11-23T02:06:11.3397985Z dynamo/test_dynamic_shapes 2022-11-23T02:06:11.3398251Z dynamo/test_export 2022-11-23T02:06:11.3398530Z dynamo/test_export_mutations 2022-11-23T02:06:11.3398797Z dynamo/test_functions 2022-11-23T02:06:11.3399030Z dynamo/test_global 2022-11-23T02:06:11.3399211Z dynamo/test_global_declaration 2022-11-23T02:06:11.3399405Z dynamo/test_minifier 2022-11-23T02:06:11.3399584Z dynamo/test_misc 2022-11-23T02:06:11.3399817Z dynamo/test_model_output 2022-11-23T02:06:11.3400008Z dynamo/test_modules 2022-11-23T02:06:11.3400192Z dynamo/test_no_fake_tensors 2022-11-23T02:06:11.3400424Z dynamo/test_nops 2022-11-23T02:06:11.3400612Z dynamo/test_optimizations 2022-11-23T02:06:11.3400809Z dynamo/test_optimizers 2022-11-23T02:06:11.3401008Z dynamo/test_python_autograd 2022-11-23T02:06:11.3401194Z dynamo/test_recompile_ux 2022-11-23T02:06:11.3401390Z dynamo/test_replay_record 2022-11-23T02:06:11.3401737Z dynamo/test_repros 2022-11-23T02:06:11.3401991Z dynamo/test_skip_non_tensor 2022-11-23T02:06:11.3402184Z dynamo/test_subgraphs 2022-11-23T02:06:11.3402386Z dynamo/test_torchxla_integration 2022-11-23T02:06:11.3402583Z dynamo/test_unspec 2022-11-23T02:06:11.3402777Z dynamo/test_verify_correctness 2022-11-23T02:06:11.3402962Z inductor/test_minifier 2022-11-23T02:06:11.3403144Z inductor/test_perf 2022-11-23T02:06:11.3403324Z inductor/test_smoke 2022-11-23T02:06:11.3403518Z inductor/test_torchinductor 2022-11-23T02:06:11.3403707Z lazy/test_bindings 2022-11-23T02:06:11.3403875Z lazy/test_debug_util 2022-11-23T02:06:11.3404074Z lazy/test_extract_compiled_graph 2022-11-23T02:06:11.3404271Z lazy/test_meta_kernel 2022-11-23T02:06:11.3404451Z lazy/test_reuse_ir 2022-11-23T02:06:11.3404629Z lazy/test_step_closures 2022-11-23T02:06:11.3404798Z lazy/test_ts_opinfo 2022-11-23T02:06:11.3404976Z nn/test_convolution 2022-11-23T02:06:11.3405149Z nn/test_dropout 2022-11-23T02:06:11.3405321Z nn/test_embedding 2022-11-23T02:06:11.3405495Z nn/test_lazy_modules 2022-11-23T02:06:11.3405666Z nn/test_module_hooks 2022-11-23T02:06:11.3405899Z nn/test_packed_sequence 2022-11-23T02:06:11.3406101Z profiler/test_memory_profiler 2022-11-23T02:06:11.3406344Z profiler/test_profiler 2022-11-23T02:06:11.3406545Z profiler/test_profiler_tree 2022-11-23T02:06:11.3406723Z test_ao_sparsity 2022-11-23T02:06:11.3406892Z test_autocast 2022-11-23T02:06:11.3407063Z test_binary_ufuncs 2022-11-23T02:06:11.3407242Z test_bundled_inputs 2022-11-23T02:06:11.3407423Z test_comparison_utils 2022-11-23T02:06:11.3407588Z test_complex 2022-11-23T02:06:11.3407757Z test_cuda_sanitizer 2022-11-23T02:06:11.3407932Z test_dataloader 2022-11-23T02:06:11.3408096Z test_datapipe 2022-11-23T02:06:11.3408256Z test_decomp 2022-11-23T02:06:11.3408404Z test_deploy 2022-11-23T02:06:11.3408562Z test_dlpack 2022-11-23T02:06:11.3408729Z test_dynamic_shapes 2022-11-23T02:06:11.3408914Z test_expanded_weights 2022-11-23T02:06:11.3409087Z test_foreach 2022-11-23T02:06:11.3409245Z test_function_schema 2022-11-23T02:06:11.3409444Z test_functional_autograd_benchmark 2022-11-23T02:06:11.3409648Z test_functional_optim 2022-11-23T02:06:11.3409840Z test_functionalization 2022-11-23T02:06:11.3410015Z test_futures 2022-11-23T02:06:11.3410173Z test_fx_experimental 2022-11-23T02:06:11.3410349Z test_fx_passes 2022-11-23T02:06:11.3410527Z test_fx_reinplace_pass 2022-11-23T02:06:11.3410701Z test_hub 2022-11-23T02:06:11.3410862Z test_import_stats 2022-11-23T02:06:11.3411016Z test_itt 2022-11-23T02:06:11.3411271Z test_jit 2022-11-23T02:06:11.3411431Z test_jit_autocast 2022-11-23T02:06:11.3411604Z test_jit_fuser_te 2022-11-23T02:06:11.3411826Z test_jit_llga_fuser 2022-11-23T02:06:11.3411992Z test_jiterator 2022-11-23T02:06:11.3412153Z test_license 2022-11-23T02:06:11.3412351Z test_logging 2022-11-23T02:06:11.3412511Z test_masked 2022-11-23T02:06:11.3412671Z test_maskedtensor 2022-11-23T02:06:11.3412842Z test_matmul_cuda 2022-11-23T02:06:11.3413002Z test_meta 2022-11-23T02:06:11.3413160Z test_mkl_verbose 2022-11-23T02:06:11.3413321Z test_mkldnn 2022-11-23T02:06:11.3413473Z test_mkldnn_fusion 2022-11-23T02:06:11.3413655Z test_mkldnn_verbose 2022-11-23T02:06:11.3413830Z test_model_dump 2022-11-23T02:06:11.3413998Z test_module_init 2022-11-23T02:06:11.3414166Z test_monitor 2022-11-23T02:06:11.3414316Z test_namedtensor 2022-11-23T02:06:11.3414494Z test_native_functions 2022-11-23T02:06:11.3414669Z test_native_mha 2022-11-23T02:06:11.3414839Z test_nestedtensor 2022-11-23T02:06:11.3415022Z test_numba_integration 2022-11-23T02:06:11.3415189Z test_numpy_interop 2022-11-23T02:06:11.3415396Z test_nvfuser_dynamo 2022-11-23T02:06:11.3415579Z test_nvfuser_frontend 2022-11-23T02:06:11.3415741Z test_openmp 2022-11-23T02:06:11.3415898Z test_optim 2022-11-23T02:06:11.3416056Z test_package 2022-11-23T02:06:11.3416232Z test_per_overload_api 2022-11-23T02:06:11.3416490Z test_proxy_tensor 2022-11-23T02:06:11.3416654Z test_pruning_op 2022-11-23T02:06:11.3416831Z test_public_bindings 2022-11-23T02:06:11.3417015Z test_python_dispatch 2022-11-23T02:06:11.3417188Z test_pytree 2022-11-23T02:06:11.3417357Z test_quantization 2022-11-23T02:06:11.3417533Z test_scatter_gather_ops 2022-11-23T02:06:11.3417756Z test_schema_check 2022-11-23T02:06:11.3417937Z test_serialization 2022-11-23T02:06:11.3418134Z test_set_default_mobile_cpu_allocator 2022-11-23T02:06:11.3418371Z test_shape_ops 2022-11-23T02:06:11.3418533Z test_sort_and_select 2022-11-23T02:06:11.3418701Z test_sparse 2022-11-23T02:06:11.3418873Z test_spectral_ops 2022-11-23T02:06:11.3419045Z test_stateless 2022-11-23T02:06:11.3419207Z test_subclass 2022-11-23T02:06:11.3419361Z test_tensorboard 2022-11-23T02:06:11.3419544Z test_tensorexpr_pybind 2022-11-23T02:06:11.3419726Z test_testing 2022-11-23T02:06:11.3419893Z test_transformers 2022-11-23T02:06:11.3420066Z test_type_hints 2022-11-23T02:06:11.3420226Z test_type_info 2022-11-23T02:06:11.3420401Z test_type_promotion 2022-11-23T02:06:11.3420578Z test_unary_ufuncs 2022-11-23T02:06:11.3420742Z test_utils 2022-11-23T02:06:11.3420891Z test_view_ops 2022-11-23T02:06:11.3421050Z test_vmap 2022-11-23T02:06:11.3421207Z test_vulkan 2022-11-23T02:06:11.3421386Z test_xnnpack_integration 2022-11-23T02:06:11.3421597Z serial (file granularity) tests: 2022-11-23T02:06:11.3421807Z distributions/test_distributions 2022-11-23T02:06:11.3422029Z inductor/test_torchinductor_opinfo 2022-11-23T02:06:11.3422224Z nn/test_pooling 2022-11-23T02:06:11.3422396Z test_autograd 2022-11-23T02:06:11.3422572Z test_cpp_api_parity 2022-11-23T02:06:11.3422765Z test_cpp_extensions_aot_ninja 2022-11-23T02:06:11.3422964Z test_cpp_extensions_aot_no_ninja 2022-11-23T02:06:11.3423165Z test_cpp_extensions_jit 2022-11-23T02:06:11.3423391Z test_cpp_extensions_open_device_registration 2022-11-23T02:06:11.3423589Z test_cuda 2022-11-23T02:06:11.3423811Z test_cuda_nvml_based_avail 2022-11-23T02:06:11.3423994Z test_cuda_primary_ctx 2022-11-23T02:06:11.3424172Z test_cuda_trace 2022-11-23T02:06:11.3424382Z test_dispatch 2022-11-23T02:06:11.3424552Z test_fake_tensor 2022-11-23T02:06:11.3424714Z test_fx 2022-11-23T02:06:11.3424859Z test_indexing 2022-11-23T02:06:11.3425029Z test_jit_cuda_fuser 2022-11-23T02:06:11.3425208Z test_jit_disabled 2022-11-23T02:06:11.3425375Z test_linalg 2022-11-23T02:06:11.3425536Z test_mobile_optimizer 2022-11-23T02:06:11.3425710Z test_modules 2022-11-23T02:06:11.3425883Z test_multiprocessing 2022-11-23T02:06:11.3426544Z test_multiprocessing_spawn 2022-11-23T02:06:11.3426750Z test_namedtuple_return_api 2022-11-23T02:06:11.3426913Z test_nn 2022-11-23T02:06:11.3427069Z test_ops 2022-11-23T02:06:11.3427237Z test_ops_fwd_gradients 2022-11-23T02:06:11.3427423Z test_ops_gradients 2022-11-23T02:06:11.3427594Z test_ops_jit 2022-11-23T02:06:11.3427750Z test_overrides 2022-11-23T02:06:11.3427917Z test_prims 2022-11-23T02:06:11.3428081Z test_reductions 2022-11-23T02:06:11.3428252Z test_show_pickle 2022-11-23T02:06:11.3428422Z test_sparse_csr 2022-11-23T02:06:11.3428592Z test_tensor_creation_ops 2022-11-23T02:06:11.3428776Z test_tensorexpr 2022-11-23T02:06:11.3428942Z test_torch 2022-11-23T02:06:11.3429099Z doctests 2022-11-23T02:06:13.7823897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:13.7824639Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:13.7824975Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:13.7839262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:13.7840011Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:13.7840356Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:13.9299199Z Running backends/xeon/test_launch ... [2022-11-23 02:06:13.929666] 2022-11-23T02:06:13.9302837Z Running benchmark_utils/test_benchmark_utils ... [2022-11-23 02:06:13.929666] 2022-11-23T02:06:13.9304492Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:13.930256] 2022-11-23T02:06:13.9306516Z Ignoring disabled issues: [] 2022-11-23T02:06:13.9310236Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:13.930860] 2022-11-23T02:06:13.9311843Z Ignoring disabled issues: [] 2022-11-23T02:06:16.3323951Z 2022-11-23T02:06:16.3324673Z Expand the folded group to see the log file of backends/xeon/test_launch 2022-11-23T02:06:16.3325729Z ##[group]PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_2ey9vm7o) 2022-11-23T02:06:16.3326652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:16.3327367Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:16.3327518Z 2022-11-23T02:06:16.3327592Z Running tests... 2022-11-23T02:06:16.3327859Z ---------------------------------------------------------------------- 2022-11-23T02:06:16.3328247Z test_cpu_info (__main__.TestTorchrun) ... Test results will be stored in test-reports\python-unittest\backends.xeon.test_launch 2022-11-23T02:06:16.3328583Z skip: Only works on linux (0.000s) 2022-11-23T02:06:16.3329039Z test_multi_threads (__main__.TestTorchrun) ... skip: Only works on linux (0.000s) 2022-11-23T02:06:16.3329217Z 2022-11-23T02:06:16.3329367Z ---------------------------------------------------------------------- 2022-11-23T02:06:16.3329613Z Ran 2 tests in 0.000s 2022-11-23T02:06:16.3329726Z 2022-11-23T02:06:16.3329801Z OK (skipped=2) 2022-11-23T02:06:16.3329911Z 2022-11-23T02:06:16.3330003Z Generating XML reports... 2022-11-23T02:06:16.3330350Z Generated XML report: test-reports\python-unittest\backends.xeon.test_launch\TEST-TestTorchrun-20221123020616.xml 2022-11-23T02:06:16.3330603Z 2022-11-23T02:06:16.3330831Z ##[endgroup] 2022-11-23T02:06:16.3331201Z FINISHED PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_2ey9vm7o) 2022-11-23T02:06:16.3331479Z 2022-11-23T02:06:18.9814328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:18.9815054Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:18.9815570Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:19.1234542Z Running dynamo/test_aot_autograd ... [2022-11-23 02:06:19.118145] 2022-11-23T02:06:19.1239292Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:19.123762] 2022-11-23T02:06:19.1240895Z Ignoring disabled issues: [] 2022-11-23T02:06:21.8262513Z 2022-11-23T02:06:21.8263293Z Expand the folded group to see the log file of dynamo/test_aot_autograd 2022-11-23T02:06:21.8264048Z ##[group]PRINTING LOG FILE of dynamo/test_aot_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_autograd_0ygz5sng) 2022-11-23T02:06:21.8264916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:21.8265595Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:21.8265743Z 2022-11-23T02:06:21.8265946Z ##[endgroup] 2022-11-23T02:06:21.8266311Z FINISHED PRINTING LOG FILE of dynamo/test_aot_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_autograd_0ygz5sng) 2022-11-23T02:06:21.8266585Z 2022-11-23T02:06:23.3915388Z 2022-11-23T02:06:23.3916021Z Expand the folded group to see the log file of benchmark_utils/test_benchmark_utils 2022-11-23T02:06:23.3916891Z ##[group]PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\benchmark_utils-test_benchmark_utils_a8bbi6sk) 2022-11-23T02:06:23.3917917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:23.3918917Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:23.3919370Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:23.3919583Z 2022-11-23T02:06:23.3919658Z Running tests... 2022-11-23T02:06:23.3919927Z ---------------------------------------------------------------------- 2022-11-23T02:06:23.3920498Z Test results will be stored in test-reports\python-unittest\benchmark_utils.test_benchmark_utils 2022-11-23T02:06:23.3920980Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (6.512s) 2022-11-23T02:06:23.3921476Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.002s) 2022-11-23T02:06:23.3921878Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.001s) 2022-11-23T02:06:23.3922335Z test_compare (__main__.TestBenchmarkUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:06:23.3922768Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-11-23T02:06:23.3923118Z test_fuzzer (__main__.TestBenchmarkUtils) ... skip: Random seed only accepts int32 (0.001s) 2022-11-23T02:06:23.3923581Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:06:23.3924265Z test_timer (__main__.TestBenchmarkUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:06:23.3924765Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-11-23T02:06:23.3924966Z 2022-11-23T02:06:23.3925119Z ---------------------------------------------------------------------- 2022-11-23T02:06:23.3925365Z Ran 9 tests in 6.531s 2022-11-23T02:06:23.3925466Z 2022-11-23T02:06:23.3925540Z OK (skipped=9) 2022-11-23T02:06:23.3925647Z 2022-11-23T02:06:23.3925735Z Generating XML reports... 2022-11-23T02:06:23.3926122Z Generated XML report: test-reports\python-unittest\benchmark_utils.test_benchmark_utils\TEST-TestBenchmarkUtils-20221123020616.xml 2022-11-23T02:06:23.3926395Z 2022-11-23T02:06:23.3926636Z ##[endgroup] 2022-11-23T02:06:23.3927032Z FINISHED PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\benchmark_utils-test_benchmark_utils_a8bbi6sk) 2022-11-23T02:06:23.3927331Z 2022-11-23T02:06:24.7061398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:24.7062372Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:24.7062938Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:24.8554578Z Running dynamo/test_aot_cudagraphs ... [2022-11-23 02:06:24.854731] 2022-11-23T02:06:24.8558245Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_cudagraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:24.855318] 2022-11-23T02:06:24.8560231Z Ignoring disabled issues: [] 2022-11-23T02:06:26.1200147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:26.1200941Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:26.1201296Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:26.2662807Z Running dynamo/test_dynamic_shapes ... [2022-11-23 02:06:26.259171] 2022-11-23T02:06:26.2667787Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:26.259171] 2022-11-23T02:06:26.2669774Z Ignoring disabled issues: [] 2022-11-23T02:06:27.3710116Z 2022-11-23T02:06:27.3710646Z Expand the folded group to see the log file of dynamo/test_aot_cudagraphs 2022-11-23T02:06:27.3711442Z ##[group]PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_lel4kjkd) 2022-11-23T02:06:27.3712310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:27.3713042Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:27.3713194Z 2022-11-23T02:06:27.3713469Z ##[endgroup] 2022-11-23T02:06:27.3714040Z FINISHED PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_lel4kjkd) 2022-11-23T02:06:27.3714335Z 2022-11-23T02:06:28.9977608Z 2022-11-23T02:06:28.9978262Z Expand the folded group to see the log file of dynamo/test_dynamic_shapes 2022-11-23T02:06:28.9979044Z ##[group]PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_oy22_vf3) 2022-11-23T02:06:28.9979914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:28.9980605Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:28.9980759Z 2022-11-23T02:06:28.9980996Z ##[endgroup] 2022-11-23T02:06:28.9981364Z FINISHED PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_oy22_vf3) 2022-11-23T02:06:28.9981651Z 2022-11-23T02:06:30.1872897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:30.1873635Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:30.1873989Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:30.3313542Z Running dynamo/test_export ... [2022-11-23 02:06:30.325009] 2022-11-23T02:06:30.3318446Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:30.325009] 2022-11-23T02:06:30.3320421Z Ignoring disabled issues: [] 2022-11-23T02:06:31.7743256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:31.7744228Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:31.7744584Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:31.9234986Z Running dynamo/test_export_mutations ... [2022-11-23 02:06:31.923106] 2022-11-23T02:06:31.9240329Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export_mutations.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:31.923106] 2022-11-23T02:06:31.9242106Z Ignoring disabled issues: [] 2022-11-23T02:06:33.0272775Z 2022-11-23T02:06:33.0273364Z Expand the folded group to see the log file of dynamo/test_export 2022-11-23T02:06:33.0274145Z ##[group]PRINTING LOG FILE of dynamo/test_export (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_1t5kun_a) 2022-11-23T02:06:33.0275038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:33.0275995Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:33.0276153Z 2022-11-23T02:06:33.0276394Z ##[endgroup] 2022-11-23T02:06:33.0276741Z FINISHED PRINTING LOG FILE of dynamo/test_export (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_1t5kun_a) 2022-11-23T02:06:33.0277007Z 2022-11-23T02:06:34.5119689Z 2022-11-23T02:06:34.5120433Z Expand the folded group to see the log file of dynamo/test_export_mutations 2022-11-23T02:06:34.5121233Z ##[group]PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations_wjn83dak) 2022-11-23T02:06:34.5122116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:34.5124057Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:34.5124195Z 2022-11-23T02:06:34.5124435Z ##[endgroup] 2022-11-23T02:06:34.5124829Z FINISHED PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations_wjn83dak) 2022-11-23T02:06:34.5125117Z 2022-11-23T02:06:35.9098761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:35.9099541Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:35.9099910Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:36.0498001Z Running dynamo/test_functions ... [2022-11-23 02:06:36.047891] 2022-11-23T02:06:36.0502881Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:36.047891] 2022-11-23T02:06:36.0504823Z Ignoring disabled issues: [] 2022-11-23T02:06:37.2208661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:37.2210099Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:37.2210706Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:37.3600693Z Running dynamo/test_global ... [2022-11-23 02:06:37.359696] 2022-11-23T02:06:37.3606576Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:37.360285] 2022-11-23T02:06:37.3608139Z Ignoring disabled issues: [] 2022-11-23T02:06:38.5221105Z 2022-11-23T02:06:38.5221715Z Expand the folded group to see the log file of dynamo/test_functions 2022-11-23T02:06:38.5222458Z ##[group]PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions_o8dcjv2f) 2022-11-23T02:06:38.5223966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:38.5224665Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:38.5224817Z 2022-11-23T02:06:38.5225730Z ##[endgroup] 2022-11-23T02:06:38.5226134Z FINISHED PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions_o8dcjv2f) 2022-11-23T02:06:38.5226411Z 2022-11-23T02:06:39.8502906Z 2022-11-23T02:06:39.8503675Z Expand the folded group to see the log file of dynamo/test_global 2022-11-23T02:06:39.8504540Z ##[group]PRINTING LOG FILE of dynamo/test_global (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_4m8kpsoc) 2022-11-23T02:06:39.8505415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:39.8506108Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:39.8506262Z 2022-11-23T02:06:39.8506467Z ##[endgroup] 2022-11-23T02:06:39.8506827Z FINISHED PRINTING LOG FILE of dynamo/test_global (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_4m8kpsoc) 2022-11-23T02:06:39.8507150Z 2022-11-23T02:06:41.1672651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:41.1673433Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:41.1673777Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:41.3149202Z Running dynamo/test_global_declaration ... [2022-11-23 02:06:41.312205] 2022-11-23T02:06:41.3154119Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global_declaration.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:41.315311] 2022-11-23T02:06:41.3155743Z Ignoring disabled issues: [] 2022-11-23T02:06:42.5563964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:42.5564899Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:42.5565251Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:42.7095057Z Running dynamo/test_minifier ... [2022-11-23 02:06:42.708704] 2022-11-23T02:06:42.7101402Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:42.709914] 2022-11-23T02:06:42.7103476Z Ignoring disabled issues: [] 2022-11-23T02:06:43.2625860Z 2022-11-23T02:06:43.2626656Z Expand the folded group to see the log file of dynamo/test_global_declaration 2022-11-23T02:06:43.2627470Z ##[group]PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration__l9uwj_8) 2022-11-23T02:06:43.2627772Z 2022-11-23T02:06:43.2628005Z ##[endgroup] 2022-11-23T02:06:43.2628580Z FINISHED PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration__l9uwj_8) 2022-11-23T02:06:43.2628882Z 2022-11-23T02:06:45.2960785Z 2022-11-23T02:06:45.2961422Z Expand the folded group to see the log file of dynamo/test_minifier 2022-11-23T02:06:45.2962231Z ##[group]PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_0ola29d7) 2022-11-23T02:06:45.2963083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:45.2963859Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:45.2964015Z 2022-11-23T02:06:45.2964257Z ##[endgroup] 2022-11-23T02:06:45.2964626Z FINISHED PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_0ola29d7) 2022-11-23T02:06:45.2964897Z 2022-11-23T02:06:45.9562467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:45.9563376Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:45.9563734Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:46.0975260Z Running dynamo/test_misc ... [2022-11-23 02:06:46.095644] 2022-11-23T02:06:46.0979850Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_misc.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:46.095644] 2022-11-23T02:06:46.0981765Z Ignoring disabled issues: [] 2022-11-23T02:06:48.0904251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:48.0905274Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:48.0905625Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:48.2387417Z Running dynamo/test_model_output ... [2022-11-23 02:06:48.238226] 2022-11-23T02:06:48.2392255Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_model_output.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:48.238826] 2022-11-23T02:06:48.2393838Z Ignoring disabled issues: [] 2022-11-23T02:06:48.7425483Z 2022-11-23T02:06:48.7426104Z Expand the folded group to see the log file of dynamo/test_misc 2022-11-23T02:06:48.7426854Z ##[group]PRINTING LOG FILE of dynamo/test_misc (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_misc_kgf3gkrz) 2022-11-23T02:06:48.7427706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:48.7428392Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:48.7428542Z 2022-11-23T02:06:48.7428945Z ##[endgroup] 2022-11-23T02:06:48.7429311Z FINISHED PRINTING LOG FILE of dynamo/test_misc (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_misc_kgf3gkrz) 2022-11-23T02:06:48.7429579Z 2022-11-23T02:06:50.7453966Z 2022-11-23T02:06:50.7454551Z Expand the folded group to see the log file of dynamo/test_model_output 2022-11-23T02:06:50.7455316Z ##[group]PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_8_d06w1p) 2022-11-23T02:06:50.7456169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:50.7456987Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:50.7457218Z 2022-11-23T02:06:50.7457591Z ##[endgroup] 2022-11-23T02:06:50.7463003Z FINISHED PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_8_d06w1p) 2022-11-23T02:06:50.7463330Z 2022-11-23T02:06:51.4959552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:51.4960416Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:51.4960745Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:51.6359697Z Running dynamo/test_modules ... [2022-11-23 02:06:51.626196] 2022-11-23T02:06:51.6364532Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:51.636306] 2022-11-23T02:06:51.6365952Z Ignoring disabled issues: [] 2022-11-23T02:06:53.5677288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:53.5678232Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:53.5678565Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:53.7086981Z Running dynamo/test_no_fake_tensors ... [2022-11-23 02:06:53.700046] 2022-11-23T02:06:53.7091927Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_no_fake_tensors.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:53.700046] 2022-11-23T02:06:53.7093439Z Ignoring disabled issues: [] 2022-11-23T02:06:54.2866581Z 2022-11-23T02:06:54.2867203Z Expand the folded group to see the log file of dynamo/test_modules 2022-11-23T02:06:54.2867969Z ##[group]PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_dewv1_u2) 2022-11-23T02:06:54.2869018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:54.2869697Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:54.2869850Z 2022-11-23T02:06:54.2870077Z ##[endgroup] 2022-11-23T02:06:54.2870445Z FINISHED PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_dewv1_u2) 2022-11-23T02:06:54.2870709Z 2022-11-23T02:06:56.3425181Z 2022-11-23T02:06:56.3425799Z Expand the folded group to see the log file of dynamo/test_no_fake_tensors 2022-11-23T02:06:56.3426590Z ##[group]PRINTING LOG FILE of dynamo/test_no_fake_tensors (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_no_fake_tensors_w70ngjl6) 2022-11-23T02:06:56.3427465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:56.3428120Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:56.3428270Z 2022-11-23T02:06:56.3428492Z ##[endgroup] 2022-11-23T02:06:56.3428872Z FINISHED PRINTING LOG FILE of dynamo/test_no_fake_tensors (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_no_fake_tensors_w70ngjl6) 2022-11-23T02:06:56.3429153Z 2022-11-23T02:06:57.0799232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:57.0799977Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:57.0800330Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:57.2195766Z Running dynamo/test_nops ... [2022-11-23 02:06:57.219342] 2022-11-23T02:06:57.2200916Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:57.219939] 2022-11-23T02:06:57.2202121Z Ignoring disabled issues: [] 2022-11-23T02:06:59.1220690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:59.1221610Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:59.1221957Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:59.2661103Z Running dynamo/test_optimizations ... [2022-11-23 02:06:59.265696] 2022-11-23T02:06:59.2665897Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_optimizations.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:06:59.266299] 2022-11-23T02:06:59.2667670Z Ignoring disabled issues: [] 2022-11-23T02:06:59.7357992Z 2022-11-23T02:06:59.7358635Z Expand the folded group to see the log file of dynamo/test_nops 2022-11-23T02:06:59.7359399Z ##[group]PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_5h0e9m4z) 2022-11-23T02:06:59.7360413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:59.7361102Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:59.7361255Z 2022-11-23T02:06:59.7361484Z ##[endgroup] 2022-11-23T02:06:59.7361836Z FINISHED PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_5h0e9m4z) 2022-11-23T02:06:59.7362096Z 2022-11-23T02:07:01.7733447Z 2022-11-23T02:07:01.7733966Z Expand the folded group to see the log file of dynamo/test_optimizations 2022-11-23T02:07:01.7734727Z ##[group]PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_pj6dfxhw) 2022-11-23T02:07:01.7735609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:01.7736271Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:01.7736420Z 2022-11-23T02:07:01.7736623Z ##[endgroup] 2022-11-23T02:07:01.7737071Z FINISHED PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_pj6dfxhw) 2022-11-23T02:07:01.7737356Z 2022-11-23T02:07:02.4346000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:02.4346724Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:02.4347058Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:02.5755000Z Running dynamo/test_optimizers ... [2022-11-23 02:07:02.571220] 2022-11-23T02:07:02.5759650Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_optimizers.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:02.571220] 2022-11-23T02:07:02.5761382Z Ignoring disabled issues: [] 2022-11-23T02:07:04.4361730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:04.4362542Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:04.4362898Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:04.5744560Z Running dynamo/test_python_autograd ... [2022-11-23 02:07:04.570422] 2022-11-23T02:07:04.5749301Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_python_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:04.570422] 2022-11-23T02:07:04.5750924Z Ignoring disabled issues: [] 2022-11-23T02:07:05.0659876Z 2022-11-23T02:07:05.0660448Z Expand the folded group to see the log file of dynamo/test_optimizers 2022-11-23T02:07:05.0661294Z ##[group]PRINTING LOG FILE of dynamo/test_optimizers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizers_j0ps_8lm) 2022-11-23T02:07:05.0662317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:05.0663001Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:05.0663153Z 2022-11-23T02:07:05.0663378Z ##[endgroup] 2022-11-23T02:07:05.0663737Z FINISHED PRINTING LOG FILE of dynamo/test_optimizers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizers_j0ps_8lm) 2022-11-23T02:07:05.0664020Z 2022-11-23T02:07:07.1037198Z 2022-11-23T02:07:07.1037844Z Expand the folded group to see the log file of dynamo/test_python_autograd 2022-11-23T02:07:07.1038618Z ##[group]PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_8auofw17) 2022-11-23T02:07:07.1039499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:07.1040170Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:07.1040320Z 2022-11-23T02:07:07.1040527Z ##[endgroup] 2022-11-23T02:07:07.1040911Z FINISHED PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_8auofw17) 2022-11-23T02:07:07.1041246Z 2022-11-23T02:07:07.9971819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:07.9972583Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:07.9972929Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:08.1395731Z Running dynamo/test_recompile_ux ... [2022-11-23 02:07:08.139324] 2022-11-23T02:07:08.1401166Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompile_ux.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:08.139324] 2022-11-23T02:07:08.1402432Z Ignoring disabled issues: [] 2022-11-23T02:07:09.9738180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:09.9738913Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:09.9739248Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:10.1115535Z Running dynamo/test_replay_record ... [2022-11-23 02:07:10.111045] 2022-11-23T02:07:10.1120569Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_replay_record.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:10.111634] 2022-11-23T02:07:10.1121738Z Ignoring disabled issues: [] 2022-11-23T02:07:10.6478861Z 2022-11-23T02:07:10.6479559Z Expand the folded group to see the log file of dynamo/test_recompile_ux 2022-11-23T02:07:10.6480555Z ##[group]PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_i2vl2ha0) 2022-11-23T02:07:10.6481436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:10.6482116Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:10.6482273Z 2022-11-23T02:07:10.6482483Z ##[endgroup] 2022-11-23T02:07:10.6482864Z FINISHED PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_i2vl2ha0) 2022-11-23T02:07:10.6483144Z 2022-11-23T02:07:12.5544248Z 2022-11-23T02:07:12.5544915Z Expand the folded group to see the log file of dynamo/test_replay_record 2022-11-23T02:07:12.5545703Z ##[group]PRINTING LOG FILE of dynamo/test_replay_record (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_replay_record_2nnu6kea) 2022-11-23T02:07:12.5546664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:12.5547346Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:12.5547498Z 2022-11-23T02:07:12.5547722Z ##[endgroup] 2022-11-23T02:07:12.5548078Z FINISHED PRINTING LOG FILE of dynamo/test_replay_record (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_replay_record_2nnu6kea) 2022-11-23T02:07:12.5548364Z 2022-11-23T02:07:13.3003656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:13.3004387Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:13.3004744Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:13.4416621Z Running dynamo/test_repros ... [2022-11-23 02:07:13.441119] 2022-11-23T02:07:13.4421725Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_repros.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:13.441714] 2022-11-23T02:07:13.4423054Z Ignoring disabled issues: [] 2022-11-23T02:07:15.3358576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:15.3359301Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:15.3359631Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:15.4744764Z Running dynamo/test_skip_non_tensor ... [2022-11-23 02:07:15.474010] 2022-11-23T02:07:15.4749555Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:15.474622] 2022-11-23T02:07:15.4751483Z Ignoring disabled issues: [] 2022-11-23T02:07:15.8846586Z 2022-11-23T02:07:15.8847558Z Expand the folded group to see the log file of dynamo/test_repros 2022-11-23T02:07:15.8848345Z ##[group]PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_x99kd73v) 2022-11-23T02:07:15.8849207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:15.8849897Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:15.8850050Z 2022-11-23T02:07:15.8850276Z ##[endgroup] 2022-11-23T02:07:15.8850634Z FINISHED PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_x99kd73v) 2022-11-23T02:07:15.8850901Z 2022-11-23T02:07:17.9579854Z 2022-11-23T02:07:17.9580451Z Expand the folded group to see the log file of dynamo/test_skip_non_tensor 2022-11-23T02:07:17.9581225Z ##[group]PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_y5ghw_75) 2022-11-23T02:07:17.9582094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:17.9582762Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:17.9582913Z 2022-11-23T02:07:17.9583136Z ##[endgroup] 2022-11-23T02:07:17.9583517Z FINISHED PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_y5ghw_75) 2022-11-23T02:07:17.9583798Z 2022-11-23T02:07:18.5913694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:18.5914431Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:18.5914971Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:18.7428348Z Running dynamo/test_subgraphs ... [2022-11-23 02:07:18.742568] 2022-11-23T02:07:18.7434361Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_subgraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:18.743251] 2022-11-23T02:07:18.7436053Z Ignoring disabled issues: [] 2022-11-23T02:07:20.6452595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:20.6453385Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:20.6453764Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:20.7864187Z Running dynamo/test_torchxla_integration ... [2022-11-23 02:07:20.785831] 2022-11-23T02:07:20.7869231Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_torchxla_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:20.786436] 2022-11-23T02:07:20.7870809Z Ignoring disabled issues: [] 2022-11-23T02:07:21.2194597Z 2022-11-23T02:07:21.2195328Z Expand the folded group to see the log file of dynamo/test_subgraphs 2022-11-23T02:07:21.2196100Z ##[group]PRINTING LOG FILE of dynamo/test_subgraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_subgraphs_7zd0nawz) 2022-11-23T02:07:21.2197028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:21.2197802Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:21.2197954Z 2022-11-23T02:07:21.2198164Z ##[endgroup] 2022-11-23T02:07:21.2198548Z FINISHED PRINTING LOG FILE of dynamo/test_subgraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_subgraphs_7zd0nawz) 2022-11-23T02:07:21.2198819Z 2022-11-23T02:07:22.9197820Z 2022-11-23T02:07:22.9198397Z Expand the folded group to see the log file of dynamo/test_torchxla_integration 2022-11-23T02:07:22.9199189Z ##[group]PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_lysbwj9a) 2022-11-23T02:07:22.9199510Z 2022-11-23T02:07:22.9199736Z ##[endgroup] 2022-11-23T02:07:22.9200151Z FINISHED PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_lysbwj9a) 2022-11-23T02:07:22.9200458Z 2022-11-23T02:07:23.9334588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:23.9335314Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:23.9335675Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:24.0738822Z Running dynamo/test_unspec ... [2022-11-23 02:07:24.073495] 2022-11-23T02:07:24.0743461Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_unspec.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:24.074084] 2022-11-23T02:07:24.0745421Z Ignoring disabled issues: [] 2022-11-23T02:07:25.5455088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:25.5455884Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:25.5456278Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:25.6912363Z Running dynamo/test_verify_correctness ... [2022-11-23 02:07:25.682824] 2022-11-23T02:07:25.6917208Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_verify_correctness.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:25.682824] 2022-11-23T02:07:25.6918911Z Ignoring disabled issues: [] 2022-11-23T02:07:26.6426601Z 2022-11-23T02:07:26.6427520Z Expand the folded group to see the log file of dynamo/test_unspec 2022-11-23T02:07:26.6428479Z ##[group]PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_dnz6j08z) 2022-11-23T02:07:26.6429326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:26.6430006Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:26.6430169Z 2022-11-23T02:07:26.6430392Z ##[endgroup] 2022-11-23T02:07:26.6430736Z FINISHED PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_dnz6j08z) 2022-11-23T02:07:26.6431007Z 2022-11-23T02:07:28.1515096Z 2022-11-23T02:07:28.1515623Z Expand the folded group to see the log file of dynamo/test_verify_correctness 2022-11-23T02:07:28.1516456Z ##[group]PRINTING LOG FILE of dynamo/test_verify_correctness (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_verify_correctness_cv7gf94y) 2022-11-23T02:07:28.1517332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:28.1517997Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:28.1518148Z 2022-11-23T02:07:28.1518353Z ##[endgroup] 2022-11-23T02:07:28.1518748Z FINISHED PRINTING LOG FILE of dynamo/test_verify_correctness (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_verify_correctness_cv7gf94y) 2022-11-23T02:07:28.1519093Z 2022-11-23T02:07:29.3187801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:29.3188523Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:29.3188860Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:29.4712595Z Running inductor/test_minifier ... [2022-11-23 02:07:29.463804] 2022-11-23T02:07:29.4717571Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:29.463804] 2022-11-23T02:07:29.4719149Z Ignoring disabled issues: [] 2022-11-23T02:07:30.8247302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:30.8248205Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:30.8248577Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:30.9658385Z Running inductor/test_perf ... [2022-11-23 02:07:30.959830] 2022-11-23T02:07:30.9663268Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_perf.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:30.959830] 2022-11-23T02:07:30.9664571Z Ignoring disabled issues: [] 2022-11-23T02:07:31.9559412Z 2022-11-23T02:07:31.9560235Z Expand the folded group to see the log file of inductor/test_minifier 2022-11-23T02:07:31.9561012Z ##[group]PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier_96j4p5x3) 2022-11-23T02:07:31.9561880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:31.9562564Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:31.9562715Z 2022-11-23T02:07:31.9562934Z ##[endgroup] 2022-11-23T02:07:31.9563305Z FINISHED PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier_96j4p5x3) 2022-11-23T02:07:31.9563583Z 2022-11-23T02:07:33.9369415Z 2022-11-23T02:07:33.9369963Z Expand the folded group to see the log file of inductor/test_perf 2022-11-23T02:07:33.9370730Z ##[group]PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_2roai4sg) 2022-11-23T02:07:33.9371570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:33.9372275Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:33.9372614Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:33.9373134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_dynamo\eval_frame.py:436: UserWarning: Windows is not currently supported, torch._dynamo.optimize() will do nothing 2022-11-23T02:07:33.9373505Z warnings.warn( 2022-11-23T02:07:33.9373624Z 2022-11-23T02:07:33.9373847Z ##[endgroup] 2022-11-23T02:07:33.9374204Z FINISHED PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_2roai4sg) 2022-11-23T02:07:33.9374468Z 2022-11-23T02:07:34.5973455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:34.5974840Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:34.5975185Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:34.7418987Z Running inductor/test_smoke ... [2022-11-23 02:07:34.741369] 2022-11-23T02:07:34.7424351Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_smoke.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:34.741968] 2022-11-23T02:07:34.7426140Z Ignoring disabled issues: [] 2022-11-23T02:07:36.5893045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:36.5893797Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:36.5894298Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:36.7379194Z Running inductor/test_torchinductor ... [2022-11-23 02:07:36.737674] 2022-11-23T02:07:36.7384104Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:36.737745] 2022-11-23T02:07:36.7385745Z Ignoring disabled issues: [] 2022-11-23T02:07:36.9400881Z 2022-11-23T02:07:36.9401642Z Expand the folded group to see the log file of inductor/test_smoke 2022-11-23T02:07:36.9402429Z ##[group]PRINTING LOG FILE of inductor/test_smoke (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_smoke_ltksp8rz) 2022-11-23T02:07:36.9402715Z 2022-11-23T02:07:36.9402941Z ##[endgroup] 2022-11-23T02:07:36.9403315Z FINISHED PRINTING LOG FILE of inductor/test_smoke (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_smoke_ltksp8rz) 2022-11-23T02:07:36.9403587Z 2022-11-23T02:07:39.3686662Z 2022-11-23T02:07:39.3687494Z Expand the folded group to see the log file of inductor/test_torchinductor 2022-11-23T02:07:39.3688342Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_uculim44) 2022-11-23T02:07:39.3689279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:39.3689963Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:39.3690252Z : No module named 'filelock' 2022-11-23T02:07:39.3690424Z 2022-11-23T02:07:39.3690658Z ##[endgroup] 2022-11-23T02:07:39.3691051Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_uculim44) 2022-11-23T02:07:39.3691342Z 2022-11-23T02:07:39.6519358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:39.6520289Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:39.6520639Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:39.7960327Z Running lazy/test_bindings ... [2022-11-23 02:07:39.795336] 2022-11-23T02:07:39.7964659Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:39.795940] 2022-11-23T02:07:39.7966223Z Ignoring disabled issues: [] 2022-11-23T02:07:41.7424652Z 2022-11-23T02:07:41.7425381Z Expand the folded group to see the log file of lazy/test_bindings 2022-11-23T02:07:41.7426146Z ##[group]PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings_wkwc3ohe) 2022-11-23T02:07:41.7426419Z 2022-11-23T02:07:41.7426654Z ##[endgroup] 2022-11-23T02:07:41.7427048Z FINISHED PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings_wkwc3ohe) 2022-11-23T02:07:41.7427305Z 2022-11-23T02:07:42.1528380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:42.1529189Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:42.1529579Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:42.2974321Z Running lazy/test_debug_util ... [2022-11-23 02:07:42.296760] 2022-11-23T02:07:42.2978466Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_debug_util.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:42.297361] 2022-11-23T02:07:42.2980155Z Ignoring disabled issues: [] 2022-11-23T02:07:44.4241718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:44.4242446Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:44.4242782Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:44.5775511Z Running lazy/test_extract_compiled_graph ... [2022-11-23 02:07:44.571317] 2022-11-23T02:07:44.5780278Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:44.571317] 2022-11-23T02:07:44.5781850Z Ignoring disabled issues: [] 2022-11-23T02:07:44.6582408Z 2022-11-23T02:07:44.6583200Z Expand the folded group to see the log file of lazy/test_debug_util 2022-11-23T02:07:44.6584057Z ##[group]PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_paa12g3v) 2022-11-23T02:07:44.6584944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:44.6585635Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:44.6585974Z 2022-11-23T02:07:44.6586055Z Running tests... 2022-11-23T02:07:44.6586323Z ---------------------------------------------------------------------- 2022-11-23T02:07:44.6586736Z test_get_python_frames (__main__.DebugUtilTest) ... Test results will be stored in test-reports\python-unittest\lazy.test_debug_util 2022-11-23T02:07:44.6587052Z skip: To be fixed (0.002s) 2022-11-23T02:07:44.6587176Z 2022-11-23T02:07:44.6587328Z ---------------------------------------------------------------------- 2022-11-23T02:07:44.6587579Z Ran 1 test in 0.000s 2022-11-23T02:07:44.6587701Z 2022-11-23T02:07:44.6587777Z OK (skipped=1) 2022-11-23T02:07:44.6587889Z 2022-11-23T02:07:44.6587981Z Generating XML reports... 2022-11-23T02:07:44.6588335Z Generated XML report: test-reports\python-unittest\lazy.test_debug_util\TEST-DebugUtilTest-20221123020744.xml 2022-11-23T02:07:44.6588585Z 2022-11-23T02:07:44.6588798Z ##[endgroup] 2022-11-23T02:07:44.6589162Z FINISHED PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_paa12g3v) 2022-11-23T02:07:44.6589430Z 2022-11-23T02:07:46.6049416Z 2022-11-23T02:07:46.6049963Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-11-23T02:07:46.6050970Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_u7r1e93p) 2022-11-23T02:07:46.6051285Z 2022-11-23T02:07:46.6051522Z ##[endgroup] 2022-11-23T02:07:46.6051928Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_u7r1e93p) 2022-11-23T02:07:46.6052230Z 2022-11-23T02:07:47.3592923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:47.3593681Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:47.3594078Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:47.5015117Z Running lazy/test_meta_kernel ... [2022-11-23 02:07:47.493011] 2022-11-23T02:07:47.5019528Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:47.493011] 2022-11-23T02:07:47.5021423Z Ignoring disabled issues: [] 2022-11-23T02:07:49.3179193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:49.3179948Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:49.4588990Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:49.4589386Z Running lazy/test_reuse_ir ... [2022-11-23 02:07:49.458448] 2022-11-23T02:07:49.4593893Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:49.459054] 2022-11-23T02:07:49.4595047Z Ignoring disabled issues: [] 2022-11-23T02:07:49.9009084Z 2022-11-23T02:07:49.9009897Z Expand the folded group to see the log file of lazy/test_meta_kernel 2022-11-23T02:07:49.9010744Z ##[group]PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_bwhh1fh7) 2022-11-23T02:07:49.9012302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:49.9012986Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:49.9013140Z 2022-11-23T02:07:49.9013377Z ##[endgroup] 2022-11-23T02:07:49.9013745Z FINISHED PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_bwhh1fh7) 2022-11-23T02:07:49.9014020Z 2022-11-23T02:07:51.8237960Z 2022-11-23T02:07:51.8238658Z Expand the folded group to see the log file of lazy/test_reuse_ir 2022-11-23T02:07:51.8239874Z ##[group]PRINTING LOG FILE of lazy/test_reuse_ir (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_reuse_ir_9944m1r6) 2022-11-23T02:07:51.8241598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:51.8242716Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:51.8242868Z 2022-11-23T02:07:51.8242950Z Running tests... 2022-11-23T02:07:51.8243226Z ---------------------------------------------------------------------- 2022-11-23T02:07:51.8243621Z testAdd (__main__.TestLazyReuseIr) ... Test results will be stored in test-reports\python-unittest\lazy.test_reuse_ir 2022-11-23T02:07:51.8243975Z skip: To be fixed (0.000s) 2022-11-23T02:07:51.8244347Z testAddSub (__main__.TestLazyReuseIr) ... skip: To be fixed (0.000s) 2022-11-23T02:07:51.8244975Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: To be fixed (0.006s) 2022-11-23T02:07:51.8245334Z testBatchNorm (__main__.TestLazyReuseIr) ... skip: To be fixed (0.001s) 2022-11-23T02:07:51.8245516Z 2022-11-23T02:07:51.8245676Z ---------------------------------------------------------------------- 2022-11-23T02:07:51.8245947Z Ran 4 tests in 0.000s 2022-11-23T02:07:51.8246068Z 2022-11-23T02:07:51.8246145Z OK (skipped=4) 2022-11-23T02:07:51.8246259Z 2022-11-23T02:07:51.8246352Z Generating XML reports... 2022-11-23T02:07:51.8246733Z Generated XML report: test-reports\python-unittest\lazy.test_reuse_ir\TEST-TestLazyReuseIr-20221123020751.xml 2022-11-23T02:07:51.8246997Z 2022-11-23T02:07:51.8247264Z ##[endgroup] 2022-11-23T02:07:51.8247624Z FINISHED PRINTING LOG FILE of lazy/test_reuse_ir (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_reuse_ir_9944m1r6) 2022-11-23T02:07:51.8247890Z 2022-11-23T02:07:52.5925115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:52.5925838Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:52.5926192Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:52.7320480Z Running lazy/test_step_closures ... [2022-11-23 02:07:52.731751] 2022-11-23T02:07:52.7325534Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:52.732377] 2022-11-23T02:07:52.7327134Z Ignoring disabled issues: [] 2022-11-23T02:07:54.5600685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:54.5601491Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:54.5601844Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:54.6987242Z Running lazy/test_ts_opinfo ... [2022-11-23 02:07:54.694807] 2022-11-23T02:07:54.6991842Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:54.694807] 2022-11-23T02:07:54.6993395Z Ignoring disabled issues: [] 2022-11-23T02:07:55.6559637Z 2022-11-23T02:07:55.6560274Z Expand the folded group to see the log file of lazy/test_step_closures 2022-11-23T02:07:55.6561158Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_98x6welx) 2022-11-23T02:07:55.6562303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:55.6562983Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:55.6563135Z 2022-11-23T02:07:55.6563212Z Running tests... 2022-11-23T02:07:55.6563458Z ---------------------------------------------------------------------- 2022-11-23T02:07:55.6563821Z Test results will be stored in test-reports\python-unittest\lazy.test_step_closures 2022-11-23T02:07:55.6564284Z test_asynchronous (__main__.ClosuresTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.453s) 2022-11-23T02:07:55.6564823Z test_asynchronous_exception (__main__.ClosuresTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:07:55.6565353Z test_synchronous (__main__.ClosuresTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:07:55.6565878Z test_synchronous_exception (__main__.ClosuresTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:07:55.6566156Z 2022-11-23T02:07:55.6566309Z ---------------------------------------------------------------------- 2022-11-23T02:07:55.6566566Z Ran 4 tests in 0.453s 2022-11-23T02:07:55.6566685Z 2022-11-23T02:07:55.6566758Z OK (skipped=4) 2022-11-23T02:07:55.6566853Z 2022-11-23T02:07:55.6566946Z Generating XML reports... 2022-11-23T02:07:55.6567308Z Generated XML report: test-reports\python-unittest\lazy.test_step_closures\TEST-ClosuresTest-20221123020754.xml 2022-11-23T02:07:55.6567557Z 2022-11-23T02:07:55.6567841Z ##[endgroup] 2022-11-23T02:07:55.6568211Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_98x6welx) 2022-11-23T02:07:55.6568485Z 2022-11-23T02:07:58.3884036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:58.3885017Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:58.3885381Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:58.5266155Z Running nn/test_convolution ... [2022-11-23 02:07:58.526163] 2022-11-23T02:07:58.5270811Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_convolution.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:07:58.526764] 2022-11-23T02:07:58.5272314Z Ignoring disabled issues: [] 2022-11-23T02:08:01.2200934Z 2022-11-23T02:08:01.2201763Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-11-23T02:08:01.2202661Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_trizpnua) 2022-11-23T02:08:01.2203520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:01.2204275Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:01.2205041Z 2022-11-23T02:08:01.2205115Z Running tests... 2022-11-23T02:08:01.2205391Z ---------------------------------------------------------------------- 2022-11-23T02:08:01.2205743Z Test results will be stored in test-reports\python-unittest\lazy.test_ts_opinfo 2022-11-23T02:08:01.2206212Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.2227156Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.010s) 2022-11-23T02:08:01.2227788Z test_tensor_ctr (__main__.TestLazyTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.2228389Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.2228725Z 2022-11-23T02:08:01.2228885Z ---------------------------------------------------------------------- 2022-11-23T02:08:01.2229126Z Ran 4 tests in 0.016s 2022-11-23T02:08:01.2229234Z 2022-11-23T02:08:01.2229304Z OK (skipped=4) 2022-11-23T02:08:01.2229400Z 2022-11-23T02:08:01.2229486Z Generating XML reports... 2022-11-23T02:08:01.2229834Z Generated XML report: test-reports\python-unittest\lazy.test_ts_opinfo\TEST-TestLazyDynamicOps-20221123020800.xml 2022-11-23T02:08:01.2230362Z Generated XML report: test-reports\python-unittest\lazy.test_ts_opinfo\TEST-TestLazyTensor-20221123020800.xml 2022-11-23T02:08:01.2230605Z 2022-11-23T02:08:01.2230873Z ##[endgroup] 2022-11-23T02:08:01.2231216Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_trizpnua) 2022-11-23T02:08:01.2231470Z 2022-11-23T02:08:01.8231558Z 2022-11-23T02:08:01.8232062Z Expand the folded group to see the log file of nn/test_convolution 2022-11-23T02:08:01.8232819Z ##[group]PRINTING LOG FILE of nn/test_convolution (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_convolution_6qhy6gd2) 2022-11-23T02:08:01.8233918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:01.8234778Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:01.8234930Z 2022-11-23T02:08:01.8235009Z Running tests... 2022-11-23T02:08:01.8235277Z ---------------------------------------------------------------------- 2022-11-23T02:08:01.8235608Z Test results will be stored in test-reports\python-unittest\nn.test_convolution 2022-11-23T02:08:01.8236090Z test_Conv1d_module_same_padding (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:01.8236638Z test_Conv2d_1x1 (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:01.8237164Z test_Conv2d_OneDNN (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8237705Z test_Conv2d_backward_twice (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8238347Z test_Conv2d_groups_nobias (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:01.8238985Z test_Conv2d_groups_nobias_v2 (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8239545Z test_Conv2d_inconsistent_types (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:08:01.8240032Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:08:01.8240434Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:08:01.8240930Z test_Conv2d_missing_argument (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8241489Z test_Conv2d_module_same_padding (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8242043Z test_Conv3d_groups_nobias (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8242608Z test_Conv3d_groups_wbias (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:08:01.8243145Z test_Conv3d_module_same_padding (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8243629Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:08:01.8244167Z test_ConvTranspose2d_output_size (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8244804Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8245400Z test_ConvTranspose3d_correct_output_size (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8245970Z test_conv2d_discontiguous_weight (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8246574Z test_conv_backcompat (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:08:01.8247038Z test_conv_cudnn_memory_layout_dominance (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:08:01.8247491Z test_conv_invalid_groups (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8248063Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8248635Z test_conv_padding_mode (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8249179Z test_conv_shapecheck (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8249750Z test_conv_tbc (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:01.8250305Z test_cudnn_non_contiguous (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:08:01.8250729Z test_cudnn_noncontiguous_weight (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:08:01.8251200Z test_functional_grad_conv (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:01.8251747Z test_functional_grad_conv2d (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:01.8252297Z test_grad_conv1d_input (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:01.8252821Z test_grad_conv1d_weight (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:01.8253362Z test_grad_conv2d_input (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:01.8253899Z test_grad_conv2d_weight (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:01.8254434Z test_grad_conv3d_input (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:01.8254971Z test_grad_conv3d_weight (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:01.8255435Z test_grouped_conv_cudnn_nhwc_support (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:08:01.8255949Z test_invalid_conv1d (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:01.8256524Z test_invalid_conv2d (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:01.8257043Z test_invalid_conv3d (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:01.8257641Z test_mismatch_shape_conv2d (__main__.TestConvolutionNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:01.8258061Z test_nnpack_conv (__main__.TestConvolutionNN) ... skip: NNPACK unavailable (0.002s) 2022-11-23T02:08:01.8258442Z test_thnn_conv_strided_padded_dilated (__main__.TestConvolutionNN) ... skip: CUDA not available (0.002s) 2022-11-23T02:08:01.8258648Z 2022-11-23T02:08:01.8258798Z ---------------------------------------------------------------------- 2022-11-23T02:08:01.8259046Z Ran 43 tests in 0.062s 2022-11-23T02:08:01.8259163Z 2022-11-23T02:08:01.8259237Z OK (skipped=43) 2022-11-23T02:08:01.8259348Z 2022-11-23T02:08:01.8259436Z Generating XML reports... 2022-11-23T02:08:01.8259804Z Generated XML report: test-reports\python-unittest\nn.test_convolution\TEST-TestConvolutionNN-20221123020801.xml 2022-11-23T02:08:01.8260067Z 2022-11-23T02:08:01.8260296Z ##[endgroup] 2022-11-23T02:08:01.8260666Z FINISHED PRINTING LOG FILE of nn/test_convolution (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_convolution_6qhy6gd2) 2022-11-23T02:08:01.8260937Z 2022-11-23T02:08:03.9379039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:03.9379882Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:03.9380221Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:04.0790504Z Running nn/test_dropout ... [2022-11-23 02:08:04.078865] 2022-11-23T02:08:04.0795219Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:04.079395] 2022-11-23T02:08:04.0797116Z Ignoring disabled issues: [] 2022-11-23T02:08:04.4765821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:04.4766556Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:04.4766888Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:04.6149837Z Running nn/test_embedding ... [2022-11-23 02:08:04.614720] 2022-11-23T02:08:04.6154600Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:04.615322] 2022-11-23T02:08:04.6156198Z Ignoring disabled issues: [] 2022-11-23T02:08:06.9691086Z 2022-11-23T02:08:06.9691957Z Expand the folded group to see the log file of nn/test_dropout 2022-11-23T02:08:06.9692892Z ##[group]PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_7ki9cj_h) 2022-11-23T02:08:06.9693732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:06.9694408Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:06.9694561Z 2022-11-23T02:08:06.9694640Z Running tests... 2022-11-23T02:08:06.9695083Z ---------------------------------------------------------------------- 2022-11-23T02:08:06.9695427Z Test results will be stored in test-reports\python-unittest\nn.test_dropout 2022-11-23T02:08:06.9695880Z test_AlphaDropout (__main__.TestDropoutNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:06.9696430Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:06.9696969Z test_invalid_dropout_p (__main__.TestDropoutNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:06.9697393Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:08:06.9697591Z 2022-11-23T02:08:06.9697750Z ---------------------------------------------------------------------- 2022-11-23T02:08:06.9698043Z Ran 4 tests in 0.016s 2022-11-23T02:08:06.9698161Z 2022-11-23T02:08:06.9698238Z OK (skipped=4) 2022-11-23T02:08:06.9698350Z 2022-11-23T02:08:06.9698484Z Generating XML reports... 2022-11-23T02:08:06.9698878Z Generated XML report: test-reports\python-unittest\nn.test_dropout\TEST-TestDropoutNN-20221123020806.xml 2022-11-23T02:08:06.9699218Z 2022-11-23T02:08:06.9699437Z ##[endgroup] 2022-11-23T02:08:06.9699792Z FINISHED PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_7ki9cj_h) 2022-11-23T02:08:06.9700050Z 2022-11-23T02:08:07.5184282Z 2022-11-23T02:08:07.5184954Z Expand the folded group to see the log file of nn/test_embedding 2022-11-23T02:08:07.5185933Z ##[group]PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding_roqhx0ji) 2022-11-23T02:08:07.5186819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:07.5187515Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:07.5187670Z 2022-11-23T02:08:07.5187749Z Running tests... 2022-11-23T02:08:07.5188009Z ---------------------------------------------------------------------- 2022-11-23T02:08:07.5188349Z Test results will be stored in test-reports\python-unittest\nn.test_embedding 2022-11-23T02:08:07.5188822Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:08:07.5189411Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5189990Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5190533Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5191090Z test_embedding_from_pretrained_float32 (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5191655Z test_embedding_from_pretrained_float64 (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5192219Z test_embedding_from_pretrained_int16 (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5192941Z test_embedding_from_pretrained_int32 (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5193504Z test_embedding_from_pretrained_int64 (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:08:07.5194066Z test_embedding_from_pretrained_int8 (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5194635Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5195214Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5195855Z test_embedding_from_pretrained_uint8 (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5196409Z test_embedding_functional (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5196944Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5197401Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:08:07.5197882Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5198426Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:07.5198982Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:08:07.5199583Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:07.5200147Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:07.5200427Z 2022-11-23T02:08:07.5200576Z ---------------------------------------------------------------------- 2022-11-23T02:08:07.5200823Z Ran 21 tests in 0.032s 2022-11-23T02:08:07.5200939Z 2022-11-23T02:08:07.5201014Z OK (skipped=21) 2022-11-23T02:08:07.5201124Z 2022-11-23T02:08:07.5201199Z Generating XML reports... 2022-11-23T02:08:07.5201562Z Generated XML report: test-reports\python-unittest\nn.test_embedding\TEST-TestEmbeddingNN-20221123020807.xml 2022-11-23T02:08:07.5201819Z 2022-11-23T02:08:07.5202071Z ##[endgroup] 2022-11-23T02:08:07.5202438Z FINISHED PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding_roqhx0ji) 2022-11-23T02:08:07.5202704Z 2022-11-23T02:08:09.6598515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:09.6599425Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:09.6599747Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:09.8056629Z Running nn/test_lazy_modules ... [2022-11-23 02:08:09.804660] 2022-11-23T02:08:09.8064029Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_lazy_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:09.805767] 2022-11-23T02:08:09.8065662Z Ignoring disabled issues: [] 2022-11-23T02:08:10.2553817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:10.2554553Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:10.2554886Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:10.3980521Z Running nn/test_module_hooks ... [2022-11-23 02:08:10.391617] 2022-11-23T02:08:10.3985303Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_module_hooks.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:10.391617] 2022-11-23T02:08:10.3986562Z Ignoring disabled issues: [] 2022-11-23T02:08:12.7245063Z 2022-11-23T02:08:12.7245859Z Expand the folded group to see the log file of nn/test_lazy_modules 2022-11-23T02:08:12.7246694Z ##[group]PRINTING LOG FILE of nn/test_lazy_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_lazy_modules_k3s6_zui) 2022-11-23T02:08:12.7247832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:12.7248516Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:12.7248671Z 2022-11-23T02:08:12.7248754Z Running tests... 2022-11-23T02:08:12.7249006Z ---------------------------------------------------------------------- 2022-11-23T02:08:12.7249360Z Test results will be stored in test-reports\python-unittest\nn.test_lazy_modules 2022-11-23T02:08:12.7249842Z test_chained_initialization (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.077s) 2022-11-23T02:08:12.7250404Z test_invalid_functions (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7251010Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7251563Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7252116Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7252721Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7253502Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7254060Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7254582Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7255130Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7255679Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7256213Z test_lazy_conv1d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7256829Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7257370Z test_lazy_conv1d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7257901Z test_lazy_conv2d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7258431Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7258971Z test_lazy_conv2d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7259504Z test_lazy_conv3d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7260037Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7260550Z test_lazy_conv3d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7261104Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7261671Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7262226Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7262786Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7263348Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7263897Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7264502Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7265059Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7265615Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7266017Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-11-23T02:08:12.7266439Z This test is to test whether lazymodule can register other forward hook ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7267002Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7267560Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7268162Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7268714Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:12.7269271Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7269828Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:12.7270379Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7270934Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7271487Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7272029Z test_lazy_linear_pickle (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:12.7272569Z test_lazy_module_buffer (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7273082Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7273647Z test_lazy_module_jit_param (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7274190Z test_lazy_module_parameter (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7274592Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-11-23T02:08:12.7275045Z This test is to test whether lazymodule can register other pre-forward hook ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7275665Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7276217Z test_lazy_share_memory_param (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7276744Z test_linear (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7277268Z test_linear_state (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7277711Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.000s) 2022-11-23T02:08:12.7278154Z test_materialize_dtype (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7278699Z test_optimizer_pass (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7279272Z test_spectral_norm (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7279809Z test_weight_norm (__main__.TestLazyModules) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:12.7280082Z 2022-11-23T02:08:12.7280241Z ---------------------------------------------------------------------- 2022-11-23T02:08:12.7280501Z Ran 54 tests in 0.109s 2022-11-23T02:08:12.7280623Z 2022-11-23T02:08:12.7280707Z OK (skipped=54) 2022-11-23T02:08:12.7280822Z 2022-11-23T02:08:12.7280921Z Generating XML reports... 2022-11-23T02:08:12.7281271Z Generated XML report: test-reports\python-unittest\nn.test_lazy_modules\TEST-TestLazyModules-20221123020812.xml 2022-11-23T02:08:12.7281530Z 2022-11-23T02:08:12.7281796Z ##[endgroup] 2022-11-23T02:08:12.7282164Z FINISHED PRINTING LOG FILE of nn/test_lazy_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_lazy_modules_k3s6_zui) 2022-11-23T02:08:12.7282436Z 2022-11-23T02:08:13.3355125Z 2022-11-23T02:08:13.3355891Z Expand the folded group to see the log file of nn/test_module_hooks 2022-11-23T02:08:13.3356991Z ##[group]PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_pfaacji1) 2022-11-23T02:08:13.3358274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:13.3359315Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:13.3359555Z 2022-11-23T02:08:13.3359693Z Running tests... 2022-11-23T02:08:13.3360111Z ---------------------------------------------------------------------- 2022-11-23T02:08:13.3360688Z Test results will be stored in test-reports\python-unittest\nn.test_module_hooks 2022-11-23T02:08:13.3361402Z test_forward_hooks (__main__.TestModuleHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.437s) 2022-11-23T02:08:13.3362218Z test_forward_pre_hooks (__main__.TestModuleHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:13.3363064Z test_full_backward_hooks (__main__.TestModuleHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:13.3364121Z test_full_backward_pre_hooks (__main__.TestModuleHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:13.3364947Z test_mixed_hooks (__main__.TestModuleHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:13.3365401Z 2022-11-23T02:08:13.3365646Z ---------------------------------------------------------------------- 2022-11-23T02:08:13.3366062Z Ran 5 tests in 0.437s 2022-11-23T02:08:13.3366258Z 2022-11-23T02:08:13.3366395Z OK (skipped=5) 2022-11-23T02:08:13.3366575Z 2022-11-23T02:08:13.3366735Z Generating XML reports... 2022-11-23T02:08:13.3367308Z Generated XML report: test-reports\python-unittest\nn.test_module_hooks\TEST-TestModuleHooks-20221123020812.xml 2022-11-23T02:08:13.3367744Z 2022-11-23T02:08:13.3368124Z ##[endgroup] 2022-11-23T02:08:13.3368687Z FINISHED PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_pfaacji1) 2022-11-23T02:08:13.3369094Z 2022-11-23T02:08:15.4442992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:15.4443742Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:15.4444097Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:15.5868914Z Running nn/test_packed_sequence ... [2022-11-23 02:08:15.586579] 2022-11-23T02:08:15.5873917Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:15.587168] 2022-11-23T02:08:15.5875394Z Ignoring disabled issues: [] 2022-11-23T02:08:16.0372463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:16.0373187Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:16.0373537Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:16.1786132Z Running profiler/test_memory_profiler ... [2022-11-23 02:08:16.178120] 2022-11-23T02:08:16.1791179Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_memory_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:16.178726] 2022-11-23T02:08:16.1792736Z Ignoring disabled issues: [] 2022-11-23T02:08:18.4999732Z 2022-11-23T02:08:18.5000634Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-11-23T02:08:18.5001525Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_478igc4m) 2022-11-23T02:08:18.5002380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:18.5003617Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:18.5003770Z 2022-11-23T02:08:18.5003849Z Running tests... 2022-11-23T02:08:18.5004111Z ---------------------------------------------------------------------- 2022-11-23T02:08:18.5004459Z Test results will be stored in test-reports\python-unittest\nn.test_packed_sequence 2022-11-23T02:08:18.5004953Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.446s) 2022-11-23T02:08:18.5005512Z test_pack_sequence (__main__.PackedSequenceTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:18.5006056Z test_pad_sequence (__main__.PackedSequenceTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:18.5006604Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:18.5007203Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:18.5007836Z test_to (__main__.PackedSequenceTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:18.5008358Z test_to_memory_format (__main__.PackedSequenceTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:18.5008900Z test_total_length (__main__.PackedSequenceTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:18.5009295Z test_type_casts (__main__.PackedSequenceTest) 2022-11-23T02:08:18.5009736Z Test type casting of `PackedSequence` against type casting of tensor ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:18.5010300Z test_unpack_sequence (__main__.PackedSequenceTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:18.5010850Z test_unpad_sequence (__main__.PackedSequenceTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:18.5011456Z test_wrong_order (__main__.PackedSequenceTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:18.5011737Z 2022-11-23T02:08:18.5011894Z ---------------------------------------------------------------------- 2022-11-23T02:08:18.5012133Z Ran 12 tests in 0.469s 2022-11-23T02:08:18.5012253Z 2022-11-23T02:08:18.5012332Z OK (skipped=12) 2022-11-23T02:08:18.5012448Z 2022-11-23T02:08:18.5012542Z Generating XML reports... 2022-11-23T02:08:18.5012922Z Generated XML report: test-reports\python-unittest\nn.test_packed_sequence\TEST-PackedSequenceTest-20221123020817.xml 2022-11-23T02:08:18.5013193Z 2022-11-23T02:08:18.5013442Z ##[endgroup] 2022-11-23T02:08:18.5013820Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_478igc4m) 2022-11-23T02:08:18.5014100Z 2022-11-23T02:08:19.1778816Z 2022-11-23T02:08:19.1779545Z Expand the folded group to see the log file of profiler/test_memory_profiler 2022-11-23T02:08:19.1780669Z ##[group]PRINTING LOG FILE of profiler/test_memory_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_memory_profiler_8ydyeblb) 2022-11-23T02:08:19.1781956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:19.1783552Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:19.1783972Z 2022-11-23T02:08:19.1784109Z Running tests... 2022-11-23T02:08:19.1784500Z ---------------------------------------------------------------------- 2022-11-23T02:08:19.1785133Z Test results will be stored in test-reports\python-unittest\profiler.test_memory_profiler 2022-11-23T02:08:19.1785875Z test_match_schemas (__main__.TestDataFlow) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.431s) 2022-11-23T02:08:19.1786798Z test_match_schemas_backward (__main__.TestDataFlow) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:19.1787755Z test_match_schemas_tensorlist (__main__.TestDataFlow) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:19.1788934Z test_extract_gradients_from_module (__main__.TestIdentifyGradients) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:19.1790071Z test_extract_gradients_from_module_and_optimizer (__main__.TestIdentifyGradients) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:19.1791131Z test_extract_gradients_from_optimizer (__main__.TestIdentifyGradients) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:19.1792305Z test_extract_gradients_from_optimizer_set_to_none (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:19.1793484Z STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:19.1794483Z STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:19.1795751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:08:19.1796618Z warnings.warn(message, UserWarning) 2022-11-23T02:08:19.1797375Z STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:19.1798346Z STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:19.1799371Z STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:19.1800347Z STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:19.1801384Z STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:19.1802528Z STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:19.1803488Z STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:19.1804448Z STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:19.1805428Z STAGE:2022-11-23 02:08:18 5552:4428 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:19.1806033Z ok (0.117s) 2022-11-23T02:08:19.1806752Z test_extract_gradients_low_level (__main__.TestIdentifyGradients) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:19.1807762Z test_config_check (__main__.TestMemoryProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:19.1808253Z 2022-11-23T02:08:19.1808519Z ---------------------------------------------------------------------- 2022-11-23T02:08:19.1809099Z Ran 9 tests in 0.563s 2022-11-23T02:08:19.1809306Z 2022-11-23T02:08:19.1809440Z OK (skipped=8) 2022-11-23T02:08:19.1809630Z 2022-11-23T02:08:19.1809790Z Generating XML reports... 2022-11-23T02:08:19.1810443Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestIdentifyGradients-20221123020818.xml 2022-11-23T02:08:19.1811412Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestDataFlow-20221123020818.xml 2022-11-23T02:08:19.1812324Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestMemoryProfiler-20221123020818.xml 2022-11-23T02:08:19.1812830Z 2022-11-23T02:08:19.1813305Z ##[endgroup] 2022-11-23T02:08:19.1813996Z FINISHED PRINTING LOG FILE of profiler/test_memory_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_memory_profiler_8ydyeblb) 2022-11-23T02:08:19.1814511Z 2022-11-23T02:08:21.1437603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:21.1438320Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:21.1438672Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:21.3160262Z Running profiler/test_profiler ... [2022-11-23 02:08:21.315221] 2022-11-23T02:08:21.3165017Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:21.315221] 2022-11-23T02:08:21.3166709Z Ignoring disabled issues: [] 2022-11-23T02:08:21.7714586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:21.7715297Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:21.7715644Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:21.9142210Z Running profiler/test_profiler_tree ... [2022-11-23 02:08:21.913375] 2022-11-23T02:08:21.9146919Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:21.913375] 2022-11-23T02:08:21.9148448Z Ignoring disabled issues: [] 2022-11-23T02:08:24.7014595Z 2022-11-23T02:08:24.7015102Z Expand the folded group to see the log file of profiler/test_profiler 2022-11-23T02:08:24.7015872Z ##[group]PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_b6t6ry8y) 2022-11-23T02:08:24.7016927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:24.7017828Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:24.7018259Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:24.7018474Z 2022-11-23T02:08:24.7018535Z Running tests... 2022-11-23T02:08:24.7020217Z ---------------------------------------------------------------------- 2022-11-23T02:08:24.7020611Z Test results will be stored in test-reports\python-unittest\profiler.test_profiler 2022-11-23T02:08:24.7021099Z test_execution_graph_alone (__main__.TestExecutionGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7021721Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7022295Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7022869Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7023439Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7023980Z test_bfs (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7024503Z test_dfs (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7030454Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7032496Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.002s) 2022-11-23T02:08:24.7032917Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-11-23T02:08:24.7033492Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7034068Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-11-23T02:08:24.7034571Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7035319Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-11-23T02:08:24.7036166Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7038081Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7038691Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:24.7039287Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7039898Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7040591Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7041147Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:08:24.7041735Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7042321Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7044042Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7044625Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7045170Z test_export_stacks (__main__.TestProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7045680Z test_flops (__main__.TestProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7046052Z test_high_level_trace (__main__.TestProfiler) 2022-11-23T02:08:24.7046476Z Checks that python side high level events are recorded. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:08:24.7046998Z test_kineto (__main__.TestProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7047402Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-11-23T02:08:24.7047926Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:24.7048556Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:24.7050284Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:24.7050959Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:24.7051600Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:24.7052182Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:24.7052752Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:24.7053322Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:24.7053895Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:24.7056092Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:24.7056705Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:24.7057288Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:24.7057651Z ok (0.016s) 2022-11-23T02:08:24.7058031Z test_memory_profiler (__main__.TestProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:08:24.7058561Z test_module_hierarchy (__main__.TestProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:24.7059104Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7059632Z test_oom_tracing (__main__.TestProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7060022Z test_profiler_correlation_id (__main__.TestProfiler) 2022-11-23T02:08:24.7061676Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7062202Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.002s) 2022-11-23T02:08:24.7062696Z test_profiler_metadata (__main__.TestProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7063225Z test_profiler_tracing (__main__.TestProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7063747Z test_profiler_type (__main__.TestProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7064115Z test_source (__main__.TestProfiler) 2022-11-23T02:08:24.7064540Z Checks that source code attribution works for eager, TS and autograd mode ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:24.7065116Z test_tensorboard_trace_handler (__main__.TestProfiler) ... skip: Test is flaky on Windows (0.003s) 2022-11-23T02:08:24.7065501Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: Test is flaky on Windows (0.000s) 2022-11-23T02:08:24.7065816Z test_mem_leak (__main__.TestProfilerCUDA) 2022-11-23T02:08:24.7066137Z Checks that there's no memory leak when using profiler with CUDA ... skip: Test is flaky on Windows (0.000s) 2022-11-23T02:08:24.7067777Z test_custom_module_input_op_ids (__main__.TestProfilerITT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:24.7068352Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7068930Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7069511Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7070149Z test_record_function (__main__.TestRecordFunction) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:08:24.7070717Z test_allocation_id_uniqueness (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7071278Z test_allocation_ids (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7071851Z test_allocation_ids_with_other_ops (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7073562Z test_allocations (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7074093Z test_extra_fields (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7074640Z test_impl_reuse (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7075182Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7075832Z test_module_and_optimizer_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:24.7076509Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:24.7077104Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:24.7077677Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:24.7079394Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:24.7080070Z STAGE:2022-11-23 02:08:24 3824:2704 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:24.7080436Z ok (0.032s) 2022-11-23T02:08:24.7080822Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7081359Z test_optimizer (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7081925Z test_optimizer_parameters_adam (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7082506Z test_optimizer_parameters_sgd (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7083065Z test_pointers_and_ids (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7083663Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7085361Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7085907Z test_tensor_lists (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7086452Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7087027Z test_tensorimpl_invalidation_full (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7087619Z test_tensorimpl_invalidation_keep_alive (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:24.7088224Z test_tensorimpl_invalidation_scalar_args (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:24.7088814Z test_tensorimpl_invalidation_set (__main__.TestTorchTidyProfiler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.7089116Z 2022-11-23T02:08:24.7089253Z ---------------------------------------------------------------------- 2022-11-23T02:08:24.7089506Z Ran 70 tests in 0.141s 2022-11-23T02:08:24.7089624Z 2022-11-23T02:08:24.7090368Z OK (skipped=68) 2022-11-23T02:08:24.7090948Z 2022-11-23T02:08:24.7091044Z Generating XML reports... 2022-11-23T02:08:24.7091414Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfiler-20221123020824.xml 2022-11-23T02:08:24.7091993Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestTorchTidyProfiler-20221123020824.xml 2022-11-23T02:08:24.7092521Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestExecutionGraph-20221123020824.xml 2022-11-23T02:08:24.7093024Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestExperimentalUtils-20221123020824.xml 2022-11-23T02:08:24.7093538Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfilerCUDA-20221123020824.xml 2022-11-23T02:08:24.7094115Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfilerITT-20221123020824.xml 2022-11-23T02:08:24.7094615Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestRecordFunction-20221123020824.xml 2022-11-23T02:08:24.7094879Z 2022-11-23T02:08:24.7095220Z ##[endgroup] 2022-11-23T02:08:24.7096762Z FINISHED PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_b6t6ry8y) 2022-11-23T02:08:24.7097058Z 2022-11-23T02:08:24.8897718Z 2022-11-23T02:08:24.8898395Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-11-23T02:08:24.8899331Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_gblm839r) 2022-11-23T02:08:24.8900203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:24.8900883Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:24.8901198Z 2022-11-23T02:08:24.8901280Z Running tests... 2022-11-23T02:08:24.8901531Z ---------------------------------------------------------------------- 2022-11-23T02:08:24.8901894Z Test results will be stored in test-reports\python-unittest\profiler.test_profiler_tree 2022-11-23T02:08:24.8902392Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.429s) 2022-11-23T02:08:24.8902927Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.000s) 2022-11-23T02:08:24.8903415Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.003s) 2022-11-23T02:08:24.8903904Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.000s) 2022-11-23T02:08:24.8904450Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.8905058Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.8905669Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.8906261Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:08:24.8906886Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:24.8907595Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:08:24 5532:1744 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:24.8908274Z STAGE:2022-11-23 02:08:24 5532:1744 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:24.8908947Z STAGE:2022-11-23 02:08:24 5532:1744 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:24.8909525Z STAGE:2022-11-23 02:08:24 5532:1744 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:24.8910098Z STAGE:2022-11-23 02:08:24 5532:1744 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:24.8910675Z STAGE:2022-11-23 02:08:24 5532:1744 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:24.8911247Z STAGE:2022-11-23 02:08:24 5532:1744 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:08:24.8911817Z STAGE:2022-11-23 02:08:24 5532:1744 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:08:24.8912430Z STAGE:2022-11-23 02:08:24 5532:1744 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:08:24.8912793Z ok (0.010s) 2022-11-23T02:08:24.8912882Z 2022-11-23T02:08:24.8913038Z ---------------------------------------------------------------------- 2022-11-23T02:08:24.8913292Z Ran 10 tests in 0.453s 2022-11-23T02:08:24.8913412Z 2022-11-23T02:08:24.8913488Z OK (skipped=9) 2022-11-23T02:08:24.8913599Z 2022-11-23T02:08:24.8913692Z Generating XML reports... 2022-11-23T02:08:24.8914080Z Generated XML report: test-reports\python-unittest\profiler.test_profiler_tree\TEST-TestProfilerTree-20221123020824.xml 2022-11-23T02:08:24.8914348Z 2022-11-23T02:08:24.8914589Z ##[endgroup] 2022-11-23T02:08:24.8914959Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_gblm839r) 2022-11-23T02:08:24.8915248Z 2022-11-23T02:08:27.3795415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:27.3796146Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:27.3796494Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:27.5184052Z Running test_ao_sparsity ... [2022-11-23 02:08:27.517898] 2022-11-23T02:08:27.5188924Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:27.518490] 2022-11-23T02:08:27.5191061Z Ignoring disabled issues: [] 2022-11-23T02:08:27.5484498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:27.5485209Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:27.5485552Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:27.6856394Z Running test_autocast ... [2022-11-23 02:08:27.685020] 2022-11-23T02:08:27.6861072Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:27.685614] 2022-11-23T02:08:27.6862652Z Ignoring disabled issues: [] 2022-11-23T02:08:30.9783977Z 2022-11-23T02:08:30.9784698Z Expand the folded group to see the log file of test_autocast 2022-11-23T02:08:30.9785601Z ##[group]PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_f_9eysf5) 2022-11-23T02:08:30.9786441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:30.9787113Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:30.9787261Z 2022-11-23T02:08:30.9787341Z Running tests... 2022-11-23T02:08:30.9787610Z ---------------------------------------------------------------------- 2022-11-23T02:08:30.9787943Z Test results will be stored in test-reports\python-unittest\test_autocast 2022-11-23T02:08:30.9788601Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.427s) 2022-11-23T02:08:30.9789164Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:30.9789686Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:30.9790208Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:30.9790759Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:30.9791294Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:30.9791845Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:30.9792256Z test_cast_cache_is_global (__main__.TestAutocastGPU) 2022-11-23T02:08:30.9792570Z Verifies that the autocast cache is global. This is done by ... skip: requires cuda (0.002s) 2022-11-23T02:08:30.9793018Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:30.9793299Z 2022-11-23T02:08:30.9793446Z ---------------------------------------------------------------------- 2022-11-23T02:08:30.9793688Z Ran 9 tests in 0.438s 2022-11-23T02:08:30.9793803Z 2022-11-23T02:08:30.9793873Z OK (skipped=9) 2022-11-23T02:08:30.9793968Z 2022-11-23T02:08:30.9794059Z Generating XML reports... 2022-11-23T02:08:30.9794406Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastCPU-20221123020830.xml 2022-11-23T02:08:30.9794862Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastGPU-20221123020830.xml 2022-11-23T02:08:30.9795323Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestTorchAutocast-20221123020830.xml 2022-11-23T02:08:30.9795566Z 2022-11-23T02:08:30.9795792Z ##[endgroup] 2022-11-23T02:08:30.9796131Z FINISHED PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_f_9eysf5) 2022-11-23T02:08:30.9796466Z 2022-11-23T02:08:31.1755061Z 2022-11-23T02:08:31.1755544Z Expand the folded group to see the log file of test_ao_sparsity 2022-11-23T02:08:31.1756238Z ##[group]PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_k0ao4js4) 2022-11-23T02:08:31.1758110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:31.1759154Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:31.1759376Z 2022-11-23T02:08:31.1759489Z Running tests... 2022-11-23T02:08:31.1759881Z ---------------------------------------------------------------------- 2022-11-23T02:08:31.1760411Z Test results will be stored in test-reports\python-unittest\test_ao_sparsity 2022-11-23T02:08:31.1761011Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-11-23T02:08:31.1763564Z Simulates the workflow of the activation sparsifier, starting from object creation ... 2022-11-23 02:08:30,610 - numba.cuda.cudadrv.driver - INFO - init 2022-11-23T02:08:31.1764190Z 2022-11-23 02:08:30,616 - numba.cuda.cudadrv.driver - ERROR - Call to cuInit results in CUDA_ERROR_UNKNOWN 2022-11-23T02:08:31.1764782Z skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.444s) 2022-11-23T02:08:31.1765355Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-11-23T02:08:31.1766116Z Checks if the warning is thrown if the scheduler step is called ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1767091Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1768102Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1769088Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1770118Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1771193Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1772346Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1773382Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1774373Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1775359Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1776342Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1777546Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1778549Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1779518Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1780527Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1781567Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1782758Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:08:31.1783836Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1784900Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1785972Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1787019Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:08:31.1788057Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1789124Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1790208Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1791290Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1792390Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1795084Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:08:31.1796173Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1797248Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1798267Z test_constructor (ao.sparsity.test_scheduler.TestCubicScheduler) ... ok (0.004s) 2022-11-23T02:08:31.1799439Z test_step (ao.sparsity.test_scheduler.TestCubicScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\scheduler\base_scheduler.py:125: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-11-23T02:08:31.1800584Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-11-23T02:08:31.1801034Z ok (0.003s) 2022-11-23T02:08:31.1801736Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1802792Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1803874Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1805104Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1805983Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:08:31.1806869Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1807720Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:08:31.1808612Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1809476Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:08:31.1810357Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:08:31.1811207Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:08:31.1812186Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1813035Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:08:31.1813896Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1815006Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1816143Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1817265Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1818399Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1819643Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1820753Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:31.1821871Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1822971Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1823845Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T02:08:31.1824686Z The expectation is post_training_sparse_quantize function ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:08:31.1825603Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T02:08:31.1826413Z The expectation is post_training_sparse_quantize function ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1827445Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1828543Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1829624Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1830673Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1831676Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1832448Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-11-23T02:08:31.1833227Z Checks if the warning is thrown if the scheduler step is called ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1834187Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:31.1834991Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:08:31.1835759Z Tests that fqn_to_module operates as inverse ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.008s) 2022-11-23T02:08:31.1836528Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:08:31.1837337Z Tests that fqn_to_module returns None when it tries to ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1838150Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:08:31.1839147Z Tests that fqn_to_module works for tensors, actually all parameters ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1839991Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:08:31.1840856Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1841723Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:08:31.1842612Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1843254Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:08:31.1843916Z Tests that module_to_fqn works as expected when compared to known good ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1844564Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:08:31.1845302Z Tests that module_to_fqn returns None when an fqn that doesn't ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1845982Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:08:31.1846658Z Tests that module_to_fqn returns '' when model and target module are the same ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1847518Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1848402Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1850915Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1851846Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1852730Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:31.1853598Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:31.1854053Z 2022-11-23T02:08:31.1854261Z ---------------------------------------------------------------------- 2022-11-23T02:08:31.1854613Z Ran 72 tests in 1.078s 2022-11-23T02:08:31.1854772Z 2022-11-23T02:08:31.1854883Z OK (skipped=70) 2022-11-23T02:08:31.1855040Z 2022-11-23T02:08:31.1855169Z Generating XML reports... 2022-11-23T02:08:31.1855742Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221123020829.xml 2022-11-23T02:08:31.1856601Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221123020829.xml 2022-11-23T02:08:31.1857528Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221123020829.xml 2022-11-23T02:08:31.1859069Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221123020829.xml 2022-11-23T02:08:31.1859863Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_pruner.TestBasePruner-20221123020829.xml 2022-11-23T02:08:31.1860651Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221123020829.xml 2022-11-23T02:08:31.1861476Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestComposability-20221123020829.xml 2022-11-23T02:08:31.1862299Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221123020829.xml 2022-11-23T02:08:31.1863156Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestFxComposability-20221123020829.xml 2022-11-23T02:08:31.1864021Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221123020829.xml 2022-11-23T02:08:31.1864943Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221123020829.xml 2022-11-23T02:08:31.1865942Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221123020829.xml 2022-11-23T02:08:31.1866803Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221123020829.xml 2022-11-23T02:08:31.1867662Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221123020829.xml 2022-11-23T02:08:31.1868457Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestScheduler-20221123020829.xml 2022-11-23T02:08:31.1869254Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221123020829.xml 2022-11-23T02:08:31.1870084Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221123020829.xml 2022-11-23T02:08:31.1870562Z 2022-11-23T02:08:31.1870998Z ##[endgroup] 2022-11-23T02:08:31.1871522Z FINISHED PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_k0ao4js4) 2022-11-23T02:08:31.1871886Z 2022-11-23T02:08:33.7254527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:33.7255244Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:33.7255590Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:33.8673226Z Running test_binary_ufuncs ... [2022-11-23 02:08:33.858214] 2022-11-23T02:08:33.8677691Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:33.858214] 2022-11-23T02:08:33.8679254Z Ignoring disabled issues: [] 2022-11-23T02:08:33.9578875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:33.9580048Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:34.1042647Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:34.1044155Z Running test_bundled_inputs ... [2022-11-23 02:08:34.103775] 2022-11-23T02:08:34.1047517Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:34.104359] 2022-11-23T02:08:34.1048642Z Ignoring disabled issues: [] 2022-11-23T02:08:37.0413141Z 2022-11-23T02:08:37.0413755Z Expand the folded group to see the log file of test_bundled_inputs 2022-11-23T02:08:37.0414683Z ##[group]PRINTING LOG FILE of test_bundled_inputs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_bundled_inputs_m85xj9pn) 2022-11-23T02:08:37.0415531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:37.0416382Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:37.0416532Z 2022-11-23T02:08:37.0416605Z Running tests... 2022-11-23T02:08:37.0416863Z ---------------------------------------------------------------------- 2022-11-23T02:08:37.0417189Z Test results will be stored in test-reports\python-unittest\test_bundled_inputs 2022-11-23T02:08:37.0417643Z test_bad_inputs (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.432s) 2022-11-23T02:08:37.0418167Z test_dict_args (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:08:37.0418705Z test_double_augment_fail (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:37.0419248Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:37.0419852Z test_double_augment_success (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:37.0420455Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:37.0421008Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:37.0421591Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:37.0422197Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:37.0422760Z test_non_tensors (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:08:37.0423275Z test_rejected_tensors (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:37.0423895Z test_single_tensors (__main__.TestBundledInputs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:37.0424166Z 2022-11-23T02:08:37.0424317Z ---------------------------------------------------------------------- 2022-11-23T02:08:37.0424567Z Ran 12 tests in 0.453s 2022-11-23T02:08:37.0424682Z 2022-11-23T02:08:37.0424758Z OK (skipped=12) 2022-11-23T02:08:37.0424868Z 2022-11-23T02:08:37.0424957Z Generating XML reports... 2022-11-23T02:08:37.0425374Z Generated XML report: test-reports\python-unittest\test_bundled_inputs\TEST-TestBundledInputs-20221123020836.xml 2022-11-23T02:08:37.0425635Z 2022-11-23T02:08:37.0425903Z ##[endgroup] 2022-11-23T02:08:37.0426260Z FINISHED PRINTING LOG FILE of test_bundled_inputs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_bundled_inputs_m85xj9pn) 2022-11-23T02:08:37.0426525Z 2022-11-23T02:08:37.6025678Z 2022-11-23T02:08:37.6026324Z Expand the folded group to see the log file of test_binary_ufuncs 2022-11-23T02:08:37.6027122Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_45wv8pl4) 2022-11-23T02:08:37.6028124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:37.6028780Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:37.6028913Z 2022-11-23T02:08:37.6028991Z Running tests... 2022-11-23T02:08:37.6030044Z ---------------------------------------------------------------------- 2022-11-23T02:08:37.6030691Z 2022-11-23T02:08:37.6030842Z ---------------------------------------------------------------------- 2022-11-23T02:08:37.6031094Z Ran 0 tests in 0.000s 2022-11-23T02:08:37.6031208Z 2022-11-23T02:08:37.6031267Z OK 2022-11-23T02:08:37.6031359Z 2022-11-23T02:08:37.6031449Z Generating XML reports... 2022-11-23T02:08:37.6031720Z Test results will be stored in test-reports\python-unittest\test_binary_ufuncs 2022-11-23T02:08:37.6031910Z 2022-11-23T02:08:37.6032148Z ##[endgroup] 2022-11-23T02:08:37.6032499Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_45wv8pl4) 2022-11-23T02:08:37.6032760Z 2022-11-23T02:08:39.7310720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:39.7311456Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:39.7311797Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:39.8710444Z Running test_comparison_utils ... [2022-11-23 02:08:39.867863] 2022-11-23T02:08:39.8715100Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:39.867863] 2022-11-23T02:08:39.8716634Z Ignoring disabled issues: [] 2022-11-23T02:08:40.2858730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:40.2859633Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:40.2859974Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:40.4297386Z Running test_complex ... [2022-11-23 02:08:40.420844] 2022-11-23T02:08:40.4302252Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:40.420844] 2022-11-23T02:08:40.4304199Z Ignoring disabled issues: [] 2022-11-23T02:08:42.1571031Z 2022-11-23T02:08:42.1571883Z Expand the folded group to see the log file of test_comparison_utils 2022-11-23T02:08:42.1572709Z ##[group]PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_4g6oiiyc) 2022-11-23T02:08:42.1573570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:42.1574250Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:42.1574398Z 2022-11-23T02:08:42.1574777Z ##[endgroup] 2022-11-23T02:08:42.1575137Z FINISHED PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_4g6oiiyc) 2022-11-23T02:08:42.1575408Z 2022-11-23T02:08:43.2271710Z 2022-11-23T02:08:43.2272271Z Expand the folded group to see the log file of test_complex 2022-11-23T02:08:43.2273284Z ##[group]PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex_l6hf5w2t) 2022-11-23T02:08:43.2274728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:43.2275885Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:43.2276088Z 2022-11-23T02:08:43.2276164Z Running tests... 2022-11-23T02:08:43.2276407Z ---------------------------------------------------------------------- 2022-11-23T02:08:43.2276586Z 2022-11-23T02:08:43.2276733Z ---------------------------------------------------------------------- 2022-11-23T02:08:43.2276979Z Ran 0 tests in 0.000s 2022-11-23T02:08:43.2277092Z 2022-11-23T02:08:43.2277150Z OK 2022-11-23T02:08:43.2277240Z 2022-11-23T02:08:43.2277330Z Generating XML reports... 2022-11-23T02:08:43.2277615Z Test results will be stored in test-reports\python-unittest\test_complex 2022-11-23T02:08:43.2277800Z 2022-11-23T02:08:43.2278029Z ##[endgroup] 2022-11-23T02:08:43.2278359Z FINISHED PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex_l6hf5w2t) 2022-11-23T02:08:43.2278600Z 2022-11-23T02:08:44.8803622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:44.8804353Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:44.8804701Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:45.0206513Z Running test_cuda_sanitizer ... [2022-11-23 02:08:45.020131] 2022-11-23T02:08:45.0211451Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:45.020731] 2022-11-23T02:08:45.0213140Z Ignoring disabled issues: [] 2022-11-23T02:08:45.9025296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:45.9026023Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:45.9026366Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:46.0453536Z Running test_dataloader ... [2022-11-23 02:08:46.044928] 2022-11-23T02:08:46.0458254Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:46.045515] 2022-11-23T02:08:46.0459816Z Ignoring disabled issues: [] 2022-11-23T02:08:47.3781061Z 2022-11-23T02:08:47.3781850Z Expand the folded group to see the log file of test_cuda_sanitizer 2022-11-23T02:08:47.3782819Z ##[group]PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_duo7f2li) 2022-11-23T02:08:47.3783677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:47.3784334Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:47.3784583Z CUDA not available, skipping tests 2022-11-23T02:08:47.3784719Z 2022-11-23T02:08:47.3784797Z Running tests... 2022-11-23T02:08:47.3785056Z ---------------------------------------------------------------------- 2022-11-23T02:08:47.3785218Z 2022-11-23T02:08:47.3785366Z ---------------------------------------------------------------------- 2022-11-23T02:08:47.3785614Z Ran 0 tests in 0.000s 2022-11-23T02:08:47.3785729Z 2022-11-23T02:08:47.3785789Z OK 2022-11-23T02:08:47.3785882Z 2022-11-23T02:08:47.3785970Z Generating XML reports... 2022-11-23T02:08:47.3786257Z Test results will be stored in test-reports\python-unittest\test_cuda_sanitizer 2022-11-23T02:08:47.3786449Z 2022-11-23T02:08:47.3786673Z ##[endgroup] 2022-11-23T02:08:47.3787013Z FINISHED PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_duo7f2li) 2022-11-23T02:08:47.3787277Z 2022-11-23T02:08:50.0623434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:50.0624153Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:50.0624496Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:50.2087504Z Running test_datapipe ... [2022-11-23 02:08:50.208220] 2022-11-23T02:08:50.2092841Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:50.208810] 2022-11-23T02:08:50.2094805Z Ignoring disabled issues: [] 2022-11-23T02:08:53.3468433Z 2022-11-23T02:08:53.3469097Z Expand the folded group to see the log file of test_datapipe 2022-11-23T02:08:53.3469898Z ##[group]PRINTING LOG FILE of test_datapipe (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_datapipe_ci5iqzvz) 2022-11-23T02:08:53.3471065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:53.3472232Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:53.3472559Z 2022-11-23T02:08:53.3472669Z Running tests... 2022-11-23T02:08:53.3473071Z ---------------------------------------------------------------------- 2022-11-23T02:08:53.3473562Z test_basic_capture (__main__.TestCaptureDataFrame) ... Test results will be stored in test-reports\python-unittest\test_datapipe 2022-11-23T02:08:53.3474121Z skip: no dataframes (pandas) (0.002s) 2022-11-23T02:08:53.3474630Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.003s) 2022-11-23T02:08:53.3475753Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.431s) 2022-11-23T02:08:53.3476480Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T02:08:53.3476765Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T02:08:53.3477080Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T02:08:53.3477486Z test_len (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T02:08:53.3477931Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T02:08:53.3478360Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T02:08:53.3478788Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T02:08:53.3479160Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-11-23T02:08:53.3479519Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T02:08:53.3479864Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.002s) 2022-11-23T02:08:53.3480245Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T02:08:53.3480746Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T02:08:53.3481136Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T02:08:53.3481619Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:53.3482313Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:53.3482979Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:53.3483940Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:08:53.3484905Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:53.3485532Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.015s) 2022-11-23T02:08:53.3486256Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3486902Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:08:53.3487495Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3488089Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:08:53.3488855Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3489449Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3490589Z test_serializable (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:53.3491223Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-11-23T02:08:53.3491672Z Only for DataPipes that take in a function as argument ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3492509Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3493152Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3493745Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:53.3494316Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:53.3494887Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:53.3495456Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:53.3496487Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:53.3497420Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:08:53.3498043Z test_serializable (__main__.TestFunctionalMapDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.007s) 2022-11-23T02:08:53.3498582Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-11-23T02:08:53.3499028Z Only for DataPipes that take in a function as argument ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3499675Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3500482Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3501029Z test_simple_traverse (__main__.TestGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3501545Z test_traverse_circular_datapipe (__main__.TestGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3502486Z test_traverse_forked (__main__.TestGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3503355Z test_traverse_mapdatapipe (__main__.TestGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3504134Z test_traverse_mixdatapipe (__main__.TestGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3504809Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3505432Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3506138Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3506945Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3507610Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3508684Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3509857Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3510641Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3511273Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3511903Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3512546Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3513066Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:08:53.3513672Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3514319Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:08:53.3515159Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:08:53.3516039Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:08:53.3516592Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3517142Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:08:53.3517662Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3518152Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:08:53.3518745Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3519499Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:08:53.3520017Z warnings.warn( 2022-11-23T02:08:53.3520198Z ok (0.008s) 2022-11-23T02:08:53.3520467Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.013s) 2022-11-23T02:08:53.3521009Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.008s) 2022-11-23T02:08:53.3521633Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.009s) 2022-11-23T02:08:53.3522313Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.017s) 2022-11-23T02:08:53.3522699Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.010s) 2022-11-23T02:08:53.3523204Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.010s) 2022-11-23T02:08:53.3523713Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-11-23T02:08:53.3524088Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-11-23T02:08:53.3524507Z test_old_dataloader (__main__.TestSharding) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3525070Z test_sharding_groups (__main__.TestSharding) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3525854Z test_sharding_length (__main__.TestSharding) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:08:53.3526371Z test_simple_sharding (__main__.TestSharding) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3526937Z test_api (__main__.TestStreamWrapper) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3527769Z test_dir (__main__.TestStreamWrapper) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3528628Z test_pickle (__main__.TestStreamWrapper) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3529142Z test_repr (__main__.TestStreamWrapper) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3529556Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.004s) 2022-11-23T02:08:53.3529921Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-11-23T02:08:53.3530375Z test_isinstance (__main__.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3530789Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-11-23T02:08:53.3531251Z test_protocol (__main__.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:08:53.3531697Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-11-23T02:08:53.3532007Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-11-23T02:08:53.3532387Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-11-23T02:08:53.3532640Z 2022-11-23T02:08:53.3532810Z ---------------------------------------------------------------------- 2022-11-23T02:08:53.3533189Z Ran 88 tests in 0.641s 2022-11-23T02:08:53.3533476Z 2022-11-23T02:08:53.3533597Z OK (skipped=74) 2022-11-23T02:08:53.3533779Z 2022-11-23T02:08:53.3533955Z Generating XML reports... 2022-11-23T02:08:53.3534536Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataChunk-20221123020852.xml 2022-11-23T02:08:53.3535282Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterableDataPipeBasic-20221123020852.xml 2022-11-23T02:08:53.3535804Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCaptureDataFrame-20221123020852.xml 2022-11-23T02:08:53.3536370Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCircularSerialization-20221123020852.xml 2022-11-23T02:08:53.3536895Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataFramesPipes-20221123020852.xml 2022-11-23T02:08:53.3537397Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalIterDataPipe-20221123020852.xml 2022-11-23T02:08:53.3537951Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalMapDataPipe-20221123020852.xml 2022-11-23T02:08:53.3538415Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestGraph-20221123020852.xml 2022-11-23T02:08:53.3539003Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeCountSampleYielded-20221123020852.xml 2022-11-23T02:08:53.3539847Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeGraphFastForward-20221123020852.xml 2022-11-23T02:08:53.3540840Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeSingletonConstraint-20221123020852.xml 2022-11-23T02:08:53.3541410Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSerialization-20221123020852.xml 2022-11-23T02:08:53.3541848Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSharding-20221123020852.xml 2022-11-23T02:08:53.3542302Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestStreamWrapper-20221123020852.xml 2022-11-23T02:08:53.3542876Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestTyping-20221123020852.xml 2022-11-23T02:08:53.3543105Z 2022-11-23T02:08:53.3543435Z ##[endgroup] 2022-11-23T02:08:53.3543783Z FINISHED PRINTING LOG FILE of test_datapipe (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_datapipe_ci5iqzvz) 2022-11-23T02:08:53.3544144Z 2022-11-23T02:08:56.0778979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:56.0779983Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:56.0780330Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:56.2165825Z Running test_decomp ... [2022-11-23 02:08:56.216126] 2022-11-23T02:08:56.2170375Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:08:56.216126] 2022-11-23T02:08:56.2172329Z Ignoring disabled issues: [] 2022-11-23T02:08:59.8982754Z 2022-11-23T02:08:59.8983306Z Expand the folded group to see the log file of test_decomp 2022-11-23T02:08:59.8984043Z ##[group]PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_w8535ku9) 2022-11-23T02:08:59.8985393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:59.8986477Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:59.8986716Z 2022-11-23T02:08:59.8986839Z Running tests... 2022-11-23T02:08:59.8987261Z ---------------------------------------------------------------------- 2022-11-23T02:08:59.8987550Z 2022-11-23T02:08:59.8987790Z ---------------------------------------------------------------------- 2022-11-23T02:08:59.8988188Z Ran 0 tests in 0.000s 2022-11-23T02:08:59.8988378Z 2022-11-23T02:08:59.8988482Z OK 2022-11-23T02:08:59.8988628Z 2022-11-23T02:08:59.8988759Z Generating XML reports... 2022-11-23T02:08:59.8989217Z Test results will be stored in test-reports\python-unittest\test_decomp 2022-11-23T02:08:59.8989523Z 2022-11-23T02:08:59.8991526Z ##[endgroup] 2022-11-23T02:08:59.8991957Z FINISHED PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_w8535ku9) 2022-11-23T02:08:59.8992231Z 2022-11-23T02:09:02.5748757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:02.5749485Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:02.5749810Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:02.7228077Z Running test_deploy ... [2022-11-23 02:09:02.722305] 2022-11-23T02:09:02.7235187Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-11-23 02:09:02.722954] 2022-11-23T02:09:02.7237055Z Ignoring disabled issues: [] 2022-11-23T02:09:07.4901416Z 2022-11-23T02:09:07.4901945Z Expand the folded group to see the log file of test_deploy 2022-11-23T02:09:07.4902692Z ##[group]PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_szhjwslt) 2022-11-23T02:09:07.4903107Z ============================= test session starts ============================= 2022-11-23T02:09:07.4903617Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:09:07.4903894Z cachedir: .pytest_cache 2022-11-23T02:09:07.4904291Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-11-23T02:09:07.4904745Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:09:07.4905142Z 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-11-23T02:09:07.4905444Z collecting ... collected 1 item 2022-11-23T02:09:07.4905735Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-11-23T02:09:07.4905923Z 2022-11-23T02:09:07.4906076Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-11-23T02:09:07.4906250Z 2022-11-23T02:09:07.4906366Z ============================== 1 passed in 2.44s ============================== 2022-11-23T02:09:07.4906502Z 2022-11-23T02:09:07.4906716Z ##[endgroup] 2022-11-23T02:09:07.4907046Z FINISHED PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_szhjwslt) 2022-11-23T02:09:07.4907292Z 2022-11-23T02:09:10.3376833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:10.3377571Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:10.3377908Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:10.4890994Z Running test_dlpack ... [2022-11-23 02:09:10.485852] 2022-11-23T02:09:10.4895964Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:09:10.485852] 2022-11-23T02:09:10.4897479Z Ignoring disabled issues: [] 2022-11-23T02:09:13.5706417Z 2022-11-23T02:09:13.5706982Z Expand the folded group to see the log file of test_dlpack 2022-11-23T02:09:13.5707774Z ##[group]PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_8ie6sw14) 2022-11-23T02:09:13.5708588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:13.5709264Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:13.5709409Z 2022-11-23T02:09:13.5709486Z Running tests... 2022-11-23T02:09:13.5709743Z ---------------------------------------------------------------------- 2022-11-23T02:09:13.5709918Z 2022-11-23T02:09:13.5710061Z ---------------------------------------------------------------------- 2022-11-23T02:09:13.5710302Z Ran 0 tests in 0.000s 2022-11-23T02:09:13.5710417Z 2022-11-23T02:09:13.5710463Z OK 2022-11-23T02:09:13.5710553Z 2022-11-23T02:09:13.5710640Z Generating XML reports... 2022-11-23T02:09:13.5710914Z Test results will be stored in test-reports\python-unittest\test_dlpack 2022-11-23T02:09:13.5711096Z 2022-11-23T02:09:13.5711307Z ##[endgroup] 2022-11-23T02:09:13.5711632Z FINISHED PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_8ie6sw14) 2022-11-23T02:09:13.5711874Z 2022-11-23T02:09:16.3895654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:16.3896601Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:16.3896938Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:16.5443842Z Running test_dynamic_shapes ... [2022-11-23 02:09:16.543834] 2022-11-23T02:09:16.5450198Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:09:16.544441] 2022-11-23T02:09:16.5453588Z Ignoring disabled issues: [] 2022-11-23T02:09:19.6543432Z 2022-11-23T02:09:19.6544014Z Expand the folded group to see the log file of test_dynamic_shapes 2022-11-23T02:09:19.6544759Z ##[group]PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_pvaf1jqi) 2022-11-23T02:09:19.6546856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:19.6547841Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:19.6547990Z 2022-11-23T02:09:19.6548063Z Running tests... 2022-11-23T02:09:19.6548319Z ---------------------------------------------------------------------- 2022-11-23T02:09:19.6548656Z Test results will be stored in test-reports\python-unittest\test_dynamic_shapes 2022-11-23T02:09:19.6548989Z test_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6549271Z test_aten_ops (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6549554Z test_binary (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6549961Z test_fx_trace_intlist (__main__.TestPySymInt) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.436s) 2022-11-23T02:09:19.6550351Z test_guard_int (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6550645Z test_int_conversion (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:09:19.6550938Z test_int_to_float (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6551320Z test_meta_symint (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6551659Z test_numel (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6551968Z test_print_readable_with_symints (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6552293Z test_reverse_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6552589Z test_roundtrip (__main__.TestPySymInt) ... skip: no sympy (0.002s) 2022-11-23T02:09:19.6552883Z test_size_expressions (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6553169Z test_stride (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:09:19.6553449Z test_sym_floor (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6553727Z test_sym_int (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6554004Z test_sym_sqrt (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6554316Z test_symint_args (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6554808Z test_symint_as_scalar (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:09:19.6555310Z test_symint_vargs (__main__.TestPySymInt) ... skip: no sympy (0.002s) 2022-11-23T02:09:19.6556180Z test_method_fn_add_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6556817Z test_method_fn_add_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6557437Z test_method_fn_add_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6558053Z test_method_fn_add_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6558674Z test_method_fn_ceil_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6559362Z test_method_fn_ceil_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6559983Z test_method_fn_ceil_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6560599Z test_method_fn_ceil_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6561205Z test_method_fn_eq_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6561826Z test_method_fn_eq_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6562433Z test_method_fn_eq_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6563035Z test_method_fn_eq_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6563651Z test_method_fn_floor_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:09:19.6564277Z test_method_fn_floor_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6564902Z test_method_fn_floor_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6565580Z test_method_fn_floor_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6566209Z test_method_fn_floordiv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6566906Z test_method_fn_floordiv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:09:19.6567531Z test_method_fn_floordiv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6568157Z test_method_fn_floordiv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6568771Z test_method_fn_ge_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6569394Z test_method_fn_ge_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6570185Z test_method_fn_ge_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6570809Z test_method_fn_ge_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6571428Z test_method_fn_gt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6572035Z test_method_fn_gt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:09:19.6572642Z test_method_fn_gt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6573325Z test_method_fn_gt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6573936Z test_method_fn_le_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6574551Z test_method_fn_le_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6575152Z test_method_fn_le_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6575750Z test_method_fn_le_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6576366Z test_method_fn_lt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6576974Z test_method_fn_lt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6577641Z test_method_fn_lt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6578246Z test_method_fn_lt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6578989Z test_method_fn_max_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6579608Z test_method_fn_max_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6580229Z test_method_fn_max_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6580893Z test_method_fn_max_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6581516Z test_method_fn_min_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6582133Z test_method_fn_min_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6582747Z test_method_fn_min_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6583357Z test_method_fn_min_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6583973Z test_method_fn_mod_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6584595Z test_method_fn_mod_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6585203Z test_method_fn_mod_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6585993Z test_method_fn_mod_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6587026Z test_method_fn_mul_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6606581Z test_method_fn_mul_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6607521Z test_method_fn_mul_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6609011Z test_method_fn_mul_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6609890Z test_method_fn_neg_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6610762Z test_method_fn_neg_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6611626Z test_method_fn_neg_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6612584Z test_method_fn_neg_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6613793Z test_method_fn_pow_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6614858Z test_method_fn_pow_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6615905Z test_method_fn_pow_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:09:19.6616928Z test_method_fn_pow_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6617946Z test_method_fn_sub_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6618999Z test_method_fn_sub_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:19.6620068Z test_method_fn_sub_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:09:19.6621092Z test_method_fn_sub_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:19.6622195Z test_method_fn_sym_float_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:09:19.6623323Z test_method_fn_sym_float_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6624406Z test_method_fn_sym_float_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6625053Z test_method_fn_sym_float_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:09:19.6625843Z test_method_fn_sym_sqrt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6626464Z test_method_fn_sym_sqrt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6627103Z test_method_fn_sym_sqrt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6627732Z test_method_fn_sym_sqrt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6628363Z test_method_fn_truediv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6629057Z test_method_fn_truediv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6629688Z test_method_fn_truediv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6630312Z test_method_fn_truediv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:19.6630633Z 2022-11-23T02:09:19.6630789Z ---------------------------------------------------------------------- 2022-11-23T02:09:19.6631039Z Ran 96 tests in 0.563s 2022-11-23T02:09:19.6631156Z 2022-11-23T02:09:19.6631231Z OK (skipped=96) 2022-11-23T02:09:19.6631342Z 2022-11-23T02:09:19.6631429Z Generating XML reports... 2022-11-23T02:09:19.6631769Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestPySymInt-20221123020918.xml 2022-11-23T02:09:19.6632334Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestSymNumberMagicMethods-20221123020918.xml 2022-11-23T02:09:19.6632613Z 2022-11-23T02:09:19.6632945Z ##[endgroup] 2022-11-23T02:09:19.6633307Z FINISHED PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_pvaf1jqi) 2022-11-23T02:09:19.6633575Z 2022-11-23T02:09:22.5345997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:22.5346732Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:22.5347089Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:22.6804647Z Running test_expanded_weights ... [2022-11-23 02:09:22.680028] 2022-11-23T02:09:22.6811384Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:09:22.680661] 2022-11-23T02:09:22.6814946Z Ignoring disabled issues: [] 2022-11-23T02:09:26.6979211Z 2022-11-23T02:09:26.6979923Z Expand the folded group to see the log file of test_expanded_weights 2022-11-23T02:09:26.6981061Z ##[group]PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_1ad0mtoy) 2022-11-23T02:09:26.6982720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:26.6983424Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:26.6983577Z 2022-11-23T02:09:26.6983657Z Running tests... 2022-11-23T02:09:26.6983914Z ---------------------------------------------------------------------- 2022-11-23T02:09:26.6984378Z Test results will be stored in test-reports\python-unittest\test_expanded_weights 2022-11-23T02:09:26.6985068Z test_Conv1d (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.6985893Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.6986835Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.6987634Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.6988647Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.6989520Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.6990293Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:09:26.6990919Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.6991515Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.6992176Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.6992763Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.6993349Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.6994248Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.6995314Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.6996330Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.6997458Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.6998399Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.6998985Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.6999576Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7000159Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7000907Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7002027Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7002971Z test_Conv2d (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7003910Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7004934Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7005956Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7007029Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7008137Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7009182Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7010225Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7011286Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7012342Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7013521Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7014670Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7015915Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7017030Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7018092Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7019168Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7020243Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7021372Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7022370Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7023417Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7024436Z test_Conv3d (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7025457Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7026517Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7027563Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7028667Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7029764Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7030805Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7031893Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7032959Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7033896Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7034950Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7035855Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:26.7036755Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7037715Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7038643Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:09:26.7039543Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7041045Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7041972Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7042855Z test_Embedding (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7043771Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7044742Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:09:26.7045675Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7046547Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7047430Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7048349Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7049276Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7050259Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7051191Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7052117Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7053208Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7054158Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:26.7055088Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:09:26.7056071Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7057050Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7058034Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7058942Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7059832Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7060782Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7061783Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7062779Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7063736Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7064682Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7065622Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7066568Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7067512Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7068546Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7069592Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7070535Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7071444Z test_Linear (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7072300Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7073163Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7074128Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7075085Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7075952Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7076867Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:26.7077828Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:26.7078765Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:26.7079227Z 2022-11-23T02:09:26.7079502Z ---------------------------------------------------------------------- 2022-11-23T02:09:26.7079891Z Ran 99 tests in 0.094s 2022-11-23T02:09:26.7080116Z 2022-11-23T02:09:26.7080251Z OK (skipped=99) 2022-11-23T02:09:26.7080434Z 2022-11-23T02:09:26.7080568Z Generating XML reports... 2022-11-23T02:09:26.7081177Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightModule-20221123020926.xml 2022-11-23T02:09:26.7081604Z 2022-11-23T02:09:26.7082064Z ##[endgroup] 2022-11-23T02:09:26.7082632Z FINISHED PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_1ad0mtoy) 2022-11-23T02:09:26.7083067Z 2022-11-23T02:09:29.5988601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:29.5990206Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:29.5991664Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:29.7606776Z Running test_foreach ... [2022-11-23 02:09:29.760071] 2022-11-23T02:09:29.7612227Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:09:29.760695] 2022-11-23T02:09:29.7613601Z Ignoring disabled issues: [] 2022-11-23T02:09:33.5213393Z 2022-11-23T02:09:33.5214052Z Expand the folded group to see the log file of test_foreach 2022-11-23T02:09:33.5214789Z ##[group]PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_h97cnqad) 2022-11-23T02:09:33.5215722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:33.5216405Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:33.5216556Z 2022-11-23T02:09:33.5216634Z Running tests... 2022-11-23T02:09:33.5216900Z ---------------------------------------------------------------------- 2022-11-23T02:09:33.5217087Z 2022-11-23T02:09:33.5217219Z ---------------------------------------------------------------------- 2022-11-23T02:09:33.5217469Z Ran 0 tests in 0.000s 2022-11-23T02:09:33.5217587Z 2022-11-23T02:09:33.5217649Z OK 2022-11-23T02:09:33.5217743Z 2022-11-23T02:09:33.5217837Z Generating XML reports... 2022-11-23T02:09:33.5218352Z Test results will be stored in test-reports\python-unittest\test_foreach 2022-11-23T02:09:33.5218545Z 2022-11-23T02:09:33.5218785Z ##[endgroup] 2022-11-23T02:09:33.5219152Z FINISHED PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_h97cnqad) 2022-11-23T02:09:33.5219416Z 2022-11-23T02:09:36.2242765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:36.2243633Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:36.2245173Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:36.3916445Z Running test_function_schema ... [2022-11-23 02:09:36.391315] 2022-11-23T02:09:36.3922683Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:09:36.391922] 2022-11-23T02:09:36.3924249Z Ignoring disabled issues: [] 2022-11-23T02:09:39.2911742Z 2022-11-23T02:09:39.2912340Z Expand the folded group to see the log file of test_function_schema 2022-11-23T02:09:39.2913126Z ##[group]PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_xhy3qc2t) 2022-11-23T02:09:39.2914029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:39.2914693Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:39.2914846Z 2022-11-23T02:09:39.2914966Z Running tests... 2022-11-23T02:09:39.2915235Z ---------------------------------------------------------------------- 2022-11-23T02:09:39.2915631Z Test results will be stored in test-reports\python-unittest\test_function_schema 2022-11-23T02:09:39.2916123Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.444s) 2022-11-23T02:09:39.2916889Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:39.2917469Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:39.2918061Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:39.2918674Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:39.2919268Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:39.2919867Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:09:39.2920496Z test_out_schema (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:39.2921083Z test_schema_error (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:39.2921687Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:39.2922272Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:39.2922874Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:39.2923481Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:39.2923789Z 2022-11-23T02:09:39.2923941Z ---------------------------------------------------------------------- 2022-11-23T02:09:39.2924195Z Ran 13 tests in 0.453s 2022-11-23T02:09:39.2924314Z 2022-11-23T02:09:39.2924392Z OK (skipped=13) 2022-11-23T02:09:39.2924507Z 2022-11-23T02:09:39.2924599Z Generating XML reports... 2022-11-23T02:09:39.2924955Z Generated XML report: test-reports\python-unittest\test_function_schema\TEST-TestFunctionSchema-20221123020938.xml 2022-11-23T02:09:39.2925222Z 2022-11-23T02:09:39.2925459Z ##[endgroup] 2022-11-23T02:09:39.2925824Z FINISHED PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_xhy3qc2t) 2022-11-23T02:09:39.2926092Z 2022-11-23T02:09:41.9526108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:41.9526868Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:41.9527936Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:42.0971402Z Running test_functional_autograd_benchmark ... [2022-11-23 02:09:42.096663] 2022-11-23T02:09:42.0976079Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:09:42.097251] 2022-11-23T02:09:42.0977539Z Ignoring disabled issues: [] 2022-11-23T02:09:44.4497246Z 2022-11-23T02:09:44.4497934Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-11-23T02:09:44.4501223Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_autograd_benchmark_kh_o0jxx) 2022-11-23T02:09:44.4502690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:44.4503849Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:44.4504082Z 2022-11-23T02:09:44.4504207Z Running tests... 2022-11-23T02:09:44.4506328Z ---------------------------------------------------------------------- 2022-11-23T02:09:44.4507254Z Test results will be stored in test-reports\python-unittest\test_functional_autograd_benchmark 2022-11-23T02:09:44.4508058Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.000s) 2022-11-23T02:09:44.4508953Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.000s) 2022-11-23T02:09:44.4509398Z 2022-11-23T02:09:44.4509636Z ---------------------------------------------------------------------- 2022-11-23T02:09:44.4510015Z Ran 2 tests in 0.000s 2022-11-23T02:09:44.4510121Z 2022-11-23T02:09:44.4510202Z OK (skipped=2) 2022-11-23T02:09:44.4510316Z 2022-11-23T02:09:44.4510414Z Generating XML reports... 2022-11-23T02:09:44.4510851Z Generated XML report: test-reports\python-unittest\test_functional_autograd_benchmark\TEST-TestFunctionalAutogradBenchmark-20221123020944.xml 2022-11-23T02:09:44.4512528Z 2022-11-23T02:09:44.4512844Z ##[endgroup] 2022-11-23T02:09:44.4513257Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_autograd_benchmark_kh_o0jxx) 2022-11-23T02:09:44.4513567Z 2022-11-23T02:09:47.1827182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:47.1827931Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:47.1828280Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:47.3237016Z Running test_functional_optim ... [2022-11-23 02:09:47.320864] 2022-11-23T02:09:47.3241911Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:09:47.323971] 2022-11-23T02:09:47.3243145Z Ignoring disabled issues: [] 2022-11-23T02:09:50.4580835Z 2022-11-23T02:09:50.4581406Z Expand the folded group to see the log file of test_functional_optim 2022-11-23T02:09:50.4582271Z ##[group]PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_um4n1bo5) 2022-11-23T02:09:50.4583122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:50.4583996Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:50.4584149Z 2022-11-23T02:09:50.4584230Z Running tests... 2022-11-23T02:09:50.4584480Z ---------------------------------------------------------------------- 2022-11-23T02:09:50.4584840Z Test results will be stored in test-reports\python-unittest\test_functional_optim 2022-11-23T02:09:50.4585347Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.439s) 2022-11-23T02:09:50.4585952Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:50.4586554Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:09:50.4587234Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:50.4587548Z 2022-11-23T02:09:50.4587700Z ---------------------------------------------------------------------- 2022-11-23T02:09:50.4587952Z Ran 4 tests in 0.469s 2022-11-23T02:09:50.4588074Z 2022-11-23T02:09:50.4588150Z OK (skipped=4) 2022-11-23T02:09:50.4588246Z 2022-11-23T02:09:50.4588339Z Generating XML reports... 2022-11-23T02:09:50.4588735Z Generated XML report: test-reports\python-unittest\test_functional_optim\TEST-TestFunctionalOptimParity-20221123020949.xml 2022-11-23T02:09:50.4589025Z 2022-11-23T02:09:50.4589254Z ##[endgroup] 2022-11-23T02:09:50.4589621Z FINISHED PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_um4n1bo5) 2022-11-23T02:09:50.4589895Z 2022-11-23T02:09:53.2113284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:53.2114023Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:53.2114378Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:53.3794443Z Running test_functionalization ... [2022-11-23 02:09:53.378941] 2022-11-23T02:09:53.3799827Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:09:53.379585] 2022-11-23T02:09:53.3801194Z Ignoring disabled issues: [] 2022-11-23T02:09:56.4987585Z 2022-11-23T02:09:56.4988161Z Expand the folded group to see the log file of test_functionalization 2022-11-23T02:09:56.4988977Z ##[group]PRINTING LOG FILE of test_functionalization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functionalization_dol6yays) 2022-11-23T02:09:56.4990269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:56.4991165Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:56.4991317Z 2022-11-23T02:09:56.4991396Z Running tests... 2022-11-23T02:09:56.4991667Z ---------------------------------------------------------------------- 2022-11-23T02:09:56.4992026Z Test results will be stored in test-reports\python-unittest\test_functionalization 2022-11-23T02:09:56.4992551Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.492s) 2022-11-23T02:09:56.4993141Z test_as_strided (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.4993657Z test_cat (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.4994247Z test_copy_ (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:56.4994939Z test_copy_stride_mismatch (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.4995494Z test_diagonal (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.4996049Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.4996597Z test_everything (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.4997149Z test_expand_symint (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.4997689Z test_fill_ (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.4998217Z test_freeze (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.4998789Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.4999356Z test_inplace_on_non_view (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.4999908Z test_metadata_change (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5000519Z test_metadata_change_out_op (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5001118Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5001675Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5002218Z test_multi_out (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5002829Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5003405Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5003990Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5004557Z test_only_one_view (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5005111Z test_optional_tensor_list (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5005673Z test_reapply_views_simple (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5006333Z test_resize_larger_invalid (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5006943Z test_resize_larger_valid (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5007503Z test_resize_smaller (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5008051Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5008612Z test_scalars (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5009152Z test_simple (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:09:56.5009692Z test_simple_out (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:09:56.5010229Z test_split (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:56.5010761Z test_tensor_ctr (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:56.5011308Z test_tensor_list_composite (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:56.5011893Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:56.5012524Z test_view_clone_view_inplace (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:56.5013158Z test_view_inplace (__main__.TestFunctionalization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:09:56.5013490Z 2022-11-23T02:09:56.5013709Z ---------------------------------------------------------------------- 2022-11-23T02:09:56.5013945Z Ran 37 tests in 0.531s 2022-11-23T02:09:56.5014066Z 2022-11-23T02:09:56.5014145Z OK (skipped=37) 2022-11-23T02:09:56.5014260Z 2022-11-23T02:09:56.5014354Z Generating XML reports... 2022-11-23T02:09:56.5014750Z Generated XML report: test-reports\python-unittest\test_functionalization\TEST-TestFunctionalization-20221123020955.xml 2022-11-23T02:09:56.5015029Z 2022-11-23T02:09:56.5015298Z ##[endgroup] 2022-11-23T02:09:56.5015683Z FINISHED PRINTING LOG FILE of test_functionalization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functionalization_dol6yays) 2022-11-23T02:09:56.5015966Z 2022-11-23T02:09:59.4100755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:59.4101507Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:59.4101857Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:59.5595104Z Running test_futures ... [2022-11-23 02:09:59.558758] 2022-11-23T02:09:59.5599866Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:09:59.559356] 2022-11-23T02:09:59.5601500Z Ignoring disabled issues: [] 2022-11-23T02:10:02.8943793Z 2022-11-23T02:10:02.8944322Z Expand the folded group to see the log file of test_futures 2022-11-23T02:10:02.8945179Z ##[group]PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures_suhuacoi) 2022-11-23T02:10:02.8946215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:02.8946922Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:02.8947075Z 2022-11-23T02:10:02.8947157Z Running tests... 2022-11-23T02:10:02.8947425Z ---------------------------------------------------------------------- 2022-11-23T02:10:02.8947762Z Test results will be stored in test-reports\python-unittest\test_futures 2022-11-23T02:10:02.8948213Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.457s) 2022-11-23T02:10:02.8948788Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:02.8949364Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:10:02.8949958Z test_add_done_callback_simple (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:02.8950522Z test_chained_then (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:02.8951033Z test_collect_all (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:02.8951534Z test_done (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:02.8952217Z test_done_exception (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:02.8952790Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:02.8953401Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:02.8953965Z test_mark_future_twice (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:02.8954464Z test_pickle_future (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:02.8954978Z test_set_exception (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:10:02.8955634Z test_set_exception_multithreading (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:02.8956202Z test_then (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:02.8956705Z test_then_no_arg (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:02.8957214Z test_then_raise (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:02.8957720Z test_then_wrong_arg (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:02.8958224Z test_wait (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:02.8958653Z test_wait_all (__main__.TestFuture) ... skip: TODO: need to fix this testcase for Windows (0.001s) 2022-11-23T02:10:02.8959102Z test_wait_multi_thread (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:02.8959596Z test_wait_none (__main__.TestFuture) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:02.8959857Z 2022-11-23T02:10:02.8960017Z ---------------------------------------------------------------------- 2022-11-23T02:10:02.8960278Z Ran 22 tests in 0.515s 2022-11-23T02:10:02.8960399Z 2022-11-23T02:10:02.8960478Z OK (skipped=22) 2022-11-23T02:10:02.8960594Z 2022-11-23T02:10:02.8960688Z Generating XML reports... 2022-11-23T02:10:02.8961035Z Generated XML report: test-reports\python-unittest\test_futures\TEST-TestFuture-20221123021001.xml 2022-11-23T02:10:02.8961269Z 2022-11-23T02:10:02.8961546Z ##[endgroup] 2022-11-23T02:10:02.8961897Z FINISHED PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures_suhuacoi) 2022-11-23T02:10:02.8962188Z 2022-11-23T02:10:05.6950691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:05.6952638Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:05.6953201Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:05.8482398Z Running test_fx_experimental ... [2022-11-23 02:10:05.847598] 2022-11-23T02:10:05.8490608Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:10:05.848825] 2022-11-23T02:10:05.8491943Z Ignoring disabled issues: [] 2022-11-23T02:10:09.8632748Z 2022-11-23T02:10:09.8633229Z Expand the folded group to see the log file of test_fx_experimental 2022-11-23T02:10:09.8634006Z ##[group]PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_07wegz5k) 2022-11-23T02:10:09.8635209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:09.8636243Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:09.8636398Z 2022-11-23T02:10:09.8636507Z Running tests... 2022-11-23T02:10:09.8636779Z ---------------------------------------------------------------------- 2022-11-23T02:10:09.8637132Z Test results will be stored in test-reports\python-unittest\test_fx_experimental 2022-11-23T02:10:09.8637519Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-11-23T02:10:09.8638010Z test_aot_based_partition (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8638558Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:09.8639125Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:09.8639686Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:09.8640261Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8640723Z test_conv_bn_fusion (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T02:10:09.8641195Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:09.8641762Z test_cost_aware_partition (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8642301Z test_fetch (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:09.8642840Z test_find_single_partition (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8643385Z test_lack_of_devices (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:09.8644030Z test_large_node_error (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8644413Z test_merge_matmuls (__main__.TestFXExperimental) 2022-11-23T02:10:09.8644873Z A collection of test cases for torch.fx.experimental.merge_matmul, ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:10:09.8645443Z test_meta_tracer (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8645882Z test_normalize_args (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-11-23T02:10:09.8646358Z test_normalize_args_perserve_type (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:09.8646934Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8647556Z test_normalize_binary_operators (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8647996Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-11-23T02:10:09.8648454Z Exhaustively test `Node.normalized_arguments` on all standard ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:09.8649013Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8649501Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T02:10:09.8650000Z test_partition_device_mapping (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8650564Z test_partition_latency (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:09.8651134Z test_partition_node_manipulation (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8651711Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:09.8652261Z test_saturate_host (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:09.8652894Z test_size_based_partition (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:09.8653451Z test_sparse_nn_partition (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:10:09.8654011Z test_split_module_default_arg (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:09.8654577Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:09.8655131Z test_split_qualname_mapping (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8655828Z test_subgraph_creation (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8656343Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T02:10:09.8656823Z test_subgraph_uniquename (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8657365Z test_to_folder (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8657934Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:09.8658507Z test_type_matches (__main__.TestFXExperimental) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:09.8658786Z 2022-11-23T02:10:09.8658988Z ---------------------------------------------------------------------- 2022-11-23T02:10:09.8659249Z Ran 38 tests in 0.063s 2022-11-23T02:10:09.8659370Z 2022-11-23T02:10:09.8659431Z OK (skipped=38) 2022-11-23T02:10:09.8659547Z 2022-11-23T02:10:09.8659643Z Generating XML reports... 2022-11-23T02:10:09.8660020Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestFXExperimental-20221123021009.xml 2022-11-23T02:10:09.8660285Z 2022-11-23T02:10:09.8660558Z ##[endgroup] 2022-11-23T02:10:09.8660932Z FINISHED PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_07wegz5k) 2022-11-23T02:10:09.8661210Z 2022-11-23T02:10:12.7518581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:12.7520825Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:12.7521330Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:12.9110961Z Running test_fx_passes ... [2022-11-23 02:10:12.910581] 2022-11-23T02:10:12.9116691Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:10:12.911209] 2022-11-23T02:10:12.9118639Z Ignoring disabled issues: [] 2022-11-23T02:10:16.2527626Z 2022-11-23T02:10:16.2528120Z Expand the folded group to see the log file of test_fx_passes 2022-11-23T02:10:16.2529041Z ##[group]PRINTING LOG FILE of test_fx_passes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_passes_f4x2s9g0) 2022-11-23T02:10:16.2530075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:16.2531121Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:16.2531279Z 2022-11-23T02:10:16.2531362Z Running tests... 2022-11-23T02:10:16.2531615Z ---------------------------------------------------------------------- 2022-11-23T02:10:16.2531963Z Test results will be stored in test-reports\python-unittest\test_fx_passes 2022-11-23T02:10:16.2532740Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ERROR:numba.cuda.cudadrv.driver:Call to cuInit results in CUDA_ERROR_UNKNOWN 2022-11-23T02:10:16.2533260Z skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.506s) 2022-11-23T02:10:16.2533797Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:16.2534463Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2535110Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2535694Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:10:16.2536373Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2536993Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2537600Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2538190Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2538754Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2539351Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:10:16.2539991Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2540588Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2541201Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2541806Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2542397Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2543186Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:10:16.2544107Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2544931Z test_partitioner_fn__expected_partition_[['add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2545764Z test_partitioner_fn__expected_partition_[['add_2'], ['add_3', 'add_4', 'add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:10:16.2546644Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2547494Z test_partitioner_fn__expected_partition_[['add', 'std_mean', 'getitem', 'getitem_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2548380Z test_partitioner_fn__expected_partition_[['add_1', 'add', 'permute_1', 'view', 'permute_2', 'permute_3', 'permute']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2549251Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:10:16.2550162Z test_partitioner_fn__expected_partition_[['add_1', 'add', 'permute_1', 'view', 'permute_2', 'permute_3', 'permute']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:16.2551028Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:10:16.2551856Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:16.2552666Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:16.2553528Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:16.2554332Z test_partitioner_fn__expected_partition_[['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:16.2555131Z test_partitioner_fn__expected_partition_[['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:16.2556358Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:16.2557201Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:10:16.2558075Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:16.2558825Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:16.2559510Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:16.2560218Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2560928Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:16.2561681Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2562420Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2563191Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:10:16.2563980Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2564683Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2565359Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2566015Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2566734Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2567447Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:16.2568108Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:10:16.2568767Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:16.2569410Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:16.2569743Z 2022-11-23T02:10:16.2569897Z ---------------------------------------------------------------------- 2022-11-23T02:10:16.2570139Z Ran 50 tests in 0.625s 2022-11-23T02:10:16.2570264Z 2022-11-23T02:10:16.2570345Z OK (skipped=50) 2022-11-23T02:10:16.2570459Z 2022-11-23T02:10:16.2570554Z Generating XML reports... 2022-11-23T02:10:16.2570920Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXGraphPasses-20221123021015.xml 2022-11-23T02:10:16.2571407Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXMatcherUtils-20221123021015.xml 2022-11-23T02:10:16.2571655Z 2022-11-23T02:10:16.2571964Z ##[endgroup] 2022-11-23T02:10:16.2572298Z FINISHED PRINTING LOG FILE of test_fx_passes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_passes_f4x2s9g0) 2022-11-23T02:10:16.2572621Z 2022-11-23T02:10:19.1039321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:19.1040060Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:19.1040408Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:19.2585025Z Running test_fx_reinplace_pass ... [2022-11-23 02:10:19.256496] 2022-11-23T02:10:19.2590193Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:10:19.256496] 2022-11-23T02:10:19.2591755Z Ignoring disabled issues: [] 2022-11-23T02:10:22.3457681Z 2022-11-23T02:10:22.3458574Z Expand the folded group to see the log file of test_fx_reinplace_pass 2022-11-23T02:10:22.3459928Z ##[group]PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_6atehn1v) 2022-11-23T02:10:22.3461330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:22.3462416Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:22.3462661Z 2022-11-23T02:10:22.3462792Z Running tests... 2022-11-23T02:10:22.3463236Z ---------------------------------------------------------------------- 2022-11-23T02:10:22.3463806Z Test results will be stored in test-reports\python-unittest\test_fx_reinplace_pass 2022-11-23T02:10:22.3464574Z test_out_node_updated (__main__.TestReinplacePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.452s) 2022-11-23T02:10:22.3465705Z test_reinplace_basic (__main__.TestReinplacePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:22.3466672Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:22.3467610Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:10:22.3468553Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:22.3469518Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:22.3470443Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:10:22.3471392Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:22.3472461Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:10:22.3473565Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:22.3474559Z test_reinplace_with_view (__main__.TestReinplacePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:22.3475057Z 2022-11-23T02:10:22.3475311Z ---------------------------------------------------------------------- 2022-11-23T02:10:22.3475753Z Ran 11 tests in 0.469s 2022-11-23T02:10:22.3475954Z 2022-11-23T02:10:22.3476094Z OK (skipped=11) 2022-11-23T02:10:22.3476293Z 2022-11-23T02:10:22.3476455Z Generating XML reports... 2022-11-23T02:10:22.3477116Z Generated XML report: test-reports\python-unittest\test_fx_reinplace_pass\TEST-TestReinplacePass-20221123021021.xml 2022-11-23T02:10:22.3477773Z 2022-11-23T02:10:22.3478196Z ##[endgroup] 2022-11-23T02:10:22.3478803Z FINISHED PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_6atehn1v) 2022-11-23T02:10:22.3479231Z 2022-11-23T02:10:25.2199582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:25.2200314Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:25.2200672Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:25.3774129Z Running test_hub ... [2022-11-23 02:10:25.375649] 2022-11-23T02:10:25.3779384Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:10:25.375649] 2022-11-23T02:10:25.3780721Z Ignoring disabled issues: [] 2022-11-23T02:10:27.8913208Z 2022-11-23T02:10:27.8913958Z Expand the folded group to see the log file of test_hub 2022-11-23T02:10:27.8915155Z ##[group]PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_biaxkqo2) 2022-11-23T02:10:27.8916426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:27.8917447Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:27.8917680Z 2022-11-23T02:10:27.8918011Z ##[endgroup] 2022-11-23T02:10:27.8918522Z FINISHED PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_biaxkqo2) 2022-11-23T02:10:27.8918875Z 2022-11-23T02:10:30.7447504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:30.7448234Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:30.7448595Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:30.8975960Z Running test_import_stats ... [2022-11-23 02:10:30.897189] 2022-11-23T02:10:30.8980873Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:10:30.897790] 2022-11-23T02:10:30.8982496Z Ignoring disabled issues: [] 2022-11-23T02:10:33.9356421Z 2022-11-23T02:10:33.9357873Z Expand the folded group to see the log file of test_import_stats 2022-11-23T02:10:33.9359055Z ##[group]PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_49v0hb5h) 2022-11-23T02:10:33.9360421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:33.9361547Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:33.9363880Z 2022-11-23T02:10:33.9364017Z Running tests... 2022-11-23T02:10:33.9364452Z ---------------------------------------------------------------------- 2022-11-23T02:10:33.9364985Z Test results will be stored in test-reports\python-unittest\test_import_stats 2022-11-23T02:10:33.9365735Z test_time_cuda_device_count (__main__.TestImportTime) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.451s) 2022-11-23T02:10:33.9366621Z test_time_import_torch (__main__.TestImportTime) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:10:33.9367098Z 2022-11-23T02:10:33.9367361Z ---------------------------------------------------------------------- 2022-11-23T02:10:33.9367795Z Ran 2 tests in 0.453s 2022-11-23T02:10:33.9369575Z 2022-11-23T02:10:33.9369709Z OK (skipped=2) 2022-11-23T02:10:33.9369884Z 2022-11-23T02:10:33.9370035Z Generating XML reports... 2022-11-23T02:10:33.9370565Z Generated XML report: test-reports\python-unittest\test_import_stats\TEST-TestImportTime-20221123021033.xml 2022-11-23T02:10:33.9370963Z 2022-11-23T02:10:33.9371376Z ##[endgroup] 2022-11-23T02:10:33.9372177Z FINISHED PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_49v0hb5h) 2022-11-23T02:10:33.9372593Z 2022-11-23T02:10:36.7413475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:36.7414215Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:36.7414568Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:36.8927122Z Running test_itt ... [2022-11-23 02:10:36.887094] 2022-11-23T02:10:36.8932417Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_itt.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:10:36.892720] 2022-11-23T02:10:36.8933985Z Ignoring disabled issues: [] 2022-11-23T02:10:39.8707792Z 2022-11-23T02:10:39.8708588Z Expand the folded group to see the log file of test_itt 2022-11-23T02:10:39.8709346Z ##[group]PRINTING LOG FILE of test_itt (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_itt_vnr9kvvr) 2022-11-23T02:10:39.8710273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:39.8710972Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:39.8711126Z 2022-11-23T02:10:39.8711210Z Running tests... 2022-11-23T02:10:39.8711476Z ---------------------------------------------------------------------- 2022-11-23T02:10:39.8711851Z Test results will be stored in test-reports\python-unittest\test_itt 2022-11-23T02:10:39.8712288Z test_itt (__main__.TestItt) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.449s) 2022-11-23T02:10:39.8712612Z 2022-11-23T02:10:39.8712753Z ---------------------------------------------------------------------- 2022-11-23T02:10:39.8713005Z Ran 1 test in 0.453s 2022-11-23T02:10:39.8713125Z 2022-11-23T02:10:39.8713203Z OK (skipped=1) 2022-11-23T02:10:39.8713317Z 2022-11-23T02:10:39.8713411Z Generating XML reports... 2022-11-23T02:10:39.8713744Z Generated XML report: test-reports\python-unittest\test_itt\TEST-TestItt-20221123021039.xml 2022-11-23T02:10:39.8714132Z 2022-11-23T02:10:39.8714376Z ##[endgroup] 2022-11-23T02:10:39.8714694Z FINISHED PRINTING LOG FILE of test_itt (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_itt_vnr9kvvr) 2022-11-23T02:10:39.8714933Z 2022-11-23T02:10:42.6744047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:42.6745326Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:42.6745933Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:42.8470508Z Running test_jit ... [2022-11-23 02:10:42.846684] 2022-11-23T02:10:42.8475695Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:10:42.847284] 2022-11-23T02:10:42.8477310Z Ignoring disabled issues: [] 2022-11-23T02:11:01.7553516Z 2022-11-23T02:11:01.7554204Z Expand the folded group to see the log file of test_jit 2022-11-23T02:11:01.7555097Z ##[group]PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_5u695yqn) 2022-11-23T02:11:01.7601734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:01.7602527Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:01.7602784Z CUDA not available, skipping tests 2022-11-23T02:11:01.7603093Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T02:11:01.7603268Z 2022-11-23T02:11:01.7605073Z Running tests... 2022-11-23T02:11:01.7605527Z ---------------------------------------------------------------------- 2022-11-23T02:11:01.7606166Z Test results will be stored in test-reports\python-unittest\test_jit 2022-11-23T02:11:01.7607002Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7607714Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7608571Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7609385Z test_async_future_type_python (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7610290Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7611118Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7611900Z test_async_kwargs (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7612795Z test_async_parsing (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7613762Z test_async_python (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7614494Z test_async_script (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7615232Z test_async_script_capture (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7615969Z test_async_script_error (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7616722Z test_async_script_multi_forks (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7617472Z test_async_script_multi_waits (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7618377Z test_async_script_nested (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7619152Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7619907Z test_async_script_trace (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7620463Z test_future_subtyping (jit.test_async.TestAsync) 2022-11-23T02:11:01.7621050Z Test that futures subtype each other properly. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7621796Z test_no_future_subtype_message (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7622548Z test_trace_fork_wait (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7623305Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7624114Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7624926Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7625745Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7626381Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-11-23T02:11:01.7626931Z 1. Testing a = int, b = int ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.014s) 2022-11-23T02:11:01.7627689Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7628495Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7629422Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7630312Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7631189Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7632043Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7632968Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7633935Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7634860Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7635749Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7636739Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7637684Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.002s) 2022-11-23T02:11:01.7638601Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7639548Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7640504Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7641543Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7642535Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7643380Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7644425Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7645465Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7646325Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-11-23T02:11:01.7647056Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7647795Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7648509Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7649250Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7649799Z test_errors (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.001s) 2022-11-23T02:11:01.7650226Z test_execution (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.001s) 2022-11-23T02:11:01.7650648Z test_save_load (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.001s) 2022-11-23T02:11:01.7651162Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.7651644Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.7652147Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7652722Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7653297Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7653924Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7654569Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7655159Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7655756Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7656364Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7656925Z test_del (jit.test_builtins.TestBuiltins) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7657549Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7658102Z test_has_attr (jit.test_builtins.TestBuiltins) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7658658Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7659199Z test_cast_overloads (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7659685Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7660191Z Test that the error message displayed when convering a class type ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7660753Z test_class_constant (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7661368Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7661944Z test_class_inheritance (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7662390Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7662826Z Test that inheritance is detected in ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7663359Z test_class_sorting (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7663928Z test_class_specialization (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7664476Z test_class_type_as_param (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7664904Z test_classmethod (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7665321Z Test classmethods on class types. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7665910Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7666368Z test_custom_delete (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7666796Z Test that del can be called on an instance of a class that ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7667208Z test_default_args (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7667643Z Test that methods on class types can have default arguments. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7668194Z test_get_attr (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7668736Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7669355Z test_get_with_method (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7669917Z test_imported_classes (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7670462Z test_in (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7671010Z test_init_compiled_first (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7671614Z test_interface (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7672226Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7672839Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7673400Z test_overloaded_fn (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7673817Z test_properties (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7674241Z Test that a scripted class can make use of the @property decorator. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7674830Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7675410Z test_python_interop (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7675832Z test_recursive_class (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7676293Z Recursive class types not yet supported. We should give a good error message. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7676768Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7677349Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7677925Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7678465Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7678946Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7679395Z Test that class types are recursively scripted when an Python instance of one ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.7679855Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7680310Z Test that class types module attributes that fail to script ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7681259Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7681716Z Test that modifications made to a class instance in TorchScript ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7682291Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7682876Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7683549Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7684004Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7684575Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7685090Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7685558Z Test that a scripted class can have a method that refers to the class itself ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7686134Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7686704Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7687276Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7687708Z test_staticmethod (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7688119Z Test static methods on class types. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7688519Z test_type_annotation (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7688991Z Test that annotating container attributes with types works correctly ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7689616Z test_type_annotations (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7690193Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7690634Z test_unused_method (jit.test_class_type.TestClassType) 2022-11-23T02:11:01.7691110Z Test unused methods on scripted classes. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7691663Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7692221Z test_comparison_ops (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7692847Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7693414Z test_complex_constructor (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7693975Z test_complex_list_sum (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7694528Z test_complex_parse (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7695109Z test_complexdict (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7695692Z test_complexlist (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7696271Z test_div (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7696817Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7697355Z test_pickle (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7697886Z test_script (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7698436Z test_tensor_attributes (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7699013Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7699633Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7700263Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7700932Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7701606Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7702205Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7702831Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7703480Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7704171Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7704791Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7705411Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7706040Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7706704Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.001s) 2022-11-23T02:11:01.7707369Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7708037Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7708611Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7709142Z test_setattr_removed (jit.test_dce.TestDCE) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7709635Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:11:01.7710055Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:11:01.7710482Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:11:01.7710928Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-11-23T02:11:01.7711365Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:11:01.7711866Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7712480Z test_comparators (jit.test_dataclasses.TestDataclasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7713096Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7713675Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7714245Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7714788Z test_no_source (jit.test_dataclasses.TestDataclasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7715386Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7716050Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7716642Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7717227Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7717827Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7718468Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7720296Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7720967Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7721472Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-11-23T02:11:01.7721980Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7722565Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7723135Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7723727Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7724360Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7724996Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7725476Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-11-23T02:11:01.7725978Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7726543Z test_aug_assign (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7727066Z test_basic (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7727577Z test_clear (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7728095Z test_copy (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7728665Z test_del (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7729178Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7729719Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7730300Z test_dict_to_python (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7730742Z test_dict_variance (jit.test_list_dict.TestDict) 2022-11-23T02:11:01.7731237Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7731757Z test_get (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7732323Z test_get_boolkey (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7732850Z test_items (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7733369Z test_key_type (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7733891Z test_keys (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7734389Z test_len (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7734903Z test_loop (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7735428Z test_membership (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7736004Z test_mutability (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7736600Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7737134Z test_ordered_dict (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7737657Z test_pop (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7738182Z test_popitem (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7738701Z test_setdefault (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7739128Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-11-23T02:11:01.7739582Z Test that the use of a Dict type annotation without contained ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7740172Z test_update (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7740706Z test_update_existing_key (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7741235Z test_values (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7741791Z test_view (jit.test_list_dict.TestDict) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7742250Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.226s) 2022-11-23T02:11:01.7742951Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... C:\actions-runner\_work\pytorch\pytorch\test\jit\test_dtype_analysis.py:165: 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-11-23T02:11:01.7743571Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-11-23T02:11:01.7744204Z ok (0.717s) 2022-11-23T02:11:01.7744490Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.017s) 2022-11-23T02:11:01.7744856Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.009s) 2022-11-23T02:11:01.7745216Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.010s) 2022-11-23T02:11:01.7745541Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.020s) 2022-11-23T02:11:01.7745997Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7746532Z test_enum_as_const (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7747066Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7747641Z test_enum_comp (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7748204Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7748746Z test_enum_explicit_script (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7749271Z test_enum_iterate (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7749791Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7750315Z test_enum_module_return (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7750826Z test_enum_name (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7751332Z test_enum_return (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7751907Z test_enum_value (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7752423Z test_enum_value_types (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7752972Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7753576Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7754168Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7754752Z test_freeze_interface_swapping_two_methods (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7755398Z test_freeze_interface_within_object (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7755967Z test_freeze_module (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7756536Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7757123Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7757727Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7758304Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7758883Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7759509Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7760139Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7760726Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7761311Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7761900Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7762499Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7763155Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7763754Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7764348Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7764961Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7765569Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7766151Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7766796Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7767386Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7767969Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7768540Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7769119Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7769706Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7770289Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7770916Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7771636Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7772135Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-11-23T02:11:01.7772630Z Test that Modules containing non-static ModuleDict or ModuleList ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7773206Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7773812Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7774483Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7775102Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7775693Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7776270Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7776886Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7777511Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7778172Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7778805Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7779451Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7780084Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7780689Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7781307Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7781880Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7782499Z test_freeze_non_interface_module_swap (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7783135Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7783725Z test_freeze_recursive_interfaces (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7784321Z test_freeze_recursive_interfaces_same_name (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7784938Z test_freeze_recursive_interfaces_with_reassignment (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7785591Z test_freeze_with_interface_mutable (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7786178Z test_freeze_with_swapping_interfaces (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7786766Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7787349Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7787929Z test_dictionary_as_example_inputs_for_jit_trace (__main__.TestFrontend) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7788525Z test_instancing_error (__main__.TestFrontend) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7789084Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.105s) 2022-11-23T02:11:01.7789465Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (2.578s) 2022-11-23T02:11:01.7789842Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.710s) 2022-11-23T02:11:01.7790294Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-11-23T02:11:01.7790747Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-11-23T02:11:01.7791151Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.010s) 2022-11-23T02:11:01.7791542Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.184s) 2022-11-23T02:11:01.7791911Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.097s) 2022-11-23T02:11:01.7792299Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-11-23T02:11:01.7792728Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.004s) 2022-11-23T02:11:01.7793171Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-11-23T02:11:01.7793579Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-11-23T02:11:01.7793955Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-11-23T02:11:01.7794397Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.019s) 2022-11-23T02:11:01.7794836Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.018s) 2022-11-23T02:11:01.7795218Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.326s) 2022-11-23T02:11:01.7795655Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.007s) 2022-11-23T02:11:01.7796065Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T02:11:01.7796469Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.002s) 2022-11-23T02:11:01.7796875Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T02:11:01.7797288Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.002s) 2022-11-23T02:11:01.7797751Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-11-23T02:11:01.7798234Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-11-23T02:11:01.7798623Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.010s) 2022-11-23T02:11:01.7799025Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.001s) 2022-11-23T02:11:01.7799434Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.048s) 2022-11-23T02:11:01.7799826Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.027s) 2022-11-23T02:11:01.7800273Z test_numel_less_than_size_with_padding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.040s) 2022-11-23T02:11:01.7800704Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.038s) 2022-11-23T02:11:01.7801069Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.779s) 2022-11-23T02:11:01.7801445Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (1.514s) 2022-11-23T02:11:01.7801818Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-11-23T02:11:01.7802246Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.000s) 2022-11-23T02:11:01.7802625Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.102s) 2022-11-23T02:11:01.7803123Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7803782Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7804478Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7805186Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7805825Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-11-23T02:11:01.7806406Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7807008Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7807574Z test_hash_bool (jit.test_hash.TestHash) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7808098Z test_hash_device (jit.test_hash.TestHash) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7808609Z test_hash_float (jit.test_hash.TestHash) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7809117Z test_hash_int (jit.test_hash.TestHash) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7809626Z test_hash_none (jit.test_hash.TestHash) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7810140Z test_hash_string (jit.test_hash.TestHash) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7810553Z test_hash_tensor (jit.test_hash.TestHash) 2022-11-23T02:11:01.7810941Z Tensors should hash by identity ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7811511Z test_hash_tuple (jit.test_hash.TestHash) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7812101Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7812697Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7813122Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.000s) 2022-11-23T02:11:01.7813563Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7814161Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7814725Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7815291Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7815837Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7816393Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7816959Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7817535Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7818134Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7818723Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7819288Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7819866Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7820437Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7821000Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7821638Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7822221Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7822797Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7823357Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7823968Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7824578Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7825182Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7854735Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7855515Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7856126Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7856702Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.004s) 2022-11-23T02:11:01.7857220Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-11-23T02:11:01.7857748Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-11-23T02:11:01.7858368Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7859020Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-11-23T02:11:01.7859592Z test_bool (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7860131Z test_dict (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7860676Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7861236Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7861794Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7862523Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7863126Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7863686Z test_float (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7864219Z test_if_else (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7864800Z test_in_if (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7865383Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7865980Z test_int (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7866514Z test_list (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7867051Z test_list_nested (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7867615Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7868178Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7868733Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7869322Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7869897Z test_optional (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7870478Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7871088Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7871661Z test_optional_none (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7872215Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7872755Z test_tuple (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7873354Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7873920Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7874477Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7875022Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7875577Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7876103Z test_ModuleList (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7876618Z test_Sequential (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7877185Z test_T_mT_H_mH (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7877673Z test_add_relu_fusion (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7878030Z test_arg_configurations (__main__.TestJit) 2022-11-23T02:11:01.7878374Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.010s) 2022-11-23T02:11:01.7878825Z test_attrs (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7879303Z test_batchnorm (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7879676Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.000s) 2022-11-23T02:11:01.7880062Z test_conj_transpose (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7880564Z test_constant_insertion (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7881073Z test_constant_prop_aliasing_type (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7881591Z test_constant_prop_exception (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7882148Z test_constant_prop_if_constant (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7882703Z test_constant_prop_if_inline (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7883214Z test_constant_prop_loop_constant (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7883724Z test_constant_prop_nested (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7884227Z test_constant_prop_none (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7884782Z test_constant_prop_print (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7885279Z test_constant_prop_rand (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7885771Z test_constant_prop_remove_output (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7886283Z test_constant_prop_simple (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7886787Z test_constants_pkl (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.7887280Z test_cpp (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7887793Z test_cse (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7888341Z test_cse_not_introduce_aliasing (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7888898Z test_cu_escaped_number (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7889309Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.002s) 2022-11-23T02:11:01.7889746Z test_debug_flush_compilation_cache (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7890268Z test_decompose_addmm (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7890654Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-11-23T02:11:01.7891159Z test_diff_subgraph_clones_constants (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7891672Z test_disabled (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7892165Z test_dropout (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7892578Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.002s) 2022-11-23T02:11:01.7893019Z test_dropout_func_requires_grad (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7893472Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-11-23T02:11:01.7893952Z test_einsum (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7894465Z test_element_size (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7894973Z test_expand_fold_quant_inputs (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7895920Z test_expand_quantlint (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7896422Z test_export_batchnorm (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7896931Z test_export_dropout (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7897427Z test_export_lstm (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7897922Z test_export_opnames (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7898415Z test_export_rnn (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7898837Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.003s) 2022-11-23T02:11:01.7899339Z test_function_default_values (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7899910Z test_hide_source_ranges_context_manager (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7900477Z test_import_method (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7900980Z test_inferred_as_tensor (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7901471Z test_layout (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7901971Z test_matrix_conj_transpose (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7902483Z test_matrix_transpose (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7902997Z test_module_default_values (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7903507Z test_mutable_default_values (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7903928Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.001s) 2022-11-23T02:11:01.7904347Z test_nn_conv (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7904819Z test_nn_lp_pool1d (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7905311Z test_nn_lp_pool2d (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7905798Z test_nn_padding (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7906302Z test_nn_padding_functional (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7906870Z test_no_erroneous_warnings (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7907327Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-11-23T02:11:01.7907769Z test_numel (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7908270Z test_pattern_based_module_rewrite (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7908786Z test_pattern_based_rewrite (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7909331Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7909810Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.004s) 2022-11-23T02:11:01.7910329Z test_permute_inputs_binding (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7910886Z test_pretty_printer (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7911435Z test_print_classes_module (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7911942Z test_print_op_module (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7912457Z test_print_torch_ops_modules (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7912883Z test_profiler (__main__.TestJit) ... skip: TODO: fix occasional windows failure (0.002s) 2022-11-23T02:11:01.7913320Z test_python_bindings (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7913812Z test_python_ir (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7914302Z test_python_ir_utils (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7914788Z test_python_ir_utils_graph (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7915290Z test_python_ivalue (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7915791Z test_pytorch_jit_env_off (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7916296Z test_recursive_cse (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7916808Z test_repeat_interleave_script (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7917317Z test_restore_device (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7917787Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.003s) 2022-11-23T02:11:01.7918152Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.000s) 2022-11-23T02:11:01.7918608Z test_script_autograd_grad (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7919103Z test_script_backward (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7919611Z test_script_backward_twice (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7920111Z test_script_fn_pkl (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7920614Z test_script_tensor_type (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7921119Z test_shape_analysis_broadcast (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7921685Z test_shape_analysis_masked_select (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7922209Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7922718Z test_sparse_csr_tensors (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7923212Z test_sparse_tensors (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7923699Z test_torch_complex (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7924181Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-11-23T02:11:01.7924647Z test_torch_load_zipfile_check (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7925147Z test_torch_ops_kwonly (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7925641Z test_torch_ops_overloaded (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7926135Z test_torch_sum (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7926673Z test_trace_retains_train (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7927202Z test_train_eval (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7927682Z test_transpose (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7928165Z test_unchecked_cast (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.7928710Z test_unique_state_dict (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7929144Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-11-23T02:11:01.7929564Z test_warnings (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7930088Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7930668Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7931328Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7931924Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7932561Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7933148Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7933732Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7934315Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7934899Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7935480Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.014s) 2022-11-23T02:11:01.7936062Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7936626Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7937206Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7937780Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7938355Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7938944Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7939523Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7940144Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7940726Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7941315Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7941894Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7942482Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7943115Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.007s) 2022-11-23T02:11:01.7943702Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7944282Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7944842Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7945399Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7945952Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7946511Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7947065Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7947606Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7948163Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7948741Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7949308Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7949867Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7950471Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7951011Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7951558Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7952112Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7952694Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7953280Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7954234Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7954862Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7955486Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7956077Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7956636Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7957249Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7957868Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7958450Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7959056Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7959646Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.008s) 2022-11-23T02:11:01.7960210Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7960763Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7961330Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7961948Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7962507Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7963060Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7963634Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7964194Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7964758Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7965377Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7965953Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7966511Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7967100Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7967696Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7968296Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7968884Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7969475Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7970074Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7970667Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7971299Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7971873Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7972497Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7973077Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7973654Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7974225Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7974785Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7975341Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7975956Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7976536Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.7977097Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7977671Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7978246Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7978796Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7979359Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7979938Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7980500Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7981074Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7981635Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.7982178Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7982712Z test_nn_CELU (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7983294Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7983840Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7984407Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7984999Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7985580Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7986146Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7986747Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7987306Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7987868Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7988435Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7988975Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7989540Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7990110Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7990668Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.007s) 2022-11-23T02:11:01.7991220Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.008s) 2022-11-23T02:11:01.7991794Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.7992350Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7992900Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7993456Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.7993995Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:11:01.7994583Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7995134Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7995670Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7996217Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7996771Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7997314Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.7997906Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.7998465Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7999019Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.7999592Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8000159Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8000702Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8001255Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8001798Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8002340Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8002902Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8003461Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8004027Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8004593Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8005209Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8005777Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8006329Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8006878Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8007420Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8007967Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8008564Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8009115Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8009662Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8010220Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8010797Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8011445Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8011993Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8012545Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8013089Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:11:01.8013689Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8014289Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8014855Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8015412Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8016007Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8016551Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8017095Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8017656Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8018208Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8018774Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8019380Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8019930Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8020475Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8021029Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8021588Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8022155Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8022732Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:11:01.8023287Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8023847Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8024410Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8024985Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8025549Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8026105Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8026710Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8027277Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8027859Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8028462Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8029067Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8029673Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8030294Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8030846Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8031428Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8032033Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8032668Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8033310Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8033950Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.007s) 2022-11-23T02:11:01.8034561Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8035160Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8035785Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8036415Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8037031Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8037667Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8038271Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8038902Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8039548Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8040199Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8040887Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8041485Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8042111Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8042737Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8043327Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8043922Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8044510Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:11:01.8045089Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8045670Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8046243Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8046781Z test_nn_ELU (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8047320Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8047866Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8048445Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8049012Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8049580Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8050148Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8050717Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8051378Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8052004Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8052567Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8053139Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8053723Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8054283Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8054832Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8055366Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8055903Z test_nn_Fold (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8056446Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8057000Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8057557Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8058135Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8058738Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8059417Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8060052Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8060643Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8061228Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8061850Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8062513Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8063105Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:11:01.8063691Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8064317Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8064945Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8065542Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8066133Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8066752Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8067337Z test_nn_GELU (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8067884Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8068431Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8068960Z test_nn_GLU (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8069543Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8070478Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8071023Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8071563Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8072124Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8072695Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8073275Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8073892Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8074450Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8075023Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8075601Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8076165Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8076743Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8077313Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8077875Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8078437Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8078989Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8079554Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8080101Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8080647Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8081253Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8081818Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8082397Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8082991Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8083589Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8084189Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8084833Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8085436Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8086014Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8086581Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8087130Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8087695Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.007s) 2022-11-23T02:11:01.8088267Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8088835Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8089400Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8089972Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8090551Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8091223Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8091808Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.017s) 2022-11-23T02:11:01.8092421Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8093001Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8093586Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8094168Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8094732Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:11:01.8095316Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8095951Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8096529Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8097087Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8097659Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8098237Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8098813Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8099383Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8099959Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8100541Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8101120Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8101703Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8102266Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8102899Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8103485Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8104038Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8104586Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8105150Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8105705Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8106299Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8106855Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8107415Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8107968Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8108502Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8109060Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8109611Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8110154Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8110694Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8111229Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8111796Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8112390Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8112980Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8113570Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8114204Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8114866Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8115476Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8116022Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8116586Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8117212Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8117793Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8118341Z test_nn_Linear (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8118885Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8119436Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8119992Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8120574Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8121168Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8121737Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8122287Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8122837Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8123378Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8123933Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8124508Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8125133Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.007s) 2022-11-23T02:11:01.8125681Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8126231Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8126796Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8127357Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8128244Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8128814Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8129367Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8129904Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8130466Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8131111Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8131706Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8132302Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8132896Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8133464Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8134030Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8134596Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8135150Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8135700Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8136314Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8136869Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8137409Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8137961Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8138532Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8139078Z test_nn_Mish (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8139656Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8140207Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8140772Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8141362Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8141958Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8142548Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8143148Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8143754Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8144345Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:11:01.8144962Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8145561Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8146161Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8146816Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8147444Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8148068Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8148679Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8149287Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:11:01.8149910Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8150546Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8151113Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8151686Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8152263Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8152836Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8153428Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8153997Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8154572Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8155153Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8155740Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8156323Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8156873Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8157417Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8158041Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8158626Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8159193Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8159769Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8160335Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8160892Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8161487Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8162047Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8162597Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8163146Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8163699Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8164264Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8164832Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8165387Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8165941Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8166513Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8167072Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8167662Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:11:01.8168262Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8168887Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8169456Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8170038Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8170600Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8171230Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8171839Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8172394Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8172945Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8173492Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8174047Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8174584Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8175139Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8175705Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8176273Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8176838Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8177394Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8177950Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8178508Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8179061Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8179661Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8180216Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8180796Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8181379Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8181977Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8182620Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8183196Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8183746Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8184305Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8184891Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8185480Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8186057Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8186642Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8187220Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8187805Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8188391Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8188945Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8189465Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8190008Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8190605Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8191163Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8191709Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8192240Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8192782Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8193331Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8193919Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8194468Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8195012Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8195565Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8196142Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.008s) 2022-11-23T02:11:01.8196707Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8197263Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8197840Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8198410Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8198979Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8199554Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8200119Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8200690Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8201319Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8201884Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8202456Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8203023Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8203599Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8204163Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8204777Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8205338Z test_nn_SELU (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8205875Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8206421Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8206948Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8207488Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8208031Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8208568Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8209103Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8209654Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8210204Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8210757Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8211409Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.015s) 2022-11-23T02:11:01.8212044Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8212629Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8213206Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8213781Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8214352Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8214915Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8215570Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8216190Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8216763Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8217054Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8217341Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8217608Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8217875Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8218154Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8218430Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8218701Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8218965Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8219236Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8219512Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8219828Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8220093Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8220363Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8220644Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8220937Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8221217Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8221573Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8221855Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8222182Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8222460Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8222729Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8223009Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8223283Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8223542Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8223813Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8224083Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8224349Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8224629Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8224902Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.014s) 2022-11-23T02:11:01.8225180Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8225507Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8225797Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8226089Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8226355Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8226671Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8227030Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8227386Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8227692Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8228028Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8228332Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:11:01.8228632Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8228929Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8229208Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8229473Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8229745Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8230020Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8230296Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8230579Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8231226Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8231513Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8231801Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8232090Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8232393Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8232697Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8233062Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8233395Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8233705Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8234025Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8234316Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8234608Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8234913Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8235215Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8235540Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8235829Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8236133Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8236416Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8236759Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8237051Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8237338Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8237638Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.014s) 2022-11-23T02:11:01.8237927Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8238210Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8238540Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8238824Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8239164Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8239458Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8239781Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8240066Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8240354Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8240639Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8240927Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8241208Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8241489Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8241769Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8242050Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8242390Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8242684Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8242992Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8243282Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8243588Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8243894Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8244156Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8244433Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8244708Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8244986Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8245316Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8245665Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8245947Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8246228Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8246515Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8246791Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8247067Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8247330Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8247659Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8247938Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8248235Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8248524Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8248814Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8249113Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8249461Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8249753Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8250052Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8250336Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8250610Z test_comprehension_iterable (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8250892Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8251269Z test_comprehensions_basic (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8251547Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8251859Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8252126Z test_copy_list_immutable (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8252386Z test_copy_list_mutable (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8252630Z test_del (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8252908Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8253247Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8253543Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8253835Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8254114Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8254409Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8254682Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8254989Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8255283Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8255558Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8255844Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8256130Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8256405Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8256702Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8257016Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8257325Z test_extend_list_immutable (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8257630Z test_extend_list_mutable (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8257890Z test_in_check (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8258153Z test_list_bool_conversion (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8258404Z test_list_count (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8258719Z test_list_count_not_existing (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8258975Z test_list_gather (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8259227Z test_list_index (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8259488Z test_list_index_not_existing (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8259741Z test_list_keyword (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8259995Z test_list_len (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8260551Z test_list_literal (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.008s) 2022-11-23T02:11:01.8260816Z test_list_none (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8261060Z test_list_ops (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8261313Z test_list_slice (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8261565Z test_list_sort (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8261833Z test_list_unification_hint (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8261954Z test_list_variance (jit.test_list_dict.TestList) 2022-11-23T02:11:01.8262212Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8262468Z test_min_bool_list (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8262719Z test_min_max_list (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8263025Z test_min_max_single_list (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8263296Z test_mutable_list_append (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8263594Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8263863Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8264134Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8264453Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8264719Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8264980Z test_mutable_list_clear (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8265254Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8265528Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8265788Z test_mutable_list_insert (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8266111Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8266388Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8266665Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8266934Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8267196Z test_mutable_list_pop (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8267456Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8267715Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8267975Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8268249Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8268522Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8268791Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8269092Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8269357Z test_mutable_list_remove (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8269714Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8269992Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8270261Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8270526Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8270793Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8271065Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8271385Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8271640Z test_slice_index (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8271900Z test_tensor_list_count (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8272170Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8272424Z test_tensor_list_index (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8272695Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8272794Z test_to_list (jit.test_list_dict.TestList) 2022-11-23T02:11:01.8273049Z Unit tests for Tensor.tolist() function. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8273167Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-11-23T02:11:01.8273418Z GPU tests for Tensor.tolist() function. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8273691Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8273968Z test_counter_aggregation (jit.test_logging.TestLogging) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8274236Z test_logging_levels_set (jit.test_logging.TestLogging) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8274515Z test_time_measurement_counter (jit.test_logging.TestLogging) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8274799Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8275164Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8275348Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.041s) 2022-11-23T02:11:01.8275517Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.018s) 2022-11-23T02:11:01.8275723Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.029s) 2022-11-23T02:11:01.8275905Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.019s) 2022-11-23T02:11:01.8276027Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-11-23T02:11:01.8276292Z Test BroadcastingList and torch.nn._size_N_t alias ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8276565Z test_export_opnames_interface (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8276823Z test_future_isinstance (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8277122Z test_hacked_twin (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8277241Z test_if_returning_any (jit.test_misc.TestMisc) 2022-11-23T02:11:01.8277497Z Check that an if statement can return different ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8277746Z test_joined_str (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8278002Z test_kwarg_support (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8278270Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8278530Z test_list_literal_infer (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8278777Z test_math_inf (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8279032Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8279316Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8279599Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8279865Z test_script_many_decorators (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8280116Z test_str_refine_any (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8280386Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8280697Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8280967Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8281276Z test_subexpression_Optional (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8281586Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8281856Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8282166Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8282520Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8282824Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8283129Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8283439Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8283758Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8284064Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8284360Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8284654Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8284943Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8285255Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8285547Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8285832Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8286019Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-11-23T02:11:01.8286354Z Tracing over a module returning a dictionary whose values are tuples of tensors ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8286646Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8286863Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-11-23T02:11:01.8287146Z Tracing over a script function returning a dictionary should work. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8287472Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8287799Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8288156Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8288450Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8288740Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8288895Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-11-23T02:11:01.8289158Z test_dcgan_models (jit.test_models.TestModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8289303Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T02:11:01.8289559Z test_mnist (jit.test_models.TestModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8289705Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T02:11:01.8289883Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T02:11:01.8290142Z test_neural_style (jit.test_models.TestModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8290296Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.002s) 2022-11-23T02:11:01.8290575Z test_reinforcement_learning (jit.test_models.TestModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8290749Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T02:11:01.8290929Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.009s) 2022-11-23T02:11:01.8291170Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.000s) 2022-11-23T02:11:01.8291421Z test_snli (jit.test_models.TestModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8291567Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T02:11:01.8291827Z test_snli_quantized (jit.test_models.TestModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8292147Z test_super_resolution (jit.test_models.TestModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8292308Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T02:11:01.8292585Z test_time_sequence_prediction (jit.test_models.TestModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8292879Z test_vae (jit.test_models.TestModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8293025Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T02:11:01.8293324Z test_vae_quantized (jit.test_models.TestModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8293486Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T02:11:01.8293751Z Tests that customized state dict methods are in effect ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8293951Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T02:11:01.8294234Z Tests that default state dict methods are automatically available ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8294404Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T02:11:01.8294683Z Tests that customized state dict methods on submodules are in effect ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8294999Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8295313Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8295626Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8295945Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8296249Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8296547Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8296854Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8297159Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8297355Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-11-23T02:11:01.8297633Z Test that an attempt to script a module with a regular list attribute ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8297993Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8298309Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8298666Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8298981Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8299331Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8299694Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8300011Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8300176Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-11-23T02:11:01.8300465Z Test that a type annotation can be provided for a ModuleDict that allows ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8300632Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-11-23T02:11:01.8300915Z Test that a type annotation can be provided for a ModuleList that allows ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8301250Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8301564Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8301880Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8302205Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8302529Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8302835Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8303131Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8303473Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8303790Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8304095Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8304427Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8304737Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8305091Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8305439Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8305748Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8306059Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8306212Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-11-23T02:11:01.8306475Z Test that a module that has __constants__ set to something ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8306746Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8307006Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8307282Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8307569Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8307843Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8308127Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8308338Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-11-23T02:11:01.8308618Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8308905Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8309222Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8309494Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8309733Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:11:01.8309960Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:11:01.8310217Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T02:11:01.8310458Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T02:11:01.8310675Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.004s) 2022-11-23T02:11:01.8310990Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T02:11:01.8311216Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:11:01.8311431Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:11:01.8311653Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T02:11:01.8311877Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:11:01.8312092Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:11:01.8312318Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:11:01.8312536Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T02:11:01.8312750Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T02:11:01.8312973Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:11:01.8313199Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:11:01.8313433Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T02:11:01.8313661Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:11:01.8313880Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:11:01.8314094Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T02:11:01.8314312Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:11:01.8314531Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:11:01.8314792Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:11:01.8315014Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:11:01.8315231Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:11:01.8315447Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.006s) 2022-11-23T02:11:01.8315670Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:11:01.8315881Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:11:01.8316147Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:11:01.8316383Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:11:01.8316780Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8317107Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8317505Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8318083Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8318707Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8319312Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8319942Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:11:01.8320560Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8321126Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8321568Z test_scriptable (jit.test_parametrization.TestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8321811Z test_traceable (jit.test_parametrization.TestParametrization) 2022-11-23T02:11:01.8323310Z Test the jit scripting and tracing of a parametrized model. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8323749Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8324128Z test_integer_refinement (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8324448Z test_noop_peephole (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8324775Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8325745Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8326348Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8326665Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8326942Z test_peephole (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8327224Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8327509Z test_peephole_arith (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8327695Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-11-23T02:11:01.8329282Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8329606Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8329931Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8330245Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8330572Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8330885Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8331250Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8331638Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8331957Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8332272Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8332588Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8332861Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8333132Z test_peephole_int (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8333453Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8333734Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.007s) 2022-11-23T02:11:01.8335181Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8335478Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8335768Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8336060Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8336351Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8336668Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8336989Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8337280Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8337569Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8337860Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8338138Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8338471Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8338760Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8339015Z test_version (__main__.TestProducerVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8339168Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.016s) 2022-11-23T02:11:01.8339331Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.030s) 2022-11-23T02:11:01.8339504Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.010s) 2022-11-23T02:11:01.8339656Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.010s) 2022-11-23T02:11:01.8340960Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.000s) 2022-11-23T02:11:01.8341128Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.000s) 2022-11-23T02:11:01.8341347Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.010s) 2022-11-23T02:11:01.8341507Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.048s) 2022-11-23T02:11:01.8341661Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.007s) 2022-11-23T02:11:01.8341811Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.008s) 2022-11-23T02:11:01.8341985Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.014s) 2022-11-23T02:11:01.8342135Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.006s) 2022-11-23T02:11:01.8342424Z test_add_input (jit.test_python_bindings.TestPythonBindings) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8342709Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8343006Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8343304Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8343594Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8343880Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8344181Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8344471Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8344747Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8345035Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8345379Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8346811Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8347107Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8347397Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8347670Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8347956Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8348280Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8348560Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8348840Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8349120Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8349423Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8349710Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8349992Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8350259Z test_param_strides (jit.test_python_ir.TestPythonIr) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8350550Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:11:01.8350846Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8351144Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8351426Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8352857Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8353237Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8353544Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8353841Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8354148Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8354458Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8354750Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8355096Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8355386Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8355681Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8355979Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8356275Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8356564Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8356864Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8357149Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8358577Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8358880Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8359192Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8359497Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8359794Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8360174Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8360481Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8360782Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8361077Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8361367Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8362046Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8362230Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-11-23T02:11:01.8362504Z Test that we can hold a loaded ScriptModule as a submodule. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8362794Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8363094Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8364583Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8364884Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8365183Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8365474Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8365756Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8366053Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8366187Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-11-23T02:11:01.8366461Z Exercise the situation where we have the same qualified name ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:11:01.8366606Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-11-23T02:11:01.8366879Z Exercise the situation where we have the same qualified name ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8367089Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-11-23T02:11:01.8367367Z Exercise the situation where we have the same qualified name ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8367636Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8367776Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-11-23T02:11:01.8368069Z Check that parameters, buffers, and submodules are the same after loading ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8368227Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-11-23T02:11:01.8368521Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8368854Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8370277Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8370439Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-11-23T02:11:01.8370717Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8370872Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-11-23T02:11:01.8371217Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8371491Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8371653Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:11:01.8371864Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T02:11:01.8372024Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:11:01.8372231Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-11-23T02:11:01.8372389Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:11:01.8372599Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-11-23T02:11:01.8372828Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T02:11:01.8373065Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T02:11:01.8373246Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:11:01.8373475Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-11-23T02:11:01.8373710Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T02:11:01.8373940Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:11:01.8374152Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T02:11:01.8374320Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:11:01.8374536Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-11-23T02:11:01.8374702Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:11:01.8374915Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-11-23T02:11:01.8376418Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8376774Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8377167Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8377497Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8377817Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8378148Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8378464Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8378784Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8379107Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8379417Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8379743Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8379984Z test_add_out (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8380251Z test_add_tuple_different_types (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8380510Z test_add_tuple_non_optional (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8380808Z test_add_tuple_optional (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8382205Z test_add_tuple_same_types (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8382315Z test_addmm_grad (__main__.TestScript) 2022-11-23T02:11:01.8382559Z This test checks several things: ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8382829Z test_alias_covariant_type_containers (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8383065Z test_all (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8383319Z test_annot_ast_mypy_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8383629Z test_annot_ast_mypy_method (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8383880Z test_annot_ast_py3_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8384134Z test_annot_ast_py3_method (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8384378Z test_annot_string_mypy_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8384645Z test_annot_string_mypy_method (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8384899Z test_annot_string_py3_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8385159Z test_annot_string_py3_method (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8385412Z test_annotated_script_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8385683Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8385956Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8386221Z test_annotated_script_method (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8386478Z test_annoying_doubles (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8387393Z test_any (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8388133Z test_assert_is_scripting_metacompile (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8388402Z test_assertion_optional_refinement (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8388723Z test_attr_module_constants (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8388981Z test_attr_qscheme_script (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8389235Z test_attribute_in_init (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8389496Z test_attribute_serialization (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8389713Z test_attribute_unpickling (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.000s) 2022-11-23T02:11:01.8389970Z test_augmented_assign (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8390114Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-11-23T02:11:01.8390415Z test_backend_cudnn_enabled (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8390682Z test_bad_multiline_annotations (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8390958Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8391233Z test_bailout_loop_counter_transition (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8391436Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.000s) 2022-11-23T02:11:01.8391700Z test_batchnorm_fuser_cpu (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8391953Z test_big_float_literals (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8392202Z test_big_int_literals (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8392457Z test_binary_op_shape (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8393842Z test_bitwise_ops (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8394118Z test_block_input_grad_in_loop (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8394382Z test_bool_augassign_bitwise_and (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8394645Z test_bool_augassign_bitwise_or (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8394900Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8395217Z test_bool_dispatch (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8395494Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8395749Z test_break_continue_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8396003Z test_breaks_continues (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8396254Z test_builtin_args (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8396516Z test_builtin_args_fails (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8396829Z test_builtin_function_attributes (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8397085Z test_builtin_use_as_value (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8397326Z test_call_ge (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8397590Z test_call_python_fn_from_script_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8397858Z test_call_python_fn_from_script_module (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8398122Z test_call_python_fn_from_traced_module (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8399060Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8399804Z test_call_python_mod_from_script_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8400074Z test_call_python_mod_from_script_module (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8400345Z test_call_python_mod_from_traced_module (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8400612Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8400873Z test_call_script_fn_from_script_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8401139Z test_call_script_fn_from_script_module (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8401405Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8401729Z test_call_script_mod_from_script_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8402003Z test_call_script_mod_from_script_module (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8402183Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.000s) 2022-11-23T02:11:01.8402442Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8402620Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.000s) 2022-11-23T02:11:01.8402887Z test_calls_in_type_annotations (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8403161Z test_canonicalize_control_outputs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8403414Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.000s) 2022-11-23T02:11:01.8403656Z test_cat (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8403898Z test_cat_lifts (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8404136Z test_chr (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8404945Z test_circular_dependency (__main__.TestScript) 2022-11-23T02:11:01.8405703Z https://github.com/pytorch/pytorch/issues/25871 ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8405962Z test_class_as_attribute (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8406211Z test_class_attribute (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8406469Z test_class_attribute_in_script (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8406741Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8406861Z test_code_with_constants (__main__.TestScript) 2022-11-23T02:11:01.8407164Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8407294Z test_code_with_constants_restore (__main__.TestScript) 2022-11-23T02:11:01.8407608Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8407865Z test_comment_ignore_indent (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8408123Z test_compare_two_bool_inputs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8408449Z test_compile_module_with_constant (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8408709Z test_conditional_casting (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8408965Z test_constant_as_attr (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8409239Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8409499Z test_constant_pooling_none (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8409783Z test_constant_pooling_same_identity (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8410083Z test_context_manager (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8411522Z test_conv_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8411779Z test_convert_base (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8412034Z test_cpp_function_tensor_str (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8412294Z test_cpp_module_iterator (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8412548Z test_desugar_module (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8412798Z test_device_kwarg (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8413044Z test_device_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8413194Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.001s) 2022-11-23T02:11:01.8413430Z test_dir (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8413674Z test_divmod (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8413850Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-11-23T02:11:01.8414098Z test_dropout_eval (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8414346Z test_dtype_attr (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8414594Z test_dtype_op_shape (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8414902Z test_dtype_op_shape2 (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8415159Z test_early_return_closure (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8415423Z test_early_return_fork_join (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8415683Z test_early_return_rewrite (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8415948Z test_early_return_type_refinement (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8417348Z test_early_returns_loops (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8417616Z test_ellipsis_const_end (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8417924Z test_ellipsis_const_mid (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8418185Z test_ellipsis_const_mid_select (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8418440Z test_ellipsis_const_start (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8418686Z test_ellipsis_end (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8418931Z test_ellipsis_mid (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8419187Z test_ellipsis_mid_select (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8419436Z test_ellipsis_start (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8419703Z test_embedding_renorm_grad_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8419963Z test_empty_like_memory_format_bc (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8420213Z test_empty_tuple_str (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8420475Z test_enumerate_modlist_range (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8420724Z test_erase_number_types (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8420966Z test_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8421221Z test_error_stacktrace (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8421534Z test_error_stacktrace_interface (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8421781Z test_eval_python (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8423184Z test_exception_exits_closure (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8423443Z test_exceptions_with_control_flow (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8423682Z test_expand (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8423922Z test_fibb (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8424179Z test_fibb_totally_better (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8424492Z test_file_format_serialization (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8424746Z test_file_line_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8425010Z test_file_line_error_class_defn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8425257Z test_file_line_graph (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8425511Z test_file_line_save_load (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8425761Z test_file_line_string (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8426004Z test_file_line_trace (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8426246Z test_filecheck (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8426496Z test_filecheck_parse (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8426754Z test_first_class_calls (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8427013Z test_first_class_module (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8427252Z test_floor_div (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8427491Z test_floordiv (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8428861Z test_for_else (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8429173Z test_for_in_dict (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8429423Z test_for_in_enumerate (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8429673Z test_for_in_range (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8429923Z test_for_in_range_ast (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8430180Z test_for_in_range_dynamic (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8430441Z test_for_in_range_if_ast (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8430699Z test_for_in_range_start_end (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8431012Z test_for_in_range_start_end_step (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8431269Z test_for_in_range_zero_step (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8431516Z test_for_in_string (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8431760Z test_for_in_tensors (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8432022Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8432280Z test_for_in_tensors_nested (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8432535Z test_for_in_tensors_rank0 (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8432777Z test_for_in_zip (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8433028Z test_for_in_zip_enumerate (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8433280Z test_for_tuple_assign (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8434202Z test_for_tuple_unpack (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8434914Z test_format (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8435160Z test_func_call (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8435428Z test_function_compilation_caching (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8436098Z test_function_overload_misuse (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8436371Z test_function_overloading_isinstance (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8436629Z test_function_overloads (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8436889Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8437154Z test_fuser_double_literal_precision (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8437415Z test_fuser_multiple_blocks (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8437718Z test_gather_dynamic_index (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8437977Z test_generic_list_errors (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8438184Z test_get_set_state (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.004s) 2022-11-23T02:11:01.8438442Z test_get_set_state_with_tensors (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8438690Z test_grad_from_script (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8438924Z test_hash (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8439173Z test_hex_literals (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8440598Z test_id (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8440847Z test_if (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8441092Z test_if_define (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8441345Z test_if_different_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8441598Z test_if_for_in_range (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8441849Z test_if_is_none_dispatch (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8442092Z test_if_list_cat (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8442335Z test_if_nest_while (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8442641Z test_if_noelse (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8442899Z test_if_not_defined_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8443149Z test_if_supertype (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8443402Z test_ignore_decorator (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8443647Z test_ignored_as_value (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8443908Z test_ignored_method_binding (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8444141Z test_ignored_props (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8444454Z test_import_constants_not_specialized (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8444707Z test_in_for_and_comp_expr (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8444970Z test_in_operator_with_two_strings (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8445211Z test_index (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8446636Z test_index_select_shape_prop (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8446898Z test_index_with_tuple (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8447149Z test_indexing_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8447392Z test_infer_size (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8447506Z test_inferred_error_msg (__main__.TestScript) 2022-11-23T02:11:01.8447789Z Test that when we get a type mismatch on a function where we inferred ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8448039Z test_inherit_method (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8448271Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.000s) 2022-11-23T02:11:01.8448377Z test_inlined_graph (__main__.TestScript) 2022-11-23T02:11:01.8448661Z Check that the `inlined_graph` property correctly returns an inlined ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8448909Z test_inlining_cleanup (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8449218Z test_inplace_add (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8449470Z test_inplace_copy_script (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8449728Z test_input_keyword_in_schema (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8449965Z test_int_cast (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8450231Z test_integral_shape_inference (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8450482Z test_interpret_graph (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8450734Z test_interpreter_fuzz (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8451078Z test_intlist_args (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8452545Z test_invalid_call_arguments (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8452809Z test_invalid_lhs_assignment (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8453070Z test_invalid_prefix_annotation (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8453322Z test_irparser (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8453573Z test_is_after_use (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8453807Z test_is_isnot (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8454052Z test_is_optional (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8454298Z test_is_scripting (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8454560Z test_is_scripting_metacompile (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8454806Z test_isinstance (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8455059Z test_isinstance_dynamic (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8455317Z test_isinstance_metacompile (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8455576Z test_isinstance_refinement (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8455886Z test_jitter_bug (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8456127Z test_keyword (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8456389Z test_kwarg_expansion_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8456640Z test_kwargs_error_msg (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8456888Z test_lazy_script (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8457844Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8458602Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8458914Z test_lhs_indexing (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8459173Z test_lhs_indexing_increment (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8459437Z test_lhs_indexing_increment_list (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8459700Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8459954Z test_lhs_indexing_list (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8460207Z test_lhs_indexing_multi (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8460453Z test_linear_grad (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8460727Z test_list_comprehension_modulelist (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8461000Z test_list_comprehension_variable_write (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8461252Z test_list_iterables (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8461493Z test_list_python_op (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8461735Z test_list_unify (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8461975Z test_literal (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8462216Z test_literals (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8462518Z test_logical_short_circuit (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8462766Z test_loop_liveness (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8463021Z test_loop_unroll_negative (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8464460Z test_loop_unroll_unused_counter (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8464700Z test_loop_unrolling (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8464958Z test_loop_unrolling_const (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8465269Z test_loop_unrolling_nested (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8465525Z test_lower_nested_tuples (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8465768Z test_math_ops (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8465956Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T02:11:01.8466176Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-11-23T02:11:01.8466432Z test_method_casts_script (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8466682Z test_method_no_self (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8466938Z test_method_overloading (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8467185Z test_missing_getstate (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8467427Z test_mm_batching (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8467672Z test_module_apis (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8467917Z test_module_attrs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8468181Z test_module_copy_with_attributes (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8468427Z test_module_copying (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8468666Z test_module_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8468976Z test_module_method_reassignment (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8470379Z test_module_none_attrs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8470659Z test_module_parameters_and_buffers (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8470903Z test_module_str (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8471172Z test_module_with_params_called_fails (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8471429Z test_multi_reduction (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8471689Z test_multi_starred_expr_lhs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8472338Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8472631Z test_multiline_optional_future_refinement (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8472892Z test_multiline_string_dedents (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8473144Z test_multiple_assign (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8473400Z test_multiple_assignment (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8473649Z test_mutable_dce (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8473904Z test_mutable_dce_block (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8474160Z test_mutable_dce_graph_input (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8474430Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8474704Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8476163Z test_mutable_dce_list (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8476420Z test_mutable_dce_loop (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8476678Z test_mutable_dce_wildcards (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8476924Z test_mutate_constant (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8477251Z test_mypy_type_ignore (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8477519Z test_named_buffers_are_iterable (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8477772Z test_namedtuple_attr (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8478049Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8478332Z test_namedtuple_default_values_container_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8478607Z test_namedtuple_default_values_missing (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8478924Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8479221Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8479473Z test_namedtuple_python (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8479734Z test_namedtuple_type_inference (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8479979Z test_narrow_copy (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8480225Z test_nested_aug_assign (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8480473Z test_nested_bailouts (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8480719Z test_nested_breaks (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8482115Z test_nested_list_construct (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8482382Z test_nested_select_assign (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8482626Z test_nn_GRU (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8482868Z test_nn_LSTM (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8483120Z test_nn_LSTM_with_layers (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8483360Z test_nn_init (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8483673Z test_no_dtype_shape (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8483931Z test_no_self_arg_ignore_function (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8484178Z test_non_final_return (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8484425Z test_none_type_str (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8484664Z test_not (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8484918Z test_not_initialized_err (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8485162Z test_ntuple_builtins (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8485450Z test_number_abs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8485706Z test_number_augassign (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8485974Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8486237Z test_number_augassign_bitwise_pow (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8486505Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8487911Z test_number_div (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8488164Z test_number_math (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8488397Z test_number_neg (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8488603Z test_old_models_bc (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.000s) 2022-11-23T02:11:01.8488854Z test_oneline_func (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8489102Z test_op_dtype (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8489362Z test_operator_precedence (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8489581Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.003s) 2022-11-23T02:11:01.8489798Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.000s) 2022-11-23T02:11:01.8490033Z test_ord (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8490355Z test_override_magic (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8490612Z test_pack_tuple_into_non_var (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8490865Z test_pack_unpack_nested (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8491176Z test_pack_unpack_state (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8491426Z test_parameter_order (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8491692Z test_parse_empty_tuple_annotation (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8492013Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8492266Z test_parse_nested_names (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8492530Z test_parse_none_type_annotation (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8493958Z test_parse_tensor_constants (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8494224Z test_parser_kwargonly (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8494489Z test_parser_type_annotations (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8494757Z test_parser_type_annotations_comment (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8495046Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8495330Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8495611Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8495883Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8496133Z test_partial_returns (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8496372Z test_pass (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8496626Z test_pickle_checkpoint (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8496836Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.010s) 2022-11-23T02:11:01.8497094Z test_pickle_checkpoint_tup (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8497270Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-11-23T02:11:01.8497519Z test_pretty_print_function (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8497706Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-11-23T02:11:01.8497950Z test_print (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8498201Z test_print_kwargs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8498381Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T02:11:01.8499829Z test_profiling_merge (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8500098Z test_pybind_type_comparisons (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8500341Z test_python_call (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8500598Z test_python_call_annotation (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8500865Z test_python_call_annoytation_failure (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8501118Z test_python_call_failure (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8501374Z test_python_call_non_tensor (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8501637Z test_python_call_non_tensor_wrong (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8501886Z test_python_frontend (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8502135Z test_python_frontend_py3 (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8502404Z test_python_frontend_source_range (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8502654Z test_python_op_builtins (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8502907Z test_python_op_name (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8503166Z test_python_val_doesnt_have_attr (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8503365Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-11-23T02:11:01.8503612Z test_rand_profiling (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8503856Z test_range_args (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8504110Z test_reassign_module_lhs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8505503Z test_reassign_module_rhs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8505764Z test_refine_tuple_types (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8506014Z test_remove_dropout (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8506333Z test_repeated_script_on_function (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8506585Z test_request_bailout (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8506739Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.002s) 2022-11-23T02:11:01.8507005Z test_rescripting_loaded_modules (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8507261Z test_resize_input_ops (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8507501Z test_return (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8507756Z test_return_stmt_not_at_end (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8508002Z test_return_tuple (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8508256Z test_robust_op_resolution (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8508503Z test_round (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8508761Z test_save_load_attr_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8509016Z test_script_annotation (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8509269Z test_script_bool_constant (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8509517Z test_script_chunk (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8509768Z test_script_clamp_none (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8510056Z test_script_copy (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8511443Z test_script_cu (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8511705Z test_script_define_order (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8511980Z test_script_define_order_recursive_fail (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8512228Z test_script_docstring (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8512501Z test_script_forward_method_replacement (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8512657Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.001s) 2022-11-23T02:11:01.8512974Z test_script_get_tracing_state (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8513235Z test_script_is_tracing (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8513492Z test_script_kwargs_fn_call (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8513757Z test_script_method_docstring (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8514036Z test_script_method_torch_function_overload (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8514288Z test_script_module (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:11:01.8514552Z test_script_module_call_noscript (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8514809Z test_script_module_const (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8515089Z test_script_module_const_submodule_fail (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8515355Z test_script_module_export_blocks (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8515633Z test_script_module_export_shared_storage (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8515904Z test_script_module_export_submodule (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8517241Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.002s) 2022-11-23T02:11:01.8517523Z test_script_module_export_tensor_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8517848Z test_script_module_fail_exist (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8518107Z test_script_module_for (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8518363Z test_script_module_for2 (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8518637Z test_script_module_invalid_consts (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8518907Z test_script_module_nochange_submodule (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8519155Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.000s) 2022-11-23T02:11:01.8519463Z test_script_module_not_tuple (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8519740Z test_script_module_param_buffer_mutation (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8520002Z test_script_module_star_assign2 (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8520271Z test_script_module_star_assign2_inplace (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8520547Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8520826Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8521142Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8521414Z test_script_nested_mod_list (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8521692Z test_script_non_tensor_args_outputs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8523120Z test_script_optional_none (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8523395Z test_script_outputs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8523685Z test_script_pack_padded_sequence (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8523975Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8524246Z test_script_scope (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8524594Z test_script_sequential_for (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8524884Z test_script_sequential_in_mod_list (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8525179Z test_script_sequential_multi_output_fail (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8525465Z test_script_sequential_orderdict (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8525761Z test_script_sequential_sliced_iteration (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8526038Z test_script_star_assign (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8526354Z test_script_star_expr (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8526637Z test_script_star_expr_string (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8526909Z test_scriptable_fn_as_attr (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8527092Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-11-23T02:11:01.8527278Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-11-23T02:11:01.8527456Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-11-23T02:11:01.8528893Z test_select_after_chunk (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8529151Z test_sequence_parsing (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8529447Z test_sequential_intermediary_types (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8529725Z test_serialization_big_ints (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8529938Z test_serialization_sharing (__main__.TestScript) ... skip: NYI: TemporaryFileName on Windows (0.001s) 2022-11-23T02:11:01.8530218Z test_serialize_long_lines (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8530501Z test_serialized_source_ranges (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8530790Z test_serialized_source_ranges2 (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8531130Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8531490Z test_serialized_source_ranges_graph (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8531785Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8532074Z test_set_attribute_through_optional (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8532357Z test_shape_analysis_grad_property (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8532634Z test_shape_analysis_loop (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8532923Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8533250Z test_shape_prop_promotion (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8534221Z test_signed_float_zero (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8534982Z test_single_starred_expr_for_loop (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8535263Z test_single_starred_lhs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8535548Z test_singleton_tuple_unpack (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8535749Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T02:11:01.8536014Z test_split (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8536276Z test_stack (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8536541Z test_static_if_prop (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8536680Z test_static_method_on_module (__main__.TestScript) 2022-11-23T02:11:01.8536985Z Check that the `@staticmethod` annotation on a function on a module works. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8537262Z test_static_methods (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8537523Z test_str_cast (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8537782Z test_string_cu (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8538067Z test_string_device_implicit_conversion (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8538340Z test_string_frontend_elif (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8538667Z test_string_index (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8538934Z test_string_len (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8539197Z test_string_list (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8540623Z test_string_new_line (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8540900Z test_string_ops (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8541174Z test_string_print (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8541514Z test_string_single_escape (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8541788Z test_string_slicing (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8542050Z test_string_sort (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8542322Z test_string_sorted (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8542620Z test_submodule_attribute_serialization (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8542897Z test_submodule_twice (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8543157Z test_sum (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8543426Z test_sum_list_diff_elms (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8543692Z test_sum_list_empty (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8543964Z test_sum_list_literal (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8544228Z test_sum_list_one (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8544502Z test_sum_list_wrong_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8544773Z test_sys_stdout_override (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8545007Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.003s) 2022-11-23T02:11:01.8545956Z test_tensor_data (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8547036Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-11-23T02:11:01.8547309Z test_tensor_dtype (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8547581Z test_tensor_grad (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8547858Z test_tensor_import_export (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8548124Z test_tensor_len (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8548391Z test_tensor_number_math (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8548560Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.000s) 2022-11-23T02:11:01.8548716Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.000s) 2022-11-23T02:11:01.8549043Z test_tensor_shape (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8549320Z test_tensor_subclasses (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8549587Z test_tensor_to (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8549854Z test_tensor_to_cpu (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8550044Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-11-23T02:11:01.8550230Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-11-23T02:11:01.8550496Z test_ternary (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8550779Z test_ternary_module_type_hint (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8551060Z test_ternary_right_associative (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8551336Z test_ternary_static_if (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8551598Z test_torch_any (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8551795Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.000s) 2022-11-23T02:11:01.8552083Z test_torch_functional_tensordot_int (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8552373Z test_torch_functional_tensordot_list (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8552665Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8552998Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8553285Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8592831Z test_torch_manual_seed (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8593256Z test_torch_pow (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8593517Z test_torch_tensor_as_tensor (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8593790Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8594183Z test_torch_tensor_bad_input (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8594431Z test_torch_tensor_dtype (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8594690Z test_torchscript_memoryformat (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8594946Z test_torchscript_multi_head_attn (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8595213Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8595457Z test_training_param (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8595704Z test_tuple_assignments (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.009s) 2022-11-23T02:11:01.8595946Z test_tuple_error_msg (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8596188Z test_tuple_index_to_list (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8596431Z test_tuple_indexing (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8596665Z test_tuple_len (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8596908Z test_tuple_nested_sort (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8597141Z test_tuple_sort (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8597383Z test_tuple_sort_reverse (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8597624Z test_tuple_sorted (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8597921Z test_tuple_to_opt_list (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8598176Z test_tuple_unsortable_diff_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8598435Z test_tuple_unsortable_element_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8598697Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8598934Z test_type_annotate (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8599185Z test_type_annotation_module (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8599473Z test_type_annotation_py3 (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8599717Z test_type_annotations (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8599973Z test_type_annotations_repeated_list (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8600225Z test_type_annotations_varargs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8600473Z test_type_call_in_script (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8600707Z test_type_cast (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8600953Z test_type_comments_in_body (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8601085Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-11-23T02:11:01.8601391Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8601626Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-11-23T02:11:01.8601862Z test_unfold_zero_dim (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8602107Z test_unicode_comments (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8602345Z test_uninitialized (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8602584Z test_union_to_number (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8602816Z test_unknown_builtin (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8603029Z test_unmatched_type_annotation (__main__.TestScript) ... skip: TODO: need to fix the test case (0.001s) 2022-11-23T02:11:01.8604197Z test_unspecialized_any_binding (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8604393Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T02:11:01.8605114Z test_unsupported_builtin_error (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8605363Z test_unused_decorator (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8605611Z test_unwrap_optional_builtin (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8605853Z test_var_aug_assign (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8606166Z test_vararg_zeros (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8606427Z test_view_listconstruct_shape_prop (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8606668Z test_view_shape_prop (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8606899Z test_view_write (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8607023Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-11-23T02:11:01.8607253Z test_where (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8607492Z test_where_method (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8607714Z test_while (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8607950Z test_while_nest_if (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8608206Z test_while_nonexistent_cond_value (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8608459Z test_while_nonexistent_value (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8608714Z test_while_write_outer_then_read (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8608954Z test_wrong_attr_lookup (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8609199Z test_wrong_implicit_expand (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8609449Z test_wrong_method_call_inputs (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8609745Z test_wrong_module_attr_lookup (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8609988Z test_wrong_return_type (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8610233Z test_wrong_use_as_callable (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8610476Z test_wrong_use_as_tuple (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8610707Z test_zeros (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8610964Z test_zip_enumerate_modulelist (__main__.TestScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8611139Z test_bool (jit.test_list_dict.TestScriptDict) 2022-11-23T02:11:01.8611436Z Test the __bool__ method. This should return True ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8611557Z test_contains (jit.test_list_dict.TestScriptDict) 2022-11-23T02:11:01.8611800Z Test membership checks (x in y, x not in y). ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8611917Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-11-23T02:11:01.8612133Z Test deletion. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8612244Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-11-23T02:11:01.8612507Z Test accessing dictionary values using the [] operator. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8612624Z test_items (jit.test_list_dict.TestScriptDict) 2022-11-23T02:11:01.8612837Z Test .items(). ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8612948Z test_iter (jit.test_list_dict.TestScriptDict) 2022-11-23T02:11:01.8613191Z Test iteration over a dictionary's keys. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8613302Z test_len (jit.test_list_dict.TestScriptDict) 2022-11-23T02:11:01.8613528Z Test len() builtin function. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8613646Z test_nested (jit.test_list_dict.TestScriptDict) 2022-11-23T02:11:01.8613891Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-11-23T02:11:01.8614029Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-11-23T02:11:01.8614306Z Test that reference semantics are honoured; that modifications made ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8614419Z test_repr (jit.test_list_dict.TestScriptDict) 2022-11-23T02:11:01.8614643Z Test the __repr__ method. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8614758Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-11-23T02:11:01.8615056Z Test setting dictionary values using the [] operator. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8615170Z test_append (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8615397Z Test append method. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8615509Z test_bool (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8615754Z Test the __bool__ method. This should return True ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8615866Z test_clear (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8616074Z Test clear. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.014s) 2022-11-23T02:11:01.8616186Z test_contains (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8616429Z Test membership checks (x in y, x not in y). ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8616540Z test_count (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8617138Z Test count method. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8617263Z test_delitem (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8617476Z Test deletion. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8617588Z test_extend (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8617799Z Test extend. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8617914Z test_getitem (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8618176Z Test accessing list elements using the [] operator. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8618296Z test_insert (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8618516Z Test insert. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8618633Z test_iter (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8618880Z Test iteration over a list's elements. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8618997Z test_len (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8619230Z Test len() builtin function. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8619352Z test_nested (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8619605Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-11-23T02:11:01.8619724Z test_pop (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8619946Z Test pop. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8620088Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8620372Z Test that reference semantics are honoured; that modifications made ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8620480Z test_remove (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8620707Z Test remove method. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.009s) 2022-11-23T02:11:01.8620827Z test_repr (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8621110Z Test the __repr__ method. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8621234Z test_setitem (jit.test_list_dict.TestScriptList) 2022-11-23T02:11:01.8621492Z Test setting list elements using the [] operator. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8621892Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8622274Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8622654Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8623065Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8623424Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8623791Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8624162Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8624535Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8624905Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8625265Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8625632Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8625993Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8626368Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8626744Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8627069Z test_basic (jit.test_script_profile.TestScriptProfile) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8627349Z test_empty (jit.test_script_profile.TestScriptProfile) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8627624Z test_multi (jit.test_script_profile.TestScriptProfile) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8627905Z test_script (jit.test_script_profile.TestScriptProfile) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8628184Z test_section (jit.test_script_profile.TestScriptProfile) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8628450Z test_module_list_slicing (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8628753Z test_slice_as_variable (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8629012Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8629266Z test_slice_kwarg (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8629521Z test_slice_one_none (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8629782Z test_slice_start_stop (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8630055Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8630321Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8630586Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8630842Z test_slice_stop_only (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8631110Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8631370Z test_slice_string (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8631620Z test_slice_tensor (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8631885Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8632160Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8632462Z test_slice_three_nones (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8632718Z test_slice_two_nones (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8632978Z test_tuple_slicing (jit.test_slice.TestSlice) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8633249Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8633431Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.001s) 2022-11-23T02:11:01.8633702Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8633891Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.002s) 2022-11-23T02:11:01.8634225Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8634576Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8634947Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8635306Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8635660Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8636021Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8636375Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8636731Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8637071Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8637430Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8637783Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8638178Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8638556Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8638896Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8639229Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8639585Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8639985Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8640345Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8640667Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8640995Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8641329Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8641666Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8641874Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.056s) 2022-11-23T02:11:01.8642073Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.038s) 2022-11-23T02:11:01.8642281Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-11-23T02:11:01.8642491Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-11-23T02:11:01.8642695Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.177s) 2022-11-23T02:11:01.8642894Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-11-23T02:11:01.8643103Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.025s) 2022-11-23T02:11:01.8643309Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.068s) 2022-11-23T02:11:01.8643534Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.043s) 2022-11-23T02:11:01.8643805Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-11-23T02:11:01.8644023Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-11-23T02:11:01.8644221Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-11-23T02:11:01.8644415Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.145s) 2022-11-23T02:11:01.8644620Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.029s) 2022-11-23T02:11:01.8644878Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.000s) 2022-11-23T02:11:01.8645081Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-11-23T02:11:01.8645275Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-11-23T02:11:01.8645475Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.039s) 2022-11-23T02:11:01.8645718Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.032s) 2022-11-23T02:11:01.8645915Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-11-23T02:11:01.8646121Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-11-23T02:11:01.8646325Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-11-23T02:11:01.8646509Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-11-23T02:11:01.8646781Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8647077Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8647356Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8647648Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8647941Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8648144Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-11-23T02:11:01.8648453Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8648768Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8649077Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8649395Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8649745Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8650051Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8650332Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8650622Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8650834Z test_default_args (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T02:11:01.8651128Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:11:01.8651344Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:11:01.8651604Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:11:01.8651810Z test_torchbind (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T02:11:01.8652035Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:11:01.8652264Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T02:11:01.8652490Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:11:01.8652705Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T02:11:01.8652943Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8653176Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8653409Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.003s) 2022-11-23T02:11:01.8653621Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8653837Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8654070Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8654292Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8654502Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8654730Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8654950Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.006s) 2022-11-23T02:11:01.8655179Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8655445Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8655661Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8655894Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8656113Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8656327Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8656539Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8656773Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8656986Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8657245Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:11:01.8657537Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8657832Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8658106Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8658365Z test_constant (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8658620Z test_conv (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8658890Z test_export_no_reorder (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8659168Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8659433Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8661019Z test_ge (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8661184Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-11-23T02:11:01.8661458Z test_ge_optimized (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8661724Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8661985Z test_index_put (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8662258Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8662602Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8662871Z test_inplace_check (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8663134Z test_inplace_copy (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8663419Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8663688Z test_inplace_flags (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8663960Z test_inplace_transplant (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8664266Z test_inplace_warn (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8664540Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8664809Z test_input_dict_empty (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8665080Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8665225Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-11-23T02:11:01.8665505Z Check that dictionary access doesn't care about insertion order ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8665772Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8666042Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8666311Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8666452Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-11-23T02:11:01.8666725Z Check that the trace remembers which keys were in a dict input ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8666987Z test_input_dict_unify (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8667113Z test_input_flatten (jit.test_tracer.TestTracer) 2022-11-23T02:11:01.8667376Z Check that inputs to traced functions are flattened ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8667644Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8667961Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8668241Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8668529Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8668795Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8669062Z test_interpolate_trace (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8669234Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-11-23T02:11:01.8669500Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8669806Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8670063Z test_max_pool (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8670329Z test_nested_inplace (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8670597Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8670728Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-11-23T02:11:01.8671026Z Check that outputs of traced functions retain the original structure and nesting ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8671293Z test_python_function (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8671570Z test_python_function_tup (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8671834Z test_repeated_input (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8672102Z test_repeated_output (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8672364Z test_shared_param (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8672619Z test_simple (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8672897Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8673172Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8673479Z test_trace_annotation (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8673744Z test_trace_arange (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8674017Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8674295Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8674557Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8674818Z test_trace_casts (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8675134Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8675411Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8675696Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8675977Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8676262Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8676541Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8676813Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8677093Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8677346Z test_trace_contiguous (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8677629Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8677894Z test_trace_detach (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8678165Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8678448Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8678722Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8679369Z test_trace_dict_input (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8679641Z test_trace_dict_output (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8679902Z test_trace_export_fns (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8680182Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8680447Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8680719Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8681047Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8681312Z test_trace_index (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8681584Z test_trace_index_constant (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8681861Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8682126Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8682392Z test_trace_inverse (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8682671Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8682938Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8683228Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:01.8683497Z test_trace_modulelist (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8683778Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8684044Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8684319Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8684584Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8684883Z test_trace_numel (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8685154Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8685419Z test_trace_optional (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8685711Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8685970Z test_trace_random (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8686242Z test_trace_records_names (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8686533Z test_trace_save (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8686800Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8687069Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8687323Z test_trace_size (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8687595Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8687869Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8688128Z test_trace_slice (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8688410Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8688676Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8688963Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8689235Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8689502Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8689759Z test_trace_topk (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8690018Z test_trace_tuple (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8690344Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8690606Z test_trace_warn (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8690889Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8691260Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8691542Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8691863Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8692031Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.004s) 2022-11-23T02:11:01.8692310Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8692574Z test_tracing_hooks (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8692846Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8693117Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8693385Z test_wrapped_number (jit.test_tracer.TestTracer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8693533Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8693823Z Assigning a new (python-only) attribute should not change type sharing ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8694093Z test_basic (jit.test_type_sharing.TestTypeSharing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8694390Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8694680Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8694819Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8695135Z Types should be shared for identical constant values, and different for different constant values ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8695281Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8695547Z Types should be shared even if attribute values differ ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8695756Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8696047Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8696328Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8696462Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8696708Z Simple example with a real nn Module ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8696993Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8697168Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8697438Z We should be able to differentiate between two ModuleDict instances ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8697623Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8697902Z Mutating the value of an attribute should not change type sharing ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8698048Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8698325Z The same module with an `foo` as a parameter vs. attribute shouldn't ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8698503Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8698776Z Different functions passed in should lead to different types ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8698941Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8699198Z Same functions passed in should lead to same types ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8699357Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8699641Z Even if everything about the module is the same, different originating ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8699815Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8700090Z Different functions passed in should lead to different types ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8700255Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8700515Z Same functions passed in should lead to same types ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8700822Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8700963Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8701224Z If submodules differ, the types should differ. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8701434Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8701716Z Since we can't guarantee that methods are the same between different ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8701885Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8702152Z Test that types are not shared if the exclusion of their ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8702323Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8702582Z Test that types are shared if the exclusion of their ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8702741Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8703005Z Tests that types between instances of a ScriptModule ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8703161Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:11:01.8703455Z Test that type sharing can be disabled. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8703756Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8704033Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8704319Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8704485Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-11-23T02:11:01.8704744Z Test that module attributes can be ignored. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8705048Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8705342Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8705507Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T02:11:01.8705790Z Test that using an optional with no contained types produces an error. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8706073Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8706354Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8706638Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8706919Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8707139Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T02:11:01.8707418Z Test that using a tuple with no contained types produces an error. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8707706Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8707986Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8708288Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8708548Z test_bool_list_io (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8709140Z test_dict_comprehension (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8709424Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8709718Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:01.8709978Z test_dict_in_not_in (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8710259Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8710558Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8710860Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8711119Z test_for_in_dict (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8711382Z test_for_in_string (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8711651Z test_for_tuple_assign (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8711915Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8712171Z test_list_io (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8712438Z test_list_iterables (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8712695Z test_list_sum (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8713047Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8713312Z test_list_unification (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8713579Z test_multiple_assign (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8713851Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8714115Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8714390Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8714692Z test_nested_list (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8714964Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8715235Z test_optional_conversion (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8715503Z test_optional_refinement (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8715766Z test_optional_tuple (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8716043Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8716302Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8716565Z test_sum_list_empty (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8716827Z test_sum_list_literal (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8717088Z test_sum_list_one (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8717353Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8717622Z test_tuple_assignments (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8717892Z test_tuple_create_return (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8718147Z test_tuple_io (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8718455Z test_tuple_keyword (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8718723Z test_tuple_specialization (jit.test_typing.TestTyping) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8718986Z test_check_union_annotation (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8719268Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8719544Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8719835Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8720134Z test_union_as_annotation (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8720419Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8720685Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8720944Z test_union_as_dict_key (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8721204Z test_union_as_dict_value (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8721482Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8721780Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8722082Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8722383Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8722676Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8722992Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8723287Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8723556Z test_union_in_class_constructor (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8723864Z test_union_memory_aliasing (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8724145Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8724427Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8724706Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8724990Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8725605Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8725952Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8726252Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8726512Z test_union_return_type (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8726799Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8727096Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8727370Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8727644Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8727935Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8728202Z test_union_type_refinement (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8728495Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8728798Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8729091Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8729427Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8729713Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8729990Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8730288Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8730566Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8730842Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8731249Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8731521Z test_union_with_collections (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8731789Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8732047Z test_union_with_enum (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8732319Z test_union_with_list_assignment (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8732586Z test_union_with_scalar_values (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8732861Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8733135Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8733447Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8733730Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8734020Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8734301Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8734571Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8734901Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8735173Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8735453Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8735731Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8736009Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8736294Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8736619Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8736900Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8737190Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8737484Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:01.8737775Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8738025Z test_warn (jit.test_warn.TestWarn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8738306Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8738588Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8738844Z test_warn_once_per_func (jit.test_warn.TestWarn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8739113Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8739369Z test_warn_only_once (jit.test_warn.TestWarn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8739632Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:01.8739734Z test_with_as (jit.test_with.TestWith) 2022-11-23T02:11:01.8740017Z Check that with statements that use the 'as' keyword to bind expressions ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:11:01.8740127Z test_with_errors (jit.test_with.TestWith) 2022-11-23T02:11:01.8740481Z Check that errors related to with-statements are detected and reported correctly. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8740589Z test_with_exceptions (jit.test_with.TestWith) 2022-11-23T02:11:01.8740871Z Check that exceptions thrown in the bodies of with-statements are ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:01.8740980Z test_with_no_as (jit.test_with.TestWith) 2022-11-23T02:11:01.8741267Z Check that with statements that do not use the 'as' keyword to bind expressions ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:01.8741379Z test_with_no_grad (jit.test_with.TestWith) 2022-11-23T02:11:01.8741655Z Check that torch.no_grad() works. Most of these are adapted from ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:01.8741781Z test_with_record_function (jit.test_with.TestWith) 2022-11-23T02:11:01.8742121Z Check that torch.autograd.profiler.record_function context manager is ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:01.8742134Z 2022-11-23T02:11:01.8742287Z ---------------------------------------------------------------------- 2022-11-23T02:11:01.8742371Z Ran 2524 tests in 13.844s 2022-11-23T02:11:01.8742378Z 2022-11-23T02:11:01.8742454Z OK (skipped=2458) 2022-11-23T02:11:01.8742459Z 2022-11-23T02:11:01.8742548Z Generating XML reports... 2022-11-23T02:11:01.8742814Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221123021046.xml 2022-11-23T02:11:01.8743086Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFrozenOptimizations-20221123021046.xml 2022-11-23T02:11:01.8743352Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestMKLDNNReinplacing-20221123021046.xml 2022-11-23T02:11:01.8743589Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_profiler.TestProfiler-20221123021046.xml 2022-11-23T02:11:01.8743883Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221123021046.xml 2022-11-23T02:11:01.8744142Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_alias_analysis.TestAliasAnalysis-20221123021046.xml 2022-11-23T02:11:01.8744366Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_async.TestAsync-20221123021046.xml 2022-11-23T02:11:01.8744590Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_aten_pow.TestAtenPow-20221123021046.xml 2022-11-23T02:11:01.8744833Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff.TestAutodiffJit-20221123021046.xml 2022-11-23T02:11:01.8745132Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221123021046.xml 2022-11-23T02:11:01.8745367Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackends-20221123021046.xml 2022-11-23T02:11:01.8745633Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackendsWithCompiler-20221123021046.xml 2022-11-23T02:11:01.8745857Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_batch_mm.TestBatchMM-20221123021046.xml 2022-11-23T02:11:01.8746087Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestBuiltins-20221123021046.xml 2022-11-23T02:11:01.8746318Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_class_type.TestClassType-20221123021046.xml 2022-11-23T02:11:01.8746576Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_complex.TestComplex-20221123021046.xml 2022-11-23T02:11:01.8746841Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_custom_operators.TestCustomOperators-20221123021046.xml 2022-11-23T02:11:01.8747050Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dce.TestDCE-20221123021046.xml 2022-11-23T02:11:01.8747301Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_data_parallel.TestDataParallel-20221123021046.xml 2022-11-23T02:11:01.8747553Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dataclasses.TestDataclasses-20221123021046.xml 2022-11-23T02:11:01.8747808Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_device_analysis.TestDeviceAnalysis-20221123021046.xml 2022-11-23T02:11:01.8748028Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestDict-20221123021046.xml 2022-11-23T02:11:01.8748243Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_enum.TestEnum-20221123021046.xml 2022-11-23T02:11:01.8748472Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFreezing-20221123021046.xml 2022-11-23T02:11:01.8748675Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestFrontend-20221123021046.xml 2022-11-23T02:11:01.8748979Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221123021046.xml 2022-11-23T02:11:01.8749293Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221123021046.xml 2022-11-23T02:11:01.8749531Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_attr.TestGetDefaultAttr-20221123021046.xml 2022-11-23T02:11:01.8749805Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221123021046.xml 2022-11-23T02:11:01.8750020Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hash.TestHash-20221123021046.xml 2022-11-23T02:11:01.8750238Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hooks.TestHooks-20221123021046.xml 2022-11-23T02:11:01.8750485Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignorable_args.TestIgnorableArgs-20221123021046.xml 2022-11-23T02:11:01.8750764Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221123021046.xml 2022-11-23T02:11:01.8751073Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221123021046.xml 2022-11-23T02:11:01.8751318Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_isinstance.TestIsinstance-20221123021046.xml 2022-11-23T02:11:01.8751510Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJit-20221123021046.xml 2022-11-23T02:11:01.8751746Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJitGeneratedModule-20221123021046.xml 2022-11-23T02:11:01.8751974Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_jit_utils.TestJitUtils-20221123021046.xml 2022-11-23T02:11:01.8752191Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestList-20221123021046.xml 2022-11-23T02:11:01.8752418Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_logging.TestLogging-20221123021046.xml 2022-11-23T02:11:01.8752623Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_misc.TestMisc-20221123021046.xml 2022-11-23T02:11:01.8752880Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestMixTracingScripting-20221123021046.xml 2022-11-23T02:11:01.8753090Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_models.TestModels-20221123021046.xml 2022-11-23T02:11:01.8753369Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_apis.TestModuleAPIs-20221123021046.xml 2022-11-23T02:11:01.8753637Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_containers.TestModuleContainers-20221123021046.xml 2022-11-23T02:11:01.8753897Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_interface.TestModuleInterface-20221123021046.xml 2022-11-23T02:11:01.8754127Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_modules.TestModules-20221123021046.xml 2022-11-23T02:11:01.8754357Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestNamedTuple-20221123021046.xml 2022-11-23T02:11:01.8754600Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backend_nnapi.TestNnapiBackend-20221123021046.xml 2022-11-23T02:11:01.8754874Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_op_decompositions.TestOpDecompositions-20221123021046.xml 2022-11-23T02:11:01.8755209Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221123021046.xml 2022-11-23T02:11:01.8755524Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_parametrization.TestParametrization-20221123021046.xml 2022-11-23T02:11:01.8755762Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_peephole.TestPeephole-20221123021046.xml 2022-11-23T02:11:01.8755986Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestProducerVersion-20221123021046.xml 2022-11-23T02:11:01.8756239Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_bindings.TestPythonBindings-20221123021046.xml 2022-11-23T02:11:01.8756501Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221123021046.xml 2022-11-23T02:11:01.8756730Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_ir.TestPythonIr-20221123021046.xml 2022-11-23T02:11:01.8756989Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_recursive_script.TestRecursiveScript-20221123021046.xml 2022-11-23T02:11:01.8757245Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_remove_mutation.TestRemoveMutation-20221123021046.xml 2022-11-23T02:11:01.8757469Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoad-20221123021046.xml 2022-11-23T02:11:01.8757722Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221123021046.xml 2022-11-23T02:11:01.8758002Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221123021046.xml 2022-11-23T02:11:01.8758199Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestScript-20221123021046.xml 2022-11-23T02:11:01.8758431Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptDict-20221123021046.xml 2022-11-23T02:11:01.8758653Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptList-20221123021046.xml 2022-11-23T02:11:01.8758998Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221123021046.xml 2022-11-23T02:11:01.8759253Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_script_profile.TestScriptProfile-20221123021046.xml 2022-11-23T02:11:01.8759466Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_slice.TestSlice-20221123021046.xml 2022-11-23T02:11:01.8759689Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_sparse.TestSparse-20221123021046.xml 2022-11-23T02:11:01.8759960Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_string_formatting.TestStringFormatting-20221123021046.xml 2022-11-23T02:11:01.8760250Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestTensorBuiltins-20221123021046.xml 2022-11-23T02:11:01.8760503Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221123021046.xml 2022-11-23T02:11:01.8761880Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_methods.TestTensorMethods-20221123021046.xml 2022-11-23T02:11:01.8762616Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_torchbind.TestTorchbind-20221123021046.xml 2022-11-23T02:11:01.8762837Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestTracer-20221123021046.xml 2022-11-23T02:11:01.8763082Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_type_sharing.TestTypeSharing-20221123021046.xml 2022-11-23T02:11:01.8763337Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_types.TestTypesAndAnnotation-20221123021046.xml 2022-11-23T02:11:01.8763559Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_typing.TestTyping-20221123021046.xml 2022-11-23T02:11:01.8763852Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_union.TestUnion-20221123021046.xml 2022-11-23T02:11:01.8764109Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221123021046.xml 2022-11-23T02:11:01.8764347Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_upgraders.TestUpgraders-20221123021046.xml 2022-11-23T02:11:01.8764557Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_warn.TestWarn-20221123021046.xml 2022-11-23T02:11:01.8764769Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_with.TestWith-20221123021046.xml 2022-11-23T02:11:01.8764781Z 2022-11-23T02:11:01.8765178Z ##[endgroup] 2022-11-23T02:11:01.8765405Z FINISHED PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_5u695yqn) 2022-11-23T02:11:01.8765412Z 2022-11-23T02:11:04.5980198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:04.5980920Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:04.5981262Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:04.7493811Z Running test_jit_autocast ... [2022-11-23 02:11:04.748407] 2022-11-23T02:11:04.7499117Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:11:04.748407] 2022-11-23T02:11:04.7500911Z Ignoring disabled issues: [] 2022-11-23T02:11:09.1255942Z 2022-11-23T02:11:09.1256573Z Expand the folded group to see the log file of test_jit_autocast 2022-11-23T02:11:09.1257314Z ##[group]PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_rkdiy2bq) 2022-11-23T02:11:09.1258377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:09.1259331Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:09.1259842Z CUDA not available, skipping tests 2022-11-23T02:11:09.1260235Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T02:11:09.1260606Z 2022-11-23T02:11:09.1260701Z Running tests... 2022-11-23T02:11:09.1261053Z ---------------------------------------------------------------------- 2022-11-23T02:11:09.1261517Z Test results will be stored in test-reports\python-unittest\test_jit_autocast 2022-11-23T02:11:09.1262324Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1262893Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.003s) 2022-11-23T02:11:09.1263364Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1265008Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.000s) 2022-11-23T02:11:09.1265634Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1266217Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1266758Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1267242Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.006s) 2022-11-23T02:11:09.1267932Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1268477Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1269120Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.000s) 2022-11-23T02:11:09.1269680Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1270232Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1270752Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1271252Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1271764Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1272241Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1272755Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1273277Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1273800Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.010s) 2022-11-23T02:11:09.1274490Z test_ignore_amp (__main__.TestAutocast) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:09.1275175Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:11:09.1275673Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:11:09.1276386Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:09.1277075Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:11:09.1277641Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:11:09.1278211Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T02:11:09.1278744Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T02:11:09.1279267Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T02:11:09.1279798Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-11-23T02:11:09.1280287Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:11:09.1281791Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:11:09.1282283Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:11:09.1282759Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T02:11:09.1283290Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:11:09.1283790Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:11:09.1284312Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:11:09.1284840Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.002s) 2022-11-23T02:11:09.1285394Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1285930Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T02:11:09.1286476Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1287096Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.003s) 2022-11-23T02:11:09.1287701Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1288385Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1289017Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.000s) 2022-11-23T02:11:09.1289833Z test_cat_promote (__main__.TestJitTraceAutocast) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:09.1290840Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:09.1291849Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:09.1292822Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:09.1293726Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:09.1294470Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:11:09.1295276Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:09.1296229Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:09.1296708Z 2022-11-23T02:11:09.1296967Z ---------------------------------------------------------------------- 2022-11-23T02:11:09.1297383Z Ran 53 tests in 0.063s 2022-11-23T02:11:09.1297565Z 2022-11-23T02:11:09.1297687Z OK (skipped=53) 2022-11-23T02:11:09.1297858Z 2022-11-23T02:11:09.1297997Z Generating XML reports... 2022-11-23T02:11:09.1298539Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestAutocast-20221123021108.xml 2022-11-23T02:11:09.1299326Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestJitTraceAutocast-20221123021108.xml 2022-11-23T02:11:09.1299763Z 2022-11-23T02:11:09.1300211Z ##[endgroup] 2022-11-23T02:11:09.1300789Z FINISHED PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_rkdiy2bq) 2022-11-23T02:11:09.1301379Z 2022-11-23T02:11:12.4139242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:12.4140458Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:12.4141061Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:12.5911295Z Running test_jit_fuser_te ... [2022-11-23 02:11:12.581664] 2022-11-23T02:11:12.5916367Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:11:12.581664] 2022-11-23T02:11:12.5917954Z Ignoring disabled issues: [] 2022-11-23T02:11:17.7392133Z 2022-11-23T02:11:17.7392617Z Expand the folded group to see the log file of test_jit_fuser_te 2022-11-23T02:11:17.7393331Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_bj1fpkmq) 2022-11-23T02:11:17.7396680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:17.7397633Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:17.7398096Z CUDA not available, skipping tests 2022-11-23T02:11:17.7398495Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T02:11:17.7398768Z 2022-11-23T02:11:17.7398877Z Running tests... 2022-11-23T02:11:17.7399216Z ---------------------------------------------------------------------- 2022-11-23T02:11:17.7399614Z Test results will be stored in test-reports\python-unittest\test_jit_fuser_te 2022-11-23T02:11:17.7400093Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7400636Z test_abs (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7401167Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7401694Z test_add_bool (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7402214Z test_addcmul (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7402752Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7403269Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-11-23T02:11:17.7403738Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-11-23T02:11:17.7404203Z test_batch_norm (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7404731Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7405357Z test_binary_ops (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7405883Z test_binary_pow (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7406409Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:17.7406904Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:11:17.7407395Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7407924Z test_broadcast (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7408503Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7409068Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:17.7409507Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T02:11:17.7410004Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7410594Z test_chunk (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7411120Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7411662Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7412219Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7412761Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7413289Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7413815Z test_clamp (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7414335Z test_clamp_double (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7414846Z test_clamp_int (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7415408Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7415984Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7416582Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7417137Z test_concat (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7417658Z test_concat_invariant (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7418199Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7418725Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7419178Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-11-23T02:11:17.7419549Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T02:11:17.7420015Z test_dims (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7420529Z test_disabled (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7421078Z test_div_bool (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7421629Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7422163Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:17.7422699Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7423220Z test_erf (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7423754Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7424281Z test_exp (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7424720Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:11:17.7425152Z test_gelu (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7425681Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7426214Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7426750Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7427407Z test_isnan (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7427886Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:11:17.7428336Z test_lerp (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7428826Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-11-23T02:11:17.7429315Z test_lstm (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7429830Z test_lstm_concat (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7430357Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7430936Z test_lstm_traced (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7431371Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-11-23T02:11:17.7431815Z test_matmul (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7432317Z test_milstm (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7432870Z test_minmax (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7433420Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7433940Z test_mul_bool (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7434454Z test_neg_pow (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7434892Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-11-23T02:11:17.7435318Z test_nop (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7435834Z test_profiler (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7436269Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:11:17.7436621Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:11:17.7436965Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:11:17.7437399Z test_relu (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7437913Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7438456Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7439082Z test_scalar (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7439634Z test_scalar_arg (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7440160Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7440687Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7441218Z test_small_constant (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7441738Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7442774Z test_sum_dim (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7443365Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7443890Z test_sum_simple (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7444410Z test_superslomo (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7444981Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:17.7445559Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7446073Z test_ternary_ops (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7446600Z test_threshold (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7447122Z test_to_device (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:17.7447567Z test_to_dtype (__main__.TestTEFuserDynamic) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:11:17.7448020Z test_torch_to (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7448540Z test_type_as_cat (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7449061Z test_typecheck (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7449534Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:11:17.7450011Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:17.7450726Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7451303Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7451848Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7452391Z test_where_and_typing (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7452915Z test_where_ops (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7453444Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7454032Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:17.7454596Z test_abs (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7455115Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7455647Z test_add_bool (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7456164Z test_addcmul (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7456742Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7457236Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-11-23T02:11:17.7457635Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-11-23T02:11:17.7458092Z test_batch_norm (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:17.7458615Z test_binary_div_ops (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7459138Z test_binary_ops (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7459651Z test_binary_pow (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7460168Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:11:17.7460657Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:11:17.7461145Z test_bitwise_ops (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:17.7461704Z test_broadcast (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7462265Z test_cat_2k_args (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7462821Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7463270Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T02:11:17.7463725Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7464243Z test_chunk (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7464793Z test_chunk_correctness (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7465370Z test_chunk_distributes (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7465918Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7466458Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7466976Z test_chunk_multiple (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7467480Z test_clamp (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:17.7468037Z test_clamp_double (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7468592Z test_clamp_int (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7469117Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7469650Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:17.7470225Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7470749Z test_concat (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7471272Z test_concat_invariant (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.007s) 2022-11-23T02:11:17.7471805Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7472325Z test_conv2d (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7472820Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-11-23T02:11:17.7473185Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T02:11:17.7473601Z test_dims (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7474153Z test_disabled (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7474704Z test_div_bool (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7475216Z test_dynamic_cat (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7475742Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:17.7476324Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7476847Z test_erf (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7477377Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7477903Z test_exp (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7478331Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:11:17.7478771Z test_gelu (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7479282Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7479855Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7480434Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7480959Z test_isnan (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7481394Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:11:17.7481841Z test_lerp (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7482324Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-11-23T02:11:17.7482802Z test_lstm (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7483315Z test_lstm_concat (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7483892Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7484410Z test_lstm_traced (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7484834Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.002s) 2022-11-23T02:11:17.7485270Z test_matmul (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:17.7485815Z test_milstm (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7486353Z test_minmax (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7486874Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7487439Z test_mul_bool (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:17.7487948Z test_neg_pow (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7488384Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.000s) 2022-11-23T02:11:17.7488806Z test_nop (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7489313Z test_profiler (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7489750Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T02:11:17.7490104Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T02:11:17.7490519Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T02:11:17.7490951Z test_relu (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7491504Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7492074Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:17.7492615Z test_scalar (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7493116Z test_scalar_arg (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7493644Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:17.7494177Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7494701Z test_small_constant (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7495276Z test_sub_gt_and (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7495785Z test_sum_dim (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7496302Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7496827Z test_sum_simple (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:17.7497378Z test_superslomo (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.008s) 2022-11-23T02:11:17.7497950Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7498531Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7499044Z test_ternary_ops (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7499562Z test_threshold (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7500072Z test_to_device (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7500510Z test_to_dtype (__main__.TestTEFuserStatic) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:11:17.7500953Z test_torch_to (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:11:17.7501469Z test_type_as_cat (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7501984Z test_typecheck (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7502446Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:11:17.7502916Z test_unrolled_cat (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7503500Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7504073Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7504613Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7505147Z test_where_and_typing (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7505671Z test_where_ops (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7506240Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:17.7506773Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:17.7507055Z 2022-11-23T02:11:17.7507207Z ---------------------------------------------------------------------- 2022-11-23T02:11:17.7507459Z Ran 207 tests in 0.297s 2022-11-23T02:11:17.7507576Z 2022-11-23T02:11:17.7507653Z OK (skipped=207) 2022-11-23T02:11:17.7507764Z 2022-11-23T02:11:17.7507840Z Generating XML reports... 2022-11-23T02:11:17.7508227Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-jit.test_fuser_common.TestFuserCommon-20221123021116.xml 2022-11-23T02:11:17.7508735Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserDynamic-20221123021116.xml 2022-11-23T02:11:17.7509250Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserStatic-20221123021116.xml 2022-11-23T02:11:17.7509537Z 2022-11-23T02:11:17.7509879Z ##[endgroup] 2022-11-23T02:11:17.7510283Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_bj1fpkmq) 2022-11-23T02:11:17.7510542Z 2022-11-23T02:11:20.6310526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:20.6311333Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:20.6311696Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:20.7912512Z Running test_jit_llga_fuser ... [2022-11-23 02:11:20.790718] 2022-11-23T02:11:20.7918145Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:11:20.791326] 2022-11-23T02:11:20.7919885Z Ignoring disabled issues: [] 2022-11-23T02:11:24.0381574Z 2022-11-23T02:11:24.0382178Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-11-23T02:11:24.0382971Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_llga_fuser_grwb2qx8) 2022-11-23T02:11:24.0384751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:24.0385600Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:24.0385755Z 2022-11-23T02:11:24.0385833Z Running tests... 2022-11-23T02:11:24.0386103Z ---------------------------------------------------------------------- 2022-11-23T02:11:24.0386510Z test_dynamo_aot_ts_onednn (__main__.TestDynamoAOT) ... Test results will be stored in test-reports\python-unittest\test_jit_llga_fuser 2022-11-23T02:11:24.0386839Z skip: MKL-DNN build is disabled (0.000s) 2022-11-23T02:11:24.0387169Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T02:11:24.0387571Z test_vision_alexnet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0388120Z test_vision_alexnet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0388520Z test_vision_densenet121_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0388924Z test_vision_densenet121_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0389321Z test_vision_densenet161_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0389700Z test_vision_densenet161_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0390099Z test_vision_densenet169_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0390525Z test_vision_densenet169_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0390920Z test_vision_densenet201_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0391308Z test_vision_densenet201_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0391800Z test_vision_efficientnet_b0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0392212Z test_vision_efficientnet_b0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0392676Z test_vision_efficientnet_b1_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0393083Z test_vision_efficientnet_b1_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0393489Z test_vision_efficientnet_b2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0393874Z test_vision_efficientnet_b2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0394278Z test_vision_efficientnet_b3_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0394681Z test_vision_efficientnet_b3_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0395089Z test_vision_efficientnet_b4_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0395487Z test_vision_efficientnet_b4_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0395892Z test_vision_efficientnet_b5_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0396295Z test_vision_efficientnet_b5_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0396694Z test_vision_efficientnet_b6_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0397080Z test_vision_efficientnet_b6_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0397477Z test_vision_efficientnet_b7_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0397883Z test_vision_efficientnet_b7_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0398279Z test_vision_googlenet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0398737Z test_vision_googlenet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0399130Z test_vision_mnasnet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0399525Z test_vision_mnasnet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0399919Z test_vision_mobilenet_v2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0400315Z test_vision_mobilenet_v2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0400705Z test_vision_mobilenet_v3_large_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0401116Z test_vision_mobilenet_v3_large_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0401517Z test_vision_regnet_y_400mf_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0401958Z test_vision_regnet_y_400mf_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0402357Z test_vision_resnet50_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0402751Z test_vision_resnet50_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0403146Z test_vision_resnext101_32x8d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0403543Z test_vision_resnext101_32x8d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0403933Z test_vision_resnext50_32x4d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0404328Z test_vision_resnext50_32x4d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0404731Z test_vision_shufflenet_v2_x1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0405134Z test_vision_shufflenet_v2_x1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0405535Z test_vision_squeezenet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0405938Z test_vision_squeezenet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0406335Z test_vision_vgg16_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:11:24.0406718Z test_vision_vgg16_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0407100Z test_vision_wide_resnet50_2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0407497Z test_vision_wide_resnet50_2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:11:24.0407709Z 2022-11-23T02:11:24.0407863Z ---------------------------------------------------------------------- 2022-11-23T02:11:24.0408114Z Ran 52 tests in 0.031s 2022-11-23T02:11:24.0408230Z 2022-11-23T02:11:24.0408303Z OK (skipped=52) 2022-11-23T02:11:24.0408413Z 2022-11-23T02:11:24.0408501Z Generating XML reports... 2022-11-23T02:11:24.0408911Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestDynamoAOT-20221123021123.xml 2022-11-23T02:11:24.0409405Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestEnableDisableLlgaFuser-20221123021123.xml 2022-11-23T02:11:24.0409888Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestModel-20221123021123.xml 2022-11-23T02:11:24.0410124Z 2022-11-23T02:11:24.0410524Z ##[endgroup] 2022-11-23T02:11:24.0410881Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_llga_fuser_grwb2qx8) 2022-11-23T02:11:24.0411140Z 2022-11-23T02:11:27.1169651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:27.1179488Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:27.1181725Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:27.2767300Z Running test_jiterator ... [2022-11-23 02:11:27.276427] 2022-11-23T02:11:27.2772973Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:11:27.277042] 2022-11-23T02:11:27.2774447Z Ignoring disabled issues: [] 2022-11-23T02:11:30.6254866Z 2022-11-23T02:11:30.6255450Z Expand the folded group to see the log file of test_jiterator 2022-11-23T02:11:30.6256612Z ##[group]PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_h5a_l8qw) 2022-11-23T02:11:30.6258081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:30.6259289Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:30.6259680Z CUDA not available, skipping tests 2022-11-23T02:11:30.6259898Z 2022-11-23T02:11:30.6260019Z Running tests... 2022-11-23T02:11:30.6260471Z ---------------------------------------------------------------------- 2022-11-23T02:11:30.6260775Z 2022-11-23T02:11:30.6261027Z ---------------------------------------------------------------------- 2022-11-23T02:11:30.6261443Z Ran 0 tests in 0.000s 2022-11-23T02:11:30.6261618Z 2022-11-23T02:11:30.6261713Z OK 2022-11-23T02:11:30.6261870Z 2022-11-23T02:11:30.6262018Z Generating XML reports... 2022-11-23T02:11:30.6262518Z Test results will be stored in test-reports\python-unittest\test_jiterator 2022-11-23T02:11:30.6262854Z 2022-11-23T02:11:30.6263285Z ##[endgroup] 2022-11-23T02:11:30.6263904Z FINISHED PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_h5a_l8qw) 2022-11-23T02:11:30.6264368Z 2022-11-23T02:11:33.7706323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:33.7707121Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:33.9195108Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:33.9195651Z Running test_license ... [2022-11-23 02:11:33.918850] 2022-11-23T02:11:33.9200466Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:11:33.919449] 2022-11-23T02:11:33.9201704Z Ignoring disabled issues: [] 2022-11-23T02:11:36.3699523Z 2022-11-23T02:11:36.3700226Z Expand the folded group to see the log file of test_license 2022-11-23T02:11:36.3701016Z ##[group]PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_bhh1onbe) 2022-11-23T02:11:36.3701891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:36.3702566Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:36.3702713Z 2022-11-23T02:11:36.3702788Z Running tests... 2022-11-23T02:11:36.3703046Z ---------------------------------------------------------------------- 2022-11-23T02:11:36.3703360Z Test results will be stored in test-reports\python-unittest\test_license 2022-11-23T02:11:36.3703813Z test_distinfo_license (__main__.TestLicense) 2022-11-23T02:11:36.3704167Z If run when pytorch is installed via a wheel, the license will be in ... skip: no installation in site-package to test (0.010s) 2022-11-23T02:11:36.3704559Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-11-23T02:11:36.3704754Z 2022-11-23T02:11:36.3704901Z ---------------------------------------------------------------------- 2022-11-23T02:11:36.3705193Z Ran 2 tests in 0.015s 2022-11-23T02:11:36.3705307Z 2022-11-23T02:11:36.3705366Z OK (skipped=2) 2022-11-23T02:11:36.3705476Z 2022-11-23T02:11:36.3705565Z Generating XML reports... 2022-11-23T02:11:36.3705945Z Generated XML report: test-reports\python-unittest\test_license\TEST-TestLicense-20221123021136.xml 2022-11-23T02:11:36.3706179Z 2022-11-23T02:11:36.3706407Z ##[endgroup] 2022-11-23T02:11:36.3706745Z FINISHED PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_bhh1onbe) 2022-11-23T02:11:36.3706990Z 2022-11-23T02:11:39.2462720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:39.2463938Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:39.2464506Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:39.3983810Z Running test_logging ... [2022-11-23 02:11:39.398131] 2022-11-23T02:11:39.3988715Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:11:39.398722] 2022-11-23T02:11:39.3990807Z Ignoring disabled issues: [] 2022-11-23T02:11:42.5554264Z 2022-11-23T02:11:42.5554710Z Expand the folded group to see the log file of test_logging 2022-11-23T02:11:42.5555585Z ##[group]PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_tvyfpz_n) 2022-11-23T02:11:42.5556451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:42.5557816Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:42.5557966Z 2022-11-23T02:11:42.5558038Z Running tests... 2022-11-23T02:11:42.5558279Z ---------------------------------------------------------------------- 2022-11-23T02:11:42.5558616Z Test results will be stored in test-reports\python-unittest\test_logging 2022-11-23T02:11:42.5558896Z testApiUsage (__main__.LoggingTest) 2022-11-23T02:11:42.5559312Z This test verifies that api usage logging is not triggered via static ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.476s) 2022-11-23T02:11:42.5559603Z 2022-11-23T02:11:42.5559753Z ---------------------------------------------------------------------- 2022-11-23T02:11:42.5559994Z Ran 1 test in 0.484s 2022-11-23T02:11:42.5560108Z 2022-11-23T02:11:42.5560178Z OK (skipped=1) 2022-11-23T02:11:42.5560275Z 2022-11-23T02:11:42.5560363Z Generating XML reports... 2022-11-23T02:11:42.5560698Z Generated XML report: test-reports\python-unittest\test_logging\TEST-LoggingTest-20221123021141.xml 2022-11-23T02:11:42.5560932Z 2022-11-23T02:11:42.5561172Z ##[endgroup] 2022-11-23T02:11:42.5561618Z FINISHED PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_tvyfpz_n) 2022-11-23T02:11:42.5561870Z 2022-11-23T02:11:45.7125951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:45.7126759Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:45.7127117Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:45.8754149Z Running test_masked ... [2022-11-23 02:11:45.874696] 2022-11-23T02:11:45.8759935Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:11:45.875304] 2022-11-23T02:11:45.8762205Z Ignoring disabled issues: [] 2022-11-23T02:11:50.3878879Z 2022-11-23T02:11:50.3879677Z Expand the folded group to see the log file of test_masked 2022-11-23T02:11:50.3880712Z ##[group]PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_00eq3ev9) 2022-11-23T02:11:50.3881939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:50.3882940Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:50.3883174Z 2022-11-23T02:11:50.3883287Z Running tests... 2022-11-23T02:11:50.3883705Z ---------------------------------------------------------------------- 2022-11-23T02:11:50.3883990Z 2022-11-23T02:11:50.3884263Z ---------------------------------------------------------------------- 2022-11-23T02:11:50.3884683Z Ran 0 tests in 0.000s 2022-11-23T02:11:50.3884871Z 2022-11-23T02:11:50.3884982Z OK 2022-11-23T02:11:50.3885133Z 2022-11-23T02:11:50.3885284Z Generating XML reports... 2022-11-23T02:11:50.3885713Z Test results will be stored in test-reports\python-unittest\test_masked 2022-11-23T02:11:50.3885996Z 2022-11-23T02:11:50.3886357Z ##[endgroup] 2022-11-23T02:11:50.3886873Z FINISHED PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_00eq3ev9) 2022-11-23T02:11:50.3887458Z 2022-11-23T02:11:53.3884695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:53.3885420Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:53.3885756Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:53.5391254Z Running test_maskedtensor ... [2022-11-23 02:11:53.538472] 2022-11-23T02:11:53.5396117Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:11:53.539075] 2022-11-23T02:11:53.5397760Z Ignoring disabled issues: [] 2022-11-23T02:11:57.7422360Z 2022-11-23T02:11:57.7422961Z Expand the folded group to see the log file of test_maskedtensor 2022-11-23T02:11:57.7423704Z ##[group]PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_m5nckepo) 2022-11-23T02:11:57.7427466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:57.7428504Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:57.7428883Z 2022-11-23T02:11:57.7429015Z Running tests... 2022-11-23T02:11:57.7429428Z ---------------------------------------------------------------------- 2022-11-23T02:11:57.7429945Z Test results will be stored in test-reports\python-unittest\test_maskedtensor 2022-11-23T02:11:57.7430626Z test_binary_fn_aten_add (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7431559Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7432347Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7433115Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7433916Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7434721Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7435537Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7436364Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7437146Z test_binary_fn_aten_div (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7437952Z test_binary_fn_aten_divide (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:57.7438868Z test_binary_fn_aten_eq (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7439653Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7440445Z test_binary_fn_aten_fmax (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7441227Z test_binary_fn_aten_fmin (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7441992Z test_binary_fn_aten_fmod (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:57.7442771Z test_binary_fn_aten_ge (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7443636Z test_binary_fn_aten_greater (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7444456Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7445258Z test_binary_fn_aten_gt (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7446026Z test_binary_fn_aten_le (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:57.7446797Z test_binary_fn_aten_less (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7447576Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7448388Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7449292Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7450086Z test_binary_fn_aten_lt (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:57.7450917Z test_binary_fn_aten_maximum (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7451771Z test_binary_fn_aten_minimum (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7452554Z test_binary_fn_aten_mul (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7453329Z test_binary_fn_aten_multiply (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7454097Z test_binary_fn_aten_ne (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:57.7455004Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7455816Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7456596Z test_binary_fn_aten_remainder (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:57.7457379Z test_binary_fn_aten_sub (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7458188Z test_binary_fn_aten_subtract (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7458981Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7459767Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7460636Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:57.7461457Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7462277Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7463108Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7463959Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7464791Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7465622Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7466415Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7467220Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7468025Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7468846Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:57.7469637Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7470425Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7471305Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7472135Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7472950Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7473720Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7474499Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7475307Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7476187Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7476976Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7477767Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7478560Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7479344Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7480155Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7480961Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7481766Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7482565Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7483387Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7484198Z test_masks_match_fn_name_add (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7484976Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7485729Z test_all (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7486470Z test_amax (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7487318Z test_amax_grad (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7488066Z test_amin (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7488918Z test_amin_grad (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7489697Z test_grad_dtype (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7490478Z test_max_not_implemented (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7491245Z test_mean (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7493085Z test_mean_dim_grad (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7493693Z test_mean_grad_case_1a (__main__.TestReductions) 2022-11-23T02:11:57.7494279Z values.requires_grad = True ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7494839Z test_mean_grad_case_1b (__main__.TestReductions) 2022-11-23T02:11:57.7495411Z values.requires_grad = False ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7495968Z test_mean_grad_case_1c (__main__.TestReductions) 2022-11-23T02:11:57.7496560Z values.requires_grad = True ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7497108Z test_mean_grad_case_1d (__main__.TestReductions) 2022-11-23T02:11:57.7497680Z values.requires_grad = False ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:57.7498238Z test_mean_grad_case_1e (__main__.TestReductions) 2022-11-23T02:11:57.7498815Z values.requires_grad = True ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7499347Z test_mean_grad_case_1f (__main__.TestReductions) 2022-11-23T02:11:57.7499925Z values.requires_grad = False ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7500678Z test_prod (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:57.7501432Z test_prod_grad (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7502183Z test_sum (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7502942Z test_sum_grad (__main__.TestReductions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7503708Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7504494Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:57.7505394Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7506186Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7506960Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7507752Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7508534Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7509322Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7510179Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7510970Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7511750Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7512549Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7513329Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:57.7514112Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7514894Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7515678Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7516474Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7517268Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7518071Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7518865Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7519650Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7520445Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7521320Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:11:57.7522110Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7522895Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7523707Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7524495Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7525270Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7526135Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7526926Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7527711Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7528491Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7529366Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7530158Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:11:57.7530953Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7531731Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7532487Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7533245Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7533993Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7534765Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7535533Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7536302Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7537163Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7537941Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7538712Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7539500Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7540263Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7541030Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7541894Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7542691Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7543456Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7544225Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7545000Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7545761Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7546524Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7547284Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7548047Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7548830Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7549596Z test_unary_fn_aten_abs (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7550364Z test_unary_fn_aten_absolute (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7551133Z test_unary_fn_aten_acos (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7551954Z test_unary_fn_aten_acosh (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7552867Z test_unary_fn_aten_angle (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7553649Z test_unary_fn_aten_arccos (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7554414Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7555168Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7555921Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7556688Z test_unary_fn_aten_arctan (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7557534Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7558331Z test_unary_fn_aten_asin (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7559119Z test_unary_fn_aten_asinh (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7559872Z test_unary_fn_aten_atan (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7560616Z test_unary_fn_aten_atanh (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7561383Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7562139Z test_unary_fn_aten_ceil (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7562899Z test_unary_fn_aten_clamp (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:11:57.7563658Z test_unary_fn_aten_clip (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7564478Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7565303Z test_unary_fn_aten_cos (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:11:57.7566153Z test_unary_fn_aten_cosh (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7566913Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7567687Z test_unary_fn_aten_digamma (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7568538Z test_unary_fn_aten_erf (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7569354Z test_unary_fn_aten_erfc (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:11:57.7570135Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:11:57.7570934Z test_unary_fn_aten_exp (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7571699Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7572456Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7573206Z test_unary_fn_aten_fix (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7574031Z test_unary_fn_aten_floor (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7574789Z test_unary_fn_aten_frac (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7575528Z test_unary_fn_aten_i0 (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7576345Z test_unary_fn_aten_isnan (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7577123Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7577890Z test_unary_fn_aten_log (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7578628Z test_unary_fn_aten_log10 (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7579393Z test_unary_fn_aten_log1p (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7580150Z test_unary_fn_aten_log2 (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7580911Z test_unary_fn_aten_logit (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7581717Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7582510Z test_unary_fn_aten_neg (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7583273Z test_unary_fn_aten_negative (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7584065Z test_unary_fn_aten_positive (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7584916Z test_unary_fn_aten_pow (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7585671Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7586437Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7587187Z test_unary_fn_aten_round (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7587989Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7588794Z test_unary_fn_aten_sgn (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7589563Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7590417Z test_unary_fn_aten_sign (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7591183Z test_unary_fn_aten_signbit (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7591938Z test_unary_fn_aten_sin (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7592683Z test_unary_fn_aten_sinc (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7593438Z test_unary_fn_aten_sinh (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7594225Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7613107Z test_unary_fn_aten_square (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7614002Z test_unary_fn_aten_tan (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7614787Z test_unary_fn_aten_tanh (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7615576Z test_unary_fn_aten_trunc (__main__.TestUnary) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:11:57.7615975Z 2022-11-23T02:11:57.7616223Z ---------------------------------------------------------------------- 2022-11-23T02:11:57.7616623Z Ran 207 tests in 0.218s 2022-11-23T02:11:57.7616821Z 2022-11-23T02:11:57.7616967Z OK (skipped=207) 2022-11-23T02:11:57.7617159Z 2022-11-23T02:11:57.7617312Z Generating XML reports... 2022-11-23T02:11:57.7617837Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestBinary-20221123021156.xml 2022-11-23T02:11:57.7618602Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestReductions-20221123021156.xml 2022-11-23T02:11:57.7619351Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestUnary-20221123021156.xml 2022-11-23T02:11:57.7619919Z 2022-11-23T02:11:57.7620422Z ##[endgroup] 2022-11-23T02:11:57.7620976Z FINISHED PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_m5nckepo) 2022-11-23T02:11:57.7621381Z 2022-11-23T02:12:00.8019958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:00.8020686Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:00.8021032Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:00.9744798Z Running test_matmul_cuda ... [2022-11-23 02:12:00.973894] 2022-11-23T02:12:00.9750953Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_matmul_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:00.974510] 2022-11-23T02:12:00.9752733Z Ignoring disabled issues: [] 2022-11-23T02:12:04.3260863Z 2022-11-23T02:12:04.3261686Z Expand the folded group to see the log file of test_matmul_cuda 2022-11-23T02:12:04.3262556Z ##[group]PRINTING LOG FILE of test_matmul_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_matmul_cuda_5j0v3jqi) 2022-11-23T02:12:04.3263379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:04.3264058Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:04.3264253Z 2022-11-23T02:12:04.3264392Z Running tests... 2022-11-23T02:12:04.3264850Z ---------------------------------------------------------------------- 2022-11-23T02:12:04.3265158Z 2022-11-23T02:12:04.3265360Z ---------------------------------------------------------------------- 2022-11-23T02:12:04.3265613Z Ran 0 tests in 0.000s 2022-11-23T02:12:04.3265733Z 2022-11-23T02:12:04.3265796Z OK 2022-11-23T02:12:04.3265891Z 2022-11-23T02:12:04.3265983Z Generating XML reports... 2022-11-23T02:12:04.3266257Z Test results will be stored in test-reports\python-unittest\test_matmul_cuda 2022-11-23T02:12:04.3266448Z 2022-11-23T02:12:04.3266678Z ##[endgroup] 2022-11-23T02:12:04.3267032Z FINISHED PRINTING LOG FILE of test_matmul_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_matmul_cuda_5j0v3jqi) 2022-11-23T02:12:04.3267292Z 2022-11-23T02:12:07.4341762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4342616Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4342964Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:07.4662577Z 2022-11-23T02:12:07.4663366Z Expand the folded group to see the log file of test_dataloader 2022-11-23T02:12:07.4664082Z ##[group]PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_mjd2a60y) 2022-11-23T02:12:07.4684651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4685780Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4686026Z 2022-11-23T02:12:07.4686117Z Running tests... 2022-11-23T02:12:07.4686478Z ---------------------------------------------------------------------- 2022-11-23T02:12:07.4686963Z Test results will be stored in test-reports\python-unittest\test_dataloader 2022-11-23T02:12:07.4687445Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-11-23T02:12:07.4688042Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:12:07.4688886Z test_add_dataset (__main__.TestConcatDataset) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.409s) 2022-11-23T02:12:07.4689669Z test_concat_raises_index_error (__main__.TestConcatDataset) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4690555Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4691321Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4692085Z test_concat_two_singletons (__main__.TestConcatDataset) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4692815Z test_iterable_dataset_err (__main__.TestConcatDataset) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4693416Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Needs fork (0.000s) 2022-11-23T02:12:07.4694021Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:12:07.4700248Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:12:07.4700962Z test_batch_sampler (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4701566Z test_builtin_collection_conversion (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4702721Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4703204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4703631Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4704383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4705050Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4705451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4705832Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4706393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4706811Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4707545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4708201Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4708598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4708989Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4709406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4709795Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4710594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4711261Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4711659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4712052Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4712468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4712882Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4713606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4714243Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4714634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4715011Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4715424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4715838Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4716566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4717223Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4717614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4718055Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4718468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4718860Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4719582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4720237Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4720631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4721024Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4721433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4721841Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4722598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4723242Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4723635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4724017Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4724437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4724852Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4725582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4726230Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4726444Z ok (19.160s) 2022-11-23T02:12:07.4726816Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4727368Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4727915Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:12:07.4728566Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4729184Z test_default_collate_dtype (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4729745Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4730874Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4731449Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4732027Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4732595Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4733167Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4733792Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4734372Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4734942Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4735510Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4736030Z test_error (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4736553Z test_error_in_init (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4737073Z test_error_workers (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4737611Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4738077Z test_fd_limit_exceeded (__main__.TestDataLoader) ... skip: No 'resource' module on Windows (0.001s) 2022-11-23T02:12:07.4738538Z test_get_worker_info (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4739068Z test_growing_dataset (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4739608Z test_invalid_assign_after_init (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4740165Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:12:07.4740720Z test_iterable_style_dataset (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:12:07.4741259Z test_iterabledataset_len (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.4741839Z test_large_sampler_indices (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4742359Z test_len (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4742892Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4743442Z test_multiple_dataloaders (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4744034Z test_multiprocessing_contexts (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4745943Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4746460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4746884Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4747315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4747694Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4748107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4748522Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4749257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4749937Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4750642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4751303Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4751706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4752105Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4752500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4752914Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4753635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4754339Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4754734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4755136Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4755554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4755973Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4756397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4756774Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4757191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4757610Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4758382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4759043Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4759437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4759824Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4760236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4760631Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4761369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4762033Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4762723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4763382Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4763778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4764173Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4764585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4764999Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4765725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4766434Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4766811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4767203Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4767618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4768032Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4768867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4769528Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4769922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4770318Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4770768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4771186Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4771908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4772556Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4772772Z ok (7.896s) 2022-11-23T02:12:07.4774061Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\graph_settings.py:78: UserWarning: `shuffle=True` was set, but the datapipe does not contain a `Shuffler`. Adding one at the end. Be aware that the default buffer size might not be sufficient for your task. 2022-11-23T02:12:07.4774612Z warnings.warn( 2022-11-23T02:12:07.4774986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4775386Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4775782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4776205Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4776938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4777588Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4777980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4778378Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4778790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4779263Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4779997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4780659Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4781036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4781435Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4781851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4782262Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4783029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4783684Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4784076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4784468Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4784857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4785269Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4785991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4786642Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4787036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4787424Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4787834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4788245Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4788967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4789620Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4789995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4790385Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4790795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4791256Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4791977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4792632Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4792845Z ok (7.519s) 2022-11-23T02:12:07.4793100Z test_no_segfault (__main__.TestDataLoader) ... skip: Needs fork (0.002s) 2022-11-23T02:12:07.4793509Z test_numpy (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4794040Z test_numpy_gen_state (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:12:07.4795002Z test_numpy_scalars (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4795409Z test_partial_workers (__main__.TestDataLoader) 2022-11-23T02:12:07.4795741Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.000s) 2022-11-23T02:12:07.4796061Z test_proper_exit (__main__.TestDataLoader) 2022-11-23T02:12:07.4796509Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:12:07.4797077Z test_random_sampler (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4797615Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4798207Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4798756Z test_sampler (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4799281Z test_sampler_reproducibility (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:12:07.4799818Z test_segfault (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4800351Z test_seqential_batch_workers (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4800909Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4801454Z test_sequential_batch (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4801994Z test_sequential_nonbatch (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4802437Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:12:07.4802948Z test_sequential_workers (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4803459Z test_shuffle (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4803984Z test_shuffle_batch (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4804513Z test_shuffle_batch_none (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4805099Z test_shuffle_batch_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4805555Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4805974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4806442Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4806865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4807247Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4807661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4808072Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4808571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4808971Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4809693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4810348Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4810751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4811159Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4811562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4811957Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4812370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4812787Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4813508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4814170Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4814910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4815568Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4816248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4816902Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4817098Z ok (2.756s) 2022-11-23T02:12:07.4817498Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4817960Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:12:07.4818473Z test_shuffle_reproducibility (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4819019Z test_shuffle_workers (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4819531Z test_timeout (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4820048Z test_typing (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4820566Z test_worker_init_fn (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4821094Z test_worker_seed (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4821619Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4822250Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4822729Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4823146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4823559Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4824285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4824950Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4825353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4825754Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4826228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4826620Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4827041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4827432Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4827847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4828265Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4828688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4829089Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4829486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4829896Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4830670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4831336Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4832029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4832670Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4833342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4833985Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4834377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4834771Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4835183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4835574Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4835997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4836389Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4836801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4837213Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4837936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4838635Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4839313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4839967Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4840344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4840742Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4841157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4841575Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4842337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4842985Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4843387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4843783Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4844195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4844597Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4846393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4847540Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4847762Z ok (5.643s) 2022-11-23T02:12:07.4848280Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4848786Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4849234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4849647Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4850359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4851007Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4851499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4851898Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4852323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4852739Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4853468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4854123Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4854517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4854911Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4855360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4855773Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4856490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4857131Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4857528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4857922Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4858338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4858754Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4859472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4860124Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4860516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4860907Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4861321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4861735Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4862456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4863161Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4863554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4863944Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4864342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4864755Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4865487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4866148Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4866544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4866942Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4867410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4867825Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4868531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4869191Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4869578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4869973Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4870388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4870801Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4871524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4872166Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4872376Z ok (19.306s) 2022-11-23T02:12:07.4872772Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4873397Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4874020Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4874641Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4875327Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4875956Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.4876571Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4877203Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.4877844Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4878533Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4879173Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4879805Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4880443Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4881089Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4881710Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4882346Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4882847Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.002s) 2022-11-23T02:12:07.4883333Z test_error (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4883916Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4884509Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4885115Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:12:07.4885653Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... skip: No 'resource' module on Windows (0.000s) 2022-11-23T02:12:07.4886171Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4886819Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4887423Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.4888048Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:12:07.4888775Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4889285Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4889708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4890129Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4890609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4891004Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4891421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4891829Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4892535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4893206Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4893909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4894557Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4894945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4895339Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4895752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4896166Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4896889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4897533Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4897909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4898354Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4898765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4899178Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4899594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4899984Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4900400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4900815Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4901526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4902222Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4902909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4903566Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4903955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4904350Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4904758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4905176Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4905894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4906547Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4906924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4907325Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4907737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4908148Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4908869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4909514Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4909955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4910350Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4910761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4911152Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4911572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4911962Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4912368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4912784Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4913559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4914216Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4914896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4915551Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4915925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4916317Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4916729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4917141Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4917562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4917958Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4918361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4918745Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4919468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4920113Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4920789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4921913Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4922300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4922688Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4923097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4923505Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4924223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4924871Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4925240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4925625Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4926076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4926479Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4926883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4927267Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4927670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4928057Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4928547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4928931Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4929337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4929743Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4930461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4931116Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4931785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4932432Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4933100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4933790Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4934160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4934543Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4934950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4935354Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4935766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4936147Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4936550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4936940Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4937703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4938347Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4939020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4939664Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4940047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4940432Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4940837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4941243Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4941959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4942609Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4942976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4943363Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4943762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4944161Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4944862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4945538Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4945917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4946300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4946702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4948644Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4949374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4950014Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4950395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4950862Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4951275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4951677Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4952395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4953038Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4953410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4953801Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4954205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4954603Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4955011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4955392Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4955792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4956176Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4956896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4957531Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4957912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4958292Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4958749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4959151Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4959867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4960507Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4961187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4961829Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4962241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4962625Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4963025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4963430Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4964143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4964782Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4965171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4965557Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4965960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4966349Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4967057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4967701Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4968147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4968536Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4968939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4969342Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4970057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4970752Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4971121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4971508Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4971907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4972311Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4973021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4973660Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4974086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4974472Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4974872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4975257Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4975968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4976612Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4976995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4977373Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4977770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4978164Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4978880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4979522Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4979893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4980276Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4980675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4981072Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4981475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4981909Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4982305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4982693Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4983404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4984050Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4984720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4985794Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4986194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4986582Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4986989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4987393Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4988104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4988755Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4989127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4989511Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4989910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4990312Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4991024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4991662Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4992043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4992424Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4992824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4993208Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4993661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.4994038Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.4994433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.4994828Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.4995539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4996176Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4996885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.4997529Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.4997719Z ok (30.410s) 2022-11-23T02:12:07.4998121Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.4998735Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4999322Z test_len (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.4999914Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.5000575Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5001053Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5001454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5001858Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5002255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5002633Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5003039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5003436Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5003838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5004218Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5004614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5004998Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5005761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5006400Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5007065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5007710Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5008532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5009185Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5009575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5009962Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5010365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5010771Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5011489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5012122Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5012507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5012889Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5013285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5013685Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5014092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5014467Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5014858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5015256Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5015969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5016653Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5017321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5017962Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5018162Z ok (5.869s) 2022-11-23T02:12:07.5018612Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5019090Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5019492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5019885Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5020632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5021281Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5021663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5022052Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5022453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5022854Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5023262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5023633Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5024034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5024430Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5025144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5025794Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5026465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5027092Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5027471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5027851Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5028299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5028685Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5029386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5030030Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5030407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5030787Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5031191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5031592Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5032043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5032411Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5032814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5033210Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5033927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5034577Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5035247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5035880Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5036256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5036640Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5037042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5037428Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5038142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5038781Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5039161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5039585Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5039986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5040383Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5040790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5041156Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5041552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5041952Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5042661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5043317Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5044028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5044662Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5044865Z ok (8.071s) 2022-11-23T02:12:07.5045475Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\graph_settings.py:78: UserWarning: `shuffle=True` was set, but the datapipe does not contain a `Shuffler`. Adding one at the end. Be aware that the default buffer size might not be sufficient for your task. 2022-11-23T02:12:07.5046045Z warnings.warn( 2022-11-23T02:12:07.5046391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5046774Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5047180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5047584Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5048002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5049932Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5050343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5050747Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5051455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5052092Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5052762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5053492Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5053882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5054268Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5055871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5056279Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5056691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5057063Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5057469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5057947Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5058673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5059325Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5060007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5061810Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5062202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5062588Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5062997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5063386Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5063794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5064177Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5064573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5064973Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5065685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5067461Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5068234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5068877Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5069070Z ok (7.703s) 2022-11-23T02:12:07.5069352Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.000s) 2022-11-23T02:12:07.5069836Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.5070425Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.5071020Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:12:07.5071469Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T02:12:07.5071869Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.000s) 2022-11-23T02:12:07.5072932Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T02:12:07.5073860Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:12:07.5074464Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5075086Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5075726Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5076334Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5076932Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:12:07.5077526Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5078112Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5079884Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5080496Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5081221Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5081732Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:12:07.5082319Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5082909Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5083487Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5084076Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5085870Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5086352Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5086830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5087241Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5087658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5088028Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5088504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5088910Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5089329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5089714Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5091278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5091694Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5092421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5093082Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5093749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5094401Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5095076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5095792Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5097334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5097723Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5098132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5098541Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5099261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5099903Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5100090Z ok (2.866s) 2022-11-23T02:12:07.5100502Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:12:07.5101084Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:12:07.5101608Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5103368Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5103994Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5104463Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5104870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5105284Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5105985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5106638Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5106843Z ok (3.485s) 2022-11-23T02:12:07.5107227Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.5108943Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.5109580Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5110049Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5110458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5110864Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5111340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5111728Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5112136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5112539Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5113259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5115064Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5115459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5115843Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5116605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5117252Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5117632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5118043Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5118462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5118845Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5119946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5120823Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5121237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5121611Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5122014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5122417Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5123139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5123783Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5124456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5126876Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5127552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5128253Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5128638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5129021Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5129412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5129822Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5130614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5132441Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5132650Z ok (3.818s) 2022-11-23T02:12:07.5133110Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5133599Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5134010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5134402Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5134809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5135190Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5135587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5135988Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5136396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5136775Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5138324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5138731Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5139145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5139525Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5139923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5140328Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5140733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5141187Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5141594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5141995Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5142718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5144541Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5144929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5145322Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5145728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5146120Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5146907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5147557Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5148223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5150039Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5150716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5151363Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5152026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5152670Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5153334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5153967Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5154345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5155965Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5156373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5156761Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5157178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5157557Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5157958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5158358Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5159069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5159713Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5161618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5162273Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5162643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5163035Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5163437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5163843Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5164262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5164642Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5165044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5165446Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5166148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5167980Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5168443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5168831Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5169239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5169638Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5170354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5171071Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5171757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5173584Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5173961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5174354Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5174757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5175227Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5175949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5176598Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5176803Z ok (6.804s) 2022-11-23T02:12:07.5177197Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:07.5177781Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:12:07.5179528Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.5180100Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.5180672Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.5181243Z test_splits_generator (__main__.TestDatasetRandomSplit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.5181799Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.5182230Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-11-23T02:12:07.5182636Z Indices generated by random_split ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.5183168Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.5183607Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:12:07.5185194Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:12:07.5185553Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:12:07.5186017Z test_sequential_batch (__main__.TestDictDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:07.5186619Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5187078Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5187486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5187893Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5188670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5189329Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5190406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5191257Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5191663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5192079Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5192797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5193431Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5193809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5194194Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5194593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5194980Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5196379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5197495Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5197879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5198261Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5198664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5199144Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5199863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5200505Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5200880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5201268Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5201674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5203318Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5203738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5204600Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5205024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5205428Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5206136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5206802Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5207484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5209416Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5209809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5210194Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5210600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5211005Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5211416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5211794Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5212177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5212580Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5213302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5215212Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5215603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5215996Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5216951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5217873Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5218428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5218846Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5219335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5221191Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5221775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5222295Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5223092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5223830Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5224599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5226935Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5227327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5227845Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5228323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5228856Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5229330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5229783Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5230753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5231187Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5232900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5233276Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5233865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5234275Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5235002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5235655Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5236326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5236969Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5238897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5239557Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5239945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5240338Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5240730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5241127Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5241541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5241922Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5242319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5242720Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5244594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5245256Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5245948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5246595Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5246969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5247442Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5247847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5248324Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5248740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5250300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5250708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5251100Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5251817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5252471Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5252926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5253314Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5253718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5254125Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5254844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5256655Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5257342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5257994Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5258365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5258753Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5259158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5259564Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5259974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5260355Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5261440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5262300Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5262714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5263186Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5263591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5263997Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5264719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5265371Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5266050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5267919Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5268602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5269244Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5269622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5270015Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5270424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5270835Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5271551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5272191Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5273718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5274116Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5274521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5274934Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5275350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5275733Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5276140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5276545Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5277335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5277990Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5279808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5280469Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5280850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5281238Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5281711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5282118Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5282530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5282917Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5283318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5283704Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5300838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5301251Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5301674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5302084Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5304122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5304785Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5305484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5306121Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5306799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5307587Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5307979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5309087Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5309965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5310371Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5310782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5311165Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5311557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5311963Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5312374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5312758Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5313235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5313618Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5314018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5315566Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5315998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5316402Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5317122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5317763Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5318447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5319080Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5319765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5321543Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5322207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5322920Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5323291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5323668Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5324060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5324460Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5325162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5325798Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5327326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5327782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5328254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5328658Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5329059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5329438Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5329834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5330231Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5330949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5331594Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5333120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5333505Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5333891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5334291Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5334693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5335074Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5335462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5335856Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5336565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5337270Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5339096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5339749Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5340406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5341044Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5341494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5341873Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5342271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5342660Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5343064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5343436Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5344961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5345357Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5346061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5346697Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5347067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5347437Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5347825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5348213Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5348921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5350691Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5351359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5352071Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5352444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5352813Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5353205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5353595Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5354006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5354397Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5354785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5355191Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5357126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5357778Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5358470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5359116Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5359508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5359894Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5360296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5360699Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5362524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5363187Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5363578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5363960Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5364362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5364764Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5365481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5366188Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5366575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5367629Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5368553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5368959Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5369369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5369758Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5370164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5370640Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5371368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5372016Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5372738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5374552Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5374939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5375327Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5375728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5376134Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5376540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5376929Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5377319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5377723Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5378438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5380205Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5380898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5382120Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5382507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5382898Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5383302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5383708Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5384399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5386343Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5386738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5387128Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5387533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5387935Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5388353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5388732Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5389126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5389530Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5390244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5392048Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5392444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5392828Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5393235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5393635Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5394346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5394994Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5395744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5396394Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5396779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5397168Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5397574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5397980Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5398740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5399372Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5399757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5400128Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5400531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5400931Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5402515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5402909Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5403317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5403724Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5404440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5405094Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5405467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5405851Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5406251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5406652Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5407356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5408065Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5408527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5408916Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5409311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5409716Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5410422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5411053Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5411435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5411815Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5412270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5412671Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5413390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5414032Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5414707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5415343Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5415731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5416118Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5416521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5416932Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5418562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5418954Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5419353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5419763Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5420477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5421185Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5421873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5422524Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5422910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5423295Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5423700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5424102Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5424503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5424934Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5425337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5425738Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5426151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5426536Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5426939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5427332Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5427739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5428118Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5428813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5429447Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5429838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5430240Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5430945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5431591Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5432273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5432948Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5433627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5434270Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5434653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5435044Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5435452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5435855Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5436612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5437257Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5437643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5438019Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5438421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5438823Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5439235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5439613Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5440012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5440411Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5441128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5441768Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5442440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5443091Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5443478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5443863Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5444318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5444726Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5445442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5446285Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5446890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5447509Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5449261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5449941Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5453596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5454552Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5455019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5455954Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5456839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5457514Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5458628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5459736Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5460364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5460990Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5461647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5462264Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5462903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5463557Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5464217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5464872Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5466027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5467396Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5468122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5468772Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5469409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5470105Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5471238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5472030Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5472712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5473371Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5473766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5474163Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5474570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5474980Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5475692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5476337Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5476722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5477100Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5477504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5477910Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5478321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5478704Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5479104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5479504Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5479902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5480350Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5480750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5481155Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5481871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5482523Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5482916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5483303Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5483749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5484141Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5484860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5485507Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5486194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5486834Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5487520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5488231Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5488625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5489012Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5489417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5489823Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5490517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5491166Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5491611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5491992Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5492396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5492797Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5493508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5494146Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5494532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5494906Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5495360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5495764Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5496170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5496555Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5496962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5497367Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5498096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5498745Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5499117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5499502Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5499902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5500304Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5501022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5501661Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5502040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5502430Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5502823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5503276Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5503691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:12:07.5504075Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:12:07.5504483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:12:07.5504899Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:12:07.5505619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5506274Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5507077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5507773Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5508455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.5509089Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.5509296Z ok (66.805s) 2022-11-23T02:12:07.5509691Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.5510189Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... skip: os.sched_setaffinity is not available (0.001s) 2022-11-23T02:12:07.5510573Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:12:07.5511020Z test_getitem (__main__.TestTensorDataset) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.5511542Z test_getitem_1d (__main__.TestTensorDataset) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.5512055Z test_len (__main__.TestTensorDataset) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.5512557Z test_many_tensors (__main__.TestTensorDataset) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.5513084Z test_single_tensor (__main__.TestTensorDataset) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:07.5513363Z 2022-11-23T02:12:07.5513514Z ---------------------------------------------------------------------- 2022-11-23T02:12:07.5513766Z Ran 164 tests in 198.703s 2022-11-23T02:12:07.5513882Z 2022-11-23T02:12:07.5513955Z OK (skipped=149) 2022-11-23T02:12:07.5514066Z 2022-11-23T02:12:07.5514154Z Generating XML reports... 2022-11-23T02:12:07.5514499Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader-20221123020848.xml 2022-11-23T02:12:07.5515052Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoaderPersistentWorkers-20221123020848.xml 2022-11-23T02:12:07.5515599Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestIndividualWorkerQueue-20221123020848.xml 2022-11-23T02:12:07.5516146Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-IntegrationTestDataLoaderDataPipe-20221123020848.xml 2022-11-23T02:12:07.5516673Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConcatDataset-20221123020848.xml 2022-11-23T02:12:07.5517136Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConvAfterFork-20221123020848.xml 2022-11-23T02:12:07.5517594Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestCustomPinFn-20221123020848.xml 2022-11-23T02:12:07.5518068Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDatasetRandomSplit-20221123020848.xml 2022-11-23T02:12:07.5518555Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDictDataLoader-20221123020848.xml 2022-11-23T02:12:07.5519036Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestNamedTupleDataLoader-20221123020848.xml 2022-11-23T02:12:07.5519560Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestSetAffinity-20221123020848.xml 2022-11-23T02:12:07.5520036Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestStringDataLoader-20221123020848.xml 2022-11-23T02:12:07.5520513Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestTensorDataset-20221123020848.xml 2022-11-23T02:12:07.5520760Z 2022-11-23T02:12:07.5521103Z ##[endgroup] 2022-11-23T02:12:07.5521453Z FINISHED PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_mjd2a60y) 2022-11-23T02:12:07.5521717Z 2022-11-23T02:12:07.5904294Z Running test_meta ... [2022-11-23 02:12:07.590231] 2022-11-23T02:12:07.5909818Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:07.590823] 2022-11-23T02:12:07.5910958Z Ignoring disabled issues: [] 2022-11-23T02:12:10.2392820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:10.2393549Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:10.2393870Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:10.3907360Z Running test_mkl_verbose ... [2022-11-23 02:12:10.390420] 2022-11-23T02:12:10.3912682Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:10.391044] 2022-11-23T02:12:10.3914104Z Ignoring disabled issues: [] 2022-11-23T02:12:11.4805290Z 2022-11-23T02:12:11.4806069Z Expand the folded group to see the log file of test_meta 2022-11-23T02:12:11.4806964Z ##[group]PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_4_7zgdkr) 2022-11-23T02:12:11.4807927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:11.4808794Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:11.4808942Z 2022-11-23T02:12:11.4809015Z Running tests... 2022-11-23T02:12:11.4809261Z ---------------------------------------------------------------------- 2022-11-23T02:12:11.4809586Z Test results will be stored in test-reports\python-unittest\test_meta 2022-11-23T02:12:11.4810034Z test_channels_last (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4810569Z test_channels_last_leaf (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4811106Z test_channels_last_non_leaf (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4811663Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4812226Z test_empty_strided_non_dense_leaf (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4812889Z test_imag (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4813435Z test_leaf (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4813932Z test_non_leaf (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4814450Z test_non_leaf_torture (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4814990Z test_requires_grad_false (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4815543Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4816086Z test_view_as_complex (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4816605Z test_view_as_real (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4817123Z test_view_dtype (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4817645Z test_view_of_leaf (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4818166Z test_view_of_non_leaf (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4818730Z test_view_of_view_of_leaf (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4819255Z test_weakref (__main__.TestMetaConverter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:11.4819569Z 2022-11-23T02:12:11.4819708Z ---------------------------------------------------------------------- 2022-11-23T02:12:11.4820010Z Ran 18 tests in 0.016s 2022-11-23T02:12:11.4820128Z 2022-11-23T02:12:11.4820199Z OK (skipped=18) 2022-11-23T02:12:11.4820305Z 2022-11-23T02:12:11.4820393Z Generating XML reports... 2022-11-23T02:12:11.4820741Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaConverter-20221123021210.xml 2022-11-23T02:12:11.4820992Z 2022-11-23T02:12:11.4821235Z ##[endgroup] 2022-11-23T02:12:11.4821549Z FINISHED PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_4_7zgdkr) 2022-11-23T02:12:11.4821790Z 2022-11-23T02:12:13.3732967Z 2022-11-23T02:12:13.3733538Z Expand the folded group to see the log file of test_mkl_verbose 2022-11-23T02:12:13.3734401Z ##[group]PRINTING LOG FILE of test_mkl_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkl_verbose_3y3lc37k) 2022-11-23T02:12:13.3735234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:13.3736058Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:13.3736208Z 2022-11-23T02:12:13.3736336Z Running tests... 2022-11-23T02:12:13.3736612Z ---------------------------------------------------------------------- 2022-11-23T02:12:13.3736951Z Test results will be stored in test-reports\python-unittest\test_mkl_verbose 2022-11-23T02:12:13.3737486Z test_verbose_off (__main__.TestMKLVerbose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.447s) 2022-11-23T02:12:13.3738017Z test_verbose_on (__main__.TestMKLVerbose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:13.3738292Z 2022-11-23T02:12:13.3738441Z ---------------------------------------------------------------------- 2022-11-23T02:12:13.3738674Z Ran 2 tests in 0.453s 2022-11-23T02:12:13.3738794Z 2022-11-23T02:12:13.3738871Z OK (skipped=2) 2022-11-23T02:12:13.3738984Z 2022-11-23T02:12:13.3739080Z Generating XML reports... 2022-11-23T02:12:13.3739442Z Generated XML report: test-reports\python-unittest\test_mkl_verbose\TEST-TestMKLVerbose-20221123021212.xml 2022-11-23T02:12:13.3739692Z 2022-11-23T02:12:13.3739924Z ##[endgroup] 2022-11-23T02:12:13.3740273Z FINISHED PRINTING LOG FILE of test_mkl_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkl_verbose_3y3lc37k) 2022-11-23T02:12:13.3740532Z 2022-11-23T02:12:14.2621279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:14.2622004Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:14.2622363Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:14.4138549Z Running test_mkldnn ... [2022-11-23 02:12:14.413207] 2022-11-23T02:12:14.4143296Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:14.413809] 2022-11-23T02:12:14.4145295Z Ignoring disabled issues: [] 2022-11-23T02:12:16.1171794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:16.1172697Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:16.1173059Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:16.2622200Z Running test_mkldnn_fusion ... [2022-11-23 02:12:16.260541] 2022-11-23T02:12:16.2626841Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:16.260541] 2022-11-23T02:12:16.2628706Z Ignoring disabled issues: [] 2022-11-23T02:12:17.5100369Z 2022-11-23T02:12:17.5101034Z Expand the folded group to see the log file of test_mkldnn 2022-11-23T02:12:17.5101806Z ##[group]PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_5p5ztmgt) 2022-11-23T02:12:17.5103114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:17.5103809Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:17.5103964Z 2022-11-23T02:12:17.5104043Z Running tests... 2022-11-23T02:12:17.5104309Z ---------------------------------------------------------------------- 2022-11-23T02:12:17.5104648Z Test results will be stored in test-reports\python-unittest\test_mkldnn 2022-11-23T02:12:17.5105096Z test_0_dimension_tensor (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.456s) 2022-11-23T02:12:17.5105627Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5106102Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.003s) 2022-11-23T02:12:17.5106522Z test_add (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5107028Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5107550Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5108060Z test_avg_pool2d (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5108570Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:12:17.5109086Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5109594Z test_avg_pool3d (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5110094Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5110601Z test_batch_norm_2d (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5111200Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5111691Z test_batch_norm_3d (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5112202Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5112697Z test_clone (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5113193Z test_conv1d (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5113697Z test_conv1d_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5114199Z test_conv1d_functional (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:12:17.5114746Z test_conv2d (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5115248Z test_conv2d_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5115618Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-11-23T02:12:17.5116053Z MKLDNN integration used to serialize models with 5d weight for grouped ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:17.5116600Z test_conv2d_nhwc (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5117024Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T02:12:17.5117476Z test_conv3d (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5117969Z test_conv3d_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5118463Z test_conversion (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:12:17.5118969Z test_copy (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5119463Z test_detach (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5120030Z test_empty (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5120524Z test_gelu (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5120985Z test_gelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T02:12:17.5121436Z test_is_mkldnn (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5121936Z test_is_mkldnn_jit (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5122515Z test_legacy_new_failure (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5123021Z test_linear (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5123529Z test_linear_backward (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5123952Z test_linear_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T02:12:17.5124404Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5124921Z test_max_pool2d (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5125429Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5125990Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5126481Z test_max_pool3d (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5126975Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5127493Z test_max_pool_unsupported (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:17.5128097Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:17.5128634Z test_mul (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:17.5129124Z test_prelu (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:17.5129621Z test_prelu_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:17.5130111Z test_relu (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5130600Z test_relu_ (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:17.5131096Z test_relu_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5131584Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5132081Z test_repr (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5132573Z test_reshape (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:12:17.5133079Z test_reshape_backward (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5134058Z test_reshape_blocked_format (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5134478Z test_resnet18 (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-11-23T02:12:17.5134794Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-11-23T02:12:17.5135230Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5135747Z test_sigmoid (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:12:17.5136230Z test_softmax (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5136716Z test_tanh (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5137262Z test_transpose (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5137782Z test_transpose_invalid_dime (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5138302Z test_unsupported (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5138802Z test_view (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5139452Z test_zero_ (__main__.TestMkldnn) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:17.5139714Z 2022-11-23T02:12:17.5139869Z ---------------------------------------------------------------------- 2022-11-23T02:12:17.5140127Z Ran 68 tests in 0.516s 2022-11-23T02:12:17.5140249Z 2022-11-23T02:12:17.5140312Z OK (skipped=68) 2022-11-23T02:12:17.5140428Z 2022-11-23T02:12:17.5140521Z Generating XML reports... 2022-11-23T02:12:17.5140865Z Generated XML report: test-reports\python-unittest\test_mkldnn\TEST-TestMkldnn-20221123021216.xml 2022-11-23T02:12:17.5141097Z 2022-11-23T02:12:17.5141386Z ##[endgroup] 2022-11-23T02:12:17.5141727Z FINISHED PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_5p5ztmgt) 2022-11-23T02:12:17.5141978Z 2022-11-23T02:12:19.2431060Z 2022-11-23T02:12:19.2432060Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-11-23T02:12:19.2433473Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_yioc68ht) 2022-11-23T02:12:19.2434756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:19.2435741Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:19.2435896Z 2022-11-23T02:12:19.2435974Z Running tests... 2022-11-23T02:12:19.2436243Z ---------------------------------------------------------------------- 2022-11-23T02:12:19.2436594Z Test results will be stored in test-reports\python-unittest\test_mkldnn_fusion 2022-11-23T02:12:19.2436990Z test_conv_binary_fusion_ops (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:12:19.2437635Z test_conv_unary_fusion_nnc (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:12:19.2438143Z test_conv_unary_fusion_ops (__main__.TestMkldnnFusion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.429s) 2022-11-23T02:12:19.2438697Z test_linear_binary_fusion_ops (__main__.TestMkldnnFusion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:19.2439250Z test_linear_unary_fusion_ops (__main__.TestMkldnnFusion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:19.2439794Z test_single_conv (__main__.TestMkldnnFusion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:19.2440329Z test_unsupported_conv (__main__.TestMkldnnFusion) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:19.2440611Z 2022-11-23T02:12:19.2440844Z ---------------------------------------------------------------------- 2022-11-23T02:12:19.2441105Z Ran 7 tests in 0.438s 2022-11-23T02:12:19.2441239Z 2022-11-23T02:12:19.2441299Z OK (skipped=7) 2022-11-23T02:12:19.2441415Z 2022-11-23T02:12:19.2441509Z Generating XML reports... 2022-11-23T02:12:19.2441878Z Generated XML report: test-reports\python-unittest\test_mkldnn_fusion\TEST-TestMkldnnFusion-20221123021218.xml 2022-11-23T02:12:19.2442135Z 2022-11-23T02:12:19.2442377Z ##[endgroup] 2022-11-23T02:12:19.2442734Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_yioc68ht) 2022-11-23T02:12:19.2442997Z 2022-11-23T02:12:20.2878735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:20.2879448Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:20.2879781Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:20.4416859Z Running test_mkldnn_verbose ... [2022-11-23 02:12:20.441188] 2022-11-23T02:12:20.4421897Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:20.441783] 2022-11-23T02:12:20.4423591Z Ignoring disabled issues: [] 2022-11-23T02:12:22.0541007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:22.0541739Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:22.0542067Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:22.2201271Z Running test_model_dump ... [2022-11-23 02:12:22.219884] 2022-11-23T02:12:22.2206244Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:22.220487] 2022-11-23T02:12:22.2208404Z Ignoring disabled issues: [] 2022-11-23T02:12:23.4655478Z 2022-11-23T02:12:23.4656339Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-11-23T02:12:23.4657666Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose_ej64tpdj) 2022-11-23T02:12:23.4658956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:23.4659952Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:23.4660168Z 2022-11-23T02:12:23.4660291Z Running tests... 2022-11-23T02:12:23.4660674Z ---------------------------------------------------------------------- 2022-11-23T02:12:23.4661178Z Test results will be stored in test-reports\python-unittest\test_mkldnn_verbose 2022-11-23T02:12:23.4661934Z test_verbose_off (__main__.TestMKLDNNVerbose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.458s) 2022-11-23T02:12:23.4663057Z test_verbose_on (__main__.TestMKLDNNVerbose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:23.4663518Z 2022-11-23T02:12:23.4663758Z ---------------------------------------------------------------------- 2022-11-23T02:12:23.4664191Z Ran 2 tests in 0.454s 2022-11-23T02:12:23.4664394Z 2022-11-23T02:12:23.4664518Z OK (skipped=2) 2022-11-23T02:12:23.4664709Z 2022-11-23T02:12:23.4664865Z Generating XML reports... 2022-11-23T02:12:23.4665471Z Generated XML report: test-reports\python-unittest\test_mkldnn_verbose\TEST-TestMKLDNNVerbose-20221123021222.xml 2022-11-23T02:12:23.4665905Z 2022-11-23T02:12:23.4666324Z ##[endgroup] 2022-11-23T02:12:23.4666945Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose_ej64tpdj) 2022-11-23T02:12:23.4667407Z 2022-11-23T02:12:25.2796886Z 2022-11-23T02:12:25.2798904Z Expand the folded group to see the log file of test_model_dump 2022-11-23T02:12:25.2799652Z ##[group]PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_7u0zlhpu) 2022-11-23T02:12:25.2800487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:25.2801164Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:25.2801324Z 2022-11-23T02:12:25.2801402Z Running tests... 2022-11-23T02:12:25.2801665Z ---------------------------------------------------------------------- 2022-11-23T02:12:25.2802001Z Test results will be stored in test-reports\python-unittest\test_model_dump 2022-11-23T02:12:25.2802457Z test_inline_skeleton (__main__.TestModelDump) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.454s) 2022-11-23T02:12:25.2802984Z test_invalid_json (__main__.TestModelDump) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:25.2803476Z test_main (__main__.TestModelDump) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:12:25.2803992Z test_memory_computation (__main__.TestModelDump) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:25.2804720Z test_model_with_lists (__main__.TestModelDump) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:25.2805169Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-11-23T02:12:25.2805539Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-11-23T02:12:25.2805985Z test_scripted_model (__main__.TestModelDump) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:25.2806508Z test_traced_model (__main__.TestModelDump) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:12:25.2806778Z 2022-11-23T02:12:25.2806933Z ---------------------------------------------------------------------- 2022-11-23T02:12:25.2807283Z Ran 9 tests in 0.469s 2022-11-23T02:12:25.2807407Z 2022-11-23T02:12:25.2807466Z OK (skipped=9) 2022-11-23T02:12:25.2807582Z 2022-11-23T02:12:25.2807678Z Generating XML reports... 2022-11-23T02:12:25.2808037Z Generated XML report: test-reports\python-unittest\test_model_dump\TEST-TestModelDump-20221123021224.xml 2022-11-23T02:12:25.2808283Z 2022-11-23T02:12:25.2808530Z ##[endgroup] 2022-11-23T02:12:25.2808982Z FINISHED PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_7u0zlhpu) 2022-11-23T02:12:25.2809246Z 2022-11-23T02:12:26.2766215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:26.2767029Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:26.2767443Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:26.4226911Z Running test_module_init ... [2022-11-23 02:12:26.414306] 2022-11-23T02:12:26.4231571Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:26.414306] 2022-11-23T02:12:26.4233409Z Ignoring disabled issues: [] 2022-11-23T02:12:28.0741989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:28.0742776Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:28.0743128Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:28.2240396Z Running test_monitor ... [2022-11-23 02:12:28.220201] 2022-11-23T02:12:28.2244914Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:28.220201] 2022-11-23T02:12:28.2246469Z Ignoring disabled issues: [] 2022-11-23T02:12:29.3805526Z 2022-11-23T02:12:29.3806331Z Expand the folded group to see the log file of test_module_init 2022-11-23T02:12:29.3807423Z ##[group]PRINTING LOG FILE of test_module_init (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_module_init_fa1frnz7) 2022-11-23T02:12:29.3808788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:29.3810030Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:29.3810252Z 2022-11-23T02:12:29.3810385Z Running tests... 2022-11-23T02:12:29.3810811Z ---------------------------------------------------------------------- 2022-11-23T02:12:29.3811086Z 2022-11-23T02:12:29.3811320Z ---------------------------------------------------------------------- 2022-11-23T02:12:29.3811717Z Ran 0 tests in 0.000s 2022-11-23T02:12:29.3811909Z 2022-11-23T02:12:29.3812027Z OK 2022-11-23T02:12:29.3812185Z 2022-11-23T02:12:29.3812340Z Generating XML reports... 2022-11-23T02:12:29.3812772Z Test results will be stored in test-reports\python-unittest\test_module_init 2022-11-23T02:12:29.3813063Z 2022-11-23T02:12:29.3813436Z ##[endgroup] 2022-11-23T02:12:29.3814013Z FINISHED PRINTING LOG FILE of test_module_init (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_module_init_fa1frnz7) 2022-11-23T02:12:29.3814396Z 2022-11-23T02:12:31.2043096Z 2022-11-23T02:12:31.2043902Z Expand the folded group to see the log file of test_monitor 2022-11-23T02:12:31.2044823Z ##[group]PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_m96hr38l) 2022-11-23T02:12:31.2045673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:31.2046344Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:31.2046546Z 2022-11-23T02:12:31.2046634Z Running tests... 2022-11-23T02:12:31.2046981Z ---------------------------------------------------------------------- 2022-11-23T02:12:31.2047358Z Test results will be stored in test-reports\python-unittest\test_monitor 2022-11-23T02:12:31.2047790Z test_event_handler (__main__.TestMonitor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.443s) 2022-11-23T02:12:31.2048308Z test_fixed_count_stat (__main__.TestMonitor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:31.2048824Z test_interval_stat (__main__.TestMonitor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:31.2049327Z test_log_event (__main__.TestMonitor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:31.2049797Z test_event_handler (__main__.TestMonitorTensorboard) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:12:31.2050024Z 2022-11-23T02:12:31.2050174Z ---------------------------------------------------------------------- 2022-11-23T02:12:31.2050428Z Ran 5 tests in 0.438s 2022-11-23T02:12:31.2050547Z 2022-11-23T02:12:31.2050623Z OK (skipped=5) 2022-11-23T02:12:31.2050737Z 2022-11-23T02:12:31.2050812Z Generating XML reports... 2022-11-23T02:12:31.2051156Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitor-20221123021230.xml 2022-11-23T02:12:31.2051632Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitorTensorboard-20221123021230.xml 2022-11-23T02:12:31.2051892Z 2022-11-23T02:12:31.2052125Z ##[endgroup] 2022-11-23T02:12:31.2052470Z FINISHED PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_m96hr38l) 2022-11-23T02:12:31.2052761Z 2022-11-23T02:12:32.1134885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:32.1135614Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:32.1135959Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:32.2624694Z Running test_namedtensor ... [2022-11-23 02:12:32.262278] 2022-11-23T02:12:32.2630453Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:32.262371] 2022-11-23T02:12:32.2631957Z Ignoring disabled issues: [] 2022-11-23T02:12:34.0840717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:34.0841571Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:34.0841944Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:34.2352070Z Running test_native_functions ... [2022-11-23 02:12:34.234834] 2022-11-23T02:12:34.2357156Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:34.235421] 2022-11-23T02:12:34.2358761Z Ignoring disabled issues: [] 2022-11-23T02:12:35.7371622Z 2022-11-23T02:12:35.7372231Z Expand the folded group to see the log file of test_namedtensor 2022-11-23T02:12:35.7373013Z ##[group]PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_k9vddagc) 2022-11-23T02:12:35.7373999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:35.7374874Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:35.7375085Z 2022-11-23T02:12:35.7375202Z Running tests... 2022-11-23T02:12:35.7375521Z ---------------------------------------------------------------------- 2022-11-23T02:12:35.7375865Z Test results will be stored in test-reports\python-unittest\test_namedtensor 2022-11-23T02:12:35.7376350Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7376920Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7377446Z test_addmm (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7377950Z test_addmv (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7378459Z test_align_as (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:12:35.7379159Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.000s) 2022-11-23T02:12:35.7379524Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.000s) 2022-11-23T02:12:35.7379975Z test_align_to (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:12:35.7380502Z test_align_to_ellipsis (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7381025Z test_any_all (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7381525Z test_as_strided (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7381942Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-11-23T02:12:35.7382384Z test_autograd_ignores_names (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7382999Z test_autograd_smoke (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7383541Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7384074Z test_bernoulli (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7384657Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:12:35.7385230Z test_binary_ops (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:12:35.7385757Z test_bitwise_not (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7386268Z test_bmm (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7386747Z test_cat (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7387246Z test_cdist (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7387771Z test_comparison_ops (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:12:35.7388300Z test_copy_transpose (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7388818Z test_cummax_cummin (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7389332Z test_detach (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7389842Z test_diagonal (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7390409Z test_dot (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7390965Z test_equal (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7391522Z test_expand (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7392030Z test_factory_coverage (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7392572Z test_factory_edge_cases (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7393095Z test_flatten (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7393616Z test_flatten_nodims (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7394181Z test_has_names (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7394697Z test_index_fill (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7395203Z test_info_smoke (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7395726Z test_logcumsumexp (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7396258Z test_logical_not (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7396822Z test_logical_ops (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7397341Z test_masked_fill (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7397883Z test_masked_select (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7398401Z test_matmul (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:12:35.7398916Z test_max_pooling (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7399460Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7399987Z test_mm (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:35.7400483Z test_mv (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7400997Z test_no_jit_script_support (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:12:35.7401587Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7402137Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7402678Z test_no_pickle_support (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7403260Z test_no_save_support (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7403821Z test_noncontig_contiguous (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7404356Z test_none_names_refcount (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:12:35.7404895Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7405487Z test_out_fn_semantics (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7406018Z test_pow_special (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7406613Z test_py3_ellipsis (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7407144Z test_reduction_fns (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:12:35.7407669Z test_refine_names (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7408191Z test_rename (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7408701Z test_rename_ (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7409251Z test_rename_globber (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7409820Z test_rename_rename_map (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7410346Z test_repr (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7410852Z test_resize (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:12:35.7411353Z test_select (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7411760Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-11-23T02:12:35.7412193Z test_set_names_property (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7412764Z test_size (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7413301Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7413862Z test_squeeze (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7414372Z test_stride (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7414874Z test_tensor_from_lists (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7415458Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7416045Z test_tensor_from_numpy (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7416624Z test_tensor_from_tensor (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:12:35.7417159Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7417697Z test_transpose_variants (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7418222Z test_trivial (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7418755Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:35.7419290Z test_unflatten (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:12:35.7419830Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7420409Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7421018Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7421659Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:35.7422032Z 2022-11-23T02:12:35.7422188Z ---------------------------------------------------------------------- 2022-11-23T02:12:35.7422446Z Ran 86 tests in 0.641s 2022-11-23T02:12:35.7422568Z 2022-11-23T02:12:35.7422648Z OK (skipped=86) 2022-11-23T02:12:35.7422761Z 2022-11-23T02:12:35.7422853Z Generating XML reports... 2022-11-23T02:12:35.7423224Z Generated XML report: test-reports\python-unittest\test_namedtensor\TEST-TestNamedTensor-20221123021234.xml 2022-11-23T02:12:35.7423475Z 2022-11-23T02:12:35.7423759Z ##[endgroup] 2022-11-23T02:12:35.7424099Z FINISHED PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_k9vddagc) 2022-11-23T02:12:35.7424423Z 2022-11-23T02:12:37.1023157Z 2022-11-23T02:12:37.1024152Z Expand the folded group to see the log file of test_native_functions 2022-11-23T02:12:37.1025132Z ##[group]PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_z5xg30kl) 2022-11-23T02:12:37.1025980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:37.1026644Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:37.1026795Z 2022-11-23T02:12:37.1026875Z Running tests... 2022-11-23T02:12:37.1027130Z ---------------------------------------------------------------------- 2022-11-23T02:12:37.1027478Z Test results will be stored in test-reports\python-unittest\test_native_functions 2022-11-23T02:12:37.1028125Z test_intlist_error_with_overload (__main__.TestNativeFunctions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.406s) 2022-11-23T02:12:37.1028694Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:37.1029252Z test_optional_floatlist (__main__.TestNativeFunctions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:37.1029809Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:12:37.1030375Z test_optional_intlist (__main__.TestNativeFunctions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:37.1030929Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:37.1031481Z test_string_defaults (__main__.TestNativeFunctions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:37.1032009Z test_symintlist_error (__main__.TestNativeFunctions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:37.1032569Z test_symintlist_error_with_overload (__main__.TestNativeFunctions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:37.1033157Z test_symintlist_error_with_overload_but_is_unique (__main__.TestNativeFunctions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:37.1033732Z test_vararg_symintlist_error (__main__.TestNativeFunctions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:37.1034018Z 2022-11-23T02:12:37.1034173Z ---------------------------------------------------------------------- 2022-11-23T02:12:37.1034431Z Ran 11 tests in 0.422s 2022-11-23T02:12:37.1034550Z 2022-11-23T02:12:37.1034629Z OK (skipped=11) 2022-11-23T02:12:37.1034741Z 2022-11-23T02:12:37.1034834Z Generating XML reports... 2022-11-23T02:12:37.1035192Z Generated XML report: test-reports\python-unittest\test_native_functions\TEST-TestNativeFunctions-20221123021236.xml 2022-11-23T02:12:37.1035457Z 2022-11-23T02:12:37.1035777Z ##[endgroup] 2022-11-23T02:12:37.1036144Z FINISHED PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_z5xg30kl) 2022-11-23T02:12:37.1036415Z 2022-11-23T02:12:38.3906615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:38.3907341Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:38.3907685Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:38.5471445Z Running test_native_mha ... [2022-11-23 02:12:38.544421] 2022-11-23T02:12:38.5476506Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:38.544421] 2022-11-23T02:12:38.5477822Z Ignoring disabled issues: [] 2022-11-23T02:12:39.7588185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:39.7588929Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:39.7589284Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:39.9099858Z Running test_nestedtensor ... [2022-11-23 02:12:39.902950] 2022-11-23T02:12:39.9104942Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:39.902950] 2022-11-23T02:12:39.9106469Z Ignoring disabled issues: [] 2022-11-23T02:12:41.4066406Z 2022-11-23T02:12:41.4067019Z Expand the folded group to see the log file of test_native_mha 2022-11-23T02:12:41.4067864Z ##[group]PRINTING LOG FILE of test_native_mha (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_mha_0h0xl9h7) 2022-11-23T02:12:41.4068684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:41.4069360Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:41.4069525Z 2022-11-23T02:12:41.4069605Z Running tests... 2022-11-23T02:12:41.4069872Z ---------------------------------------------------------------------- 2022-11-23T02:12:41.4070051Z 2022-11-23T02:12:41.4070202Z ---------------------------------------------------------------------- 2022-11-23T02:12:41.4070451Z Ran 0 tests in 0.000s 2022-11-23T02:12:41.4070570Z 2022-11-23T02:12:41.4070635Z OK 2022-11-23T02:12:41.4070734Z 2022-11-23T02:12:41.4070827Z Generating XML reports... 2022-11-23T02:12:41.4071101Z Test results will be stored in test-reports\python-unittest\test_native_mha 2022-11-23T02:12:41.4071292Z 2022-11-23T02:12:41.4071518Z ##[endgroup] 2022-11-23T02:12:41.4071872Z FINISHED PRINTING LOG FILE of test_native_mha (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_mha_0h0xl9h7) 2022-11-23T02:12:41.4072127Z 2022-11-23T02:12:42.8548388Z 2022-11-23T02:12:42.8549286Z Expand the folded group to see the log file of test_nestedtensor 2022-11-23T02:12:42.8550712Z ##[group]PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_esv_b0ng) 2022-11-23T02:12:42.8552194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:42.8553332Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:42.8553594Z 2022-11-23T02:12:42.8553725Z Running tests... 2022-11-23T02:12:42.8554158Z ---------------------------------------------------------------------- 2022-11-23T02:12:42.8554753Z Test results will be stored in test-reports\python-unittest\test_nestedtensor 2022-11-23T02:12:42.8555606Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:42.8556643Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8557851Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:42.8558901Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8559865Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8560471Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:42.8561061Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8561647Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:42.8562230Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8562810Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:42.8563468Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8564066Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:42.8564647Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8565424Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8565988Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8566633Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8567225Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8567935Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:12:42.8568608Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8569214Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:12:42.8569811Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8570414Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8571059Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:12:42.8571731Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8572321Z test_copy_ (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8572847Z test_default_nested_tensor (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8573374Z test_dim (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8573878Z test_fill_ (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8574389Z test_is_contiguous (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8574903Z test_nested_namespace (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8575437Z test_nested_tensor (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8576033Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:12:42.8576566Z test_numel (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8577116Z test_ones_like (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8577679Z test_repr_string (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8578249Z test_size (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8578886Z test_size_dim (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8579407Z test_stride (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:42.8579959Z test_to (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:12:42.8580473Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8581007Z test_unbind_0 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8581522Z test_unbind_1 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8582109Z test_unbind_3 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8582618Z test_unbind_4 (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8583120Z test_unbind_dim (__main__.TestNestedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:12:42.8583392Z 2022-11-23T02:12:42.8583547Z ---------------------------------------------------------------------- 2022-11-23T02:12:42.8583800Z Ran 45 tests in 0.062s 2022-11-23T02:12:42.8583919Z 2022-11-23T02:12:42.8583995Z OK (skipped=45) 2022-11-23T02:12:42.8584109Z 2022-11-23T02:12:42.8584185Z Generating XML reports... 2022-11-23T02:12:42.8584558Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensor-20221123021242.xml 2022-11-23T02:12:42.8584815Z 2022-11-23T02:12:42.8585093Z ##[endgroup] 2022-11-23T02:12:42.8585457Z FINISHED PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_esv_b0ng) 2022-11-23T02:12:42.8585727Z 2022-11-23T02:12:44.1641412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:44.1642140Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:44.1642472Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:44.3110099Z Running test_numba_integration ... [2022-11-23 02:12:44.309015] 2022-11-23T02:12:44.3114996Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:44.309015] 2022-11-23T02:12:44.3116540Z Ignoring disabled issues: [] 2022-11-23T02:12:45.5389568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:45.5390290Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:45.5390639Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:45.6929285Z Running test_numpy_interop ... [2022-11-23 02:12:45.692301] 2022-11-23T02:12:45.6933947Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:45.692893] 2022-11-23T02:12:45.6935627Z Ignoring disabled issues: [] 2022-11-23T02:12:47.1868720Z 2022-11-23T02:12:47.1869175Z Expand the folded group to see the log file of test_numba_integration 2022-11-23T02:12:47.1870039Z ##[group]PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_d8_6sdhx) 2022-11-23T02:12:47.1871313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:47.1872324Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:47.1872534Z 2022-11-23T02:12:47.1872655Z Running tests... 2022-11-23T02:12:47.1873021Z ---------------------------------------------------------------------- 2022-11-23T02:12:47.1873535Z Test results will be stored in test-reports\python-unittest\test_numba_integration 2022-11-23T02:12:47.1874011Z test_active_device (__main__.TestNumbaIntegration) 2022-11-23T02:12:47.1874605Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.001s) 2022-11-23T02:12:47.1875090Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-11-23T02:12:47.1875588Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.002s) 2022-11-23T02:12:47.1876083Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-11-23T02:12:47.1876677Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.001s) 2022-11-23T02:12:47.1877268Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T02:12:47.1877828Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-11-23T02:12:47.1878355Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T02:12:47.1879142Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.003s) 2022-11-23T02:12:47.1879882Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-11-23T02:12:47.1880629Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.000s) 2022-11-23T02:12:47.1881395Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-11-23T02:12:47.1882854Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.000s) 2022-11-23T02:12:47.1883464Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-11-23T02:12:47.1884274Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.000s) 2022-11-23T02:12:47.1884791Z 2022-11-23T02:12:47.1885047Z ---------------------------------------------------------------------- 2022-11-23T02:12:47.1885487Z Ran 8 tests in 0.032s 2022-11-23T02:12:47.1885685Z 2022-11-23T02:12:47.1885800Z OK (skipped=8) 2022-11-23T02:12:47.1886075Z 2022-11-23T02:12:47.1886264Z Generating XML reports... 2022-11-23T02:12:47.1886988Z Generated XML report: test-reports\python-unittest\test_numba_integration\TEST-TestNumbaIntegration-20221123021246.xml 2022-11-23T02:12:47.1887450Z 2022-11-23T02:12:47.1887907Z ##[endgroup] 2022-11-23T02:12:47.1888545Z FINISHED PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_d8_6sdhx) 2022-11-23T02:12:47.1889016Z 2022-11-23T02:12:48.6400409Z 2022-11-23T02:12:48.6401160Z Expand the folded group to see the log file of test_numpy_interop 2022-11-23T02:12:48.6402615Z ##[group]PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_x3i3j638) 2022-11-23T02:12:48.6403556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:48.6404259Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:48.6404448Z 2022-11-23T02:12:48.6404525Z Running tests... 2022-11-23T02:12:48.6404774Z ---------------------------------------------------------------------- 2022-11-23T02:12:48.6404952Z 2022-11-23T02:12:48.6405101Z ---------------------------------------------------------------------- 2022-11-23T02:12:48.6405354Z Ran 0 tests in 0.000s 2022-11-23T02:12:48.6405473Z 2022-11-23T02:12:48.6405536Z OK 2022-11-23T02:12:48.6405646Z 2022-11-23T02:12:48.6405737Z Generating XML reports... 2022-11-23T02:12:48.6406096Z Test results will be stored in test-reports\python-unittest\test_numpy_interop 2022-11-23T02:12:48.6406290Z 2022-11-23T02:12:48.6406523Z ##[endgroup] 2022-11-23T02:12:48.6406942Z FINISHED PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_x3i3j638) 2022-11-23T02:12:48.6407207Z 2022-11-23T02:12:49.9005045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:49.9005844Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:49.9006202Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:50.0521274Z Running test_nvfuser_dynamo ... [2022-11-23 02:12:50.051666] 2022-11-23T02:12:50.0526031Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nvfuser_dynamo.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:50.052253] 2022-11-23T02:12:50.0527806Z Ignoring disabled issues: [] 2022-11-23T02:12:51.3724431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:51.3725388Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:51.3725816Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:51.5196973Z Running test_nvfuser_frontend ... [2022-11-23 02:12:51.519354] 2022-11-23T02:12:51.5201765Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:51.519943] 2022-11-23T02:12:51.5203591Z Ignoring disabled issues: [] 2022-11-23T02:12:53.4069136Z 2022-11-23T02:12:53.4069785Z Expand the folded group to see the log file of test_nvfuser_dynamo 2022-11-23T02:12:53.4070626Z ##[group]PRINTING LOG FILE of test_nvfuser_dynamo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_dynamo_izo1mazr) 2022-11-23T02:12:53.4071630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:53.4072395Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:53.4072561Z 2022-11-23T02:12:53.4072621Z Running tests... 2022-11-23T02:12:53.4072889Z ---------------------------------------------------------------------- 2022-11-23T02:12:53.4073293Z test_basic (__main__.TestNvFuserDynamo) ... Test results will be stored in test-reports\python-unittest\test_nvfuser_dynamo 2022-11-23T02:12:53.4073660Z skip: TorchDynamo is not supported on Windows (0.000s) 2022-11-23T02:12:53.4074041Z test_batch_norm_implicit_dtype_promotion (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.000s) 2022-11-23T02:12:53.4074476Z test_dtype_correctness (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.000s) 2022-11-23T02:12:53.4074876Z test_min_cut (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.000s) 2022-11-23T02:12:53.4075063Z 2022-11-23T02:12:53.4075218Z ---------------------------------------------------------------------- 2022-11-23T02:12:53.4075473Z Ran 4 tests in 0.000s 2022-11-23T02:12:53.4075593Z 2022-11-23T02:12:53.4075671Z OK (skipped=4) 2022-11-23T02:12:53.4075784Z 2022-11-23T02:12:53.4075878Z Generating XML reports... 2022-11-23T02:12:53.4076250Z Generated XML report: test-reports\python-unittest\test_nvfuser_dynamo\TEST-TestNvFuserDynamo-20221123021253.xml 2022-11-23T02:12:53.4076512Z 2022-11-23T02:12:53.4076749Z ##[endgroup] 2022-11-23T02:12:53.4077090Z FINISHED PRINTING LOG FILE of test_nvfuser_dynamo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_dynamo_izo1mazr) 2022-11-23T02:12:53.4077359Z 2022-11-23T02:12:53.9652453Z 2022-11-23T02:12:53.9653087Z Expand the folded group to see the log file of test_nvfuser_frontend 2022-11-23T02:12:53.9653903Z ##[group]PRINTING LOG FILE of test_nvfuser_frontend (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_frontend_v1jta3am) 2022-11-23T02:12:53.9654763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:53.9655429Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:53.9655759Z 2022-11-23T02:12:53.9655837Z Running tests... 2022-11-23T02:12:53.9656162Z ---------------------------------------------------------------------- 2022-11-23T02:12:53.9656571Z test_basic (__main__.TestNvFuserFrontend) ... Test results will be stored in test-reports\python-unittest\test_nvfuser_frontend 2022-11-23T02:12:53.9656942Z skip: requires CUDA (0.019s) 2022-11-23T02:12:53.9657236Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T02:12:53.9657592Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T02:12:53.9657951Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T02:12:53.9658319Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T02:12:53.9658692Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T02:12:53.9659055Z test_ops_broadcast (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-11-23T02:12:53.9659386Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.013s) 2022-11-23T02:12:53.9659737Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-11-23T02:12:53.9660172Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T02:12:53.9660367Z 2022-11-23T02:12:53.9660524Z ---------------------------------------------------------------------- 2022-11-23T02:12:53.9660779Z Ran 10 tests in 0.047s 2022-11-23T02:12:53.9660901Z 2022-11-23T02:12:53.9660980Z OK (skipped=10) 2022-11-23T02:12:53.9661093Z 2022-11-23T02:12:53.9661168Z Generating XML reports... 2022-11-23T02:12:53.9661548Z Generated XML report: test-reports\python-unittest\test_nvfuser_frontend\TEST-TestNvFuserFrontend-20221123021253.xml 2022-11-23T02:12:53.9661818Z 2022-11-23T02:12:53.9662055Z ##[endgroup] 2022-11-23T02:12:53.9662474Z FINISHED PRINTING LOG FILE of test_nvfuser_frontend (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_frontend_v1jta3am) 2022-11-23T02:12:53.9662789Z 2022-11-23T02:12:56.1609541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:56.1610266Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:56.1610621Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:56.3148834Z Running test_openmp ... [2022-11-23 02:12:56.314344] 2022-11-23T02:12:56.3153683Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:56.314950] 2022-11-23T02:12:56.3155205Z Ignoring disabled issues: [] 2022-11-23T02:12:56.7657856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:56.7658587Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:56.7658939Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:56.9162994Z Running test_optim ... [2022-11-23 02:12:56.915922] 2022-11-23T02:12:56.9168225Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:12:56.916542] 2022-11-23T02:12:56.9169726Z Ignoring disabled issues: [] 2022-11-23T02:12:59.2175881Z 2022-11-23T02:12:59.2176694Z Expand the folded group to see the log file of test_openmp 2022-11-23T02:12:59.2177846Z ##[group]PRINTING LOG FILE of test_openmp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_openmp_d9xy9g33) 2022-11-23T02:12:59.2179112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:59.2180280Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:59.2180530Z 2022-11-23T02:12:59.2180659Z Running tests... 2022-11-23T02:12:59.2181074Z ---------------------------------------------------------------------- 2022-11-23T02:12:59.2181598Z Test results will be stored in test-reports\python-unittest\test_openmp 2022-11-23T02:12:59.2182092Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-11-23T02:12:59.2182955Z Make sure there is no memory leak with many threads ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.417s) 2022-11-23T02:12:59.2183570Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-11-23T02:12:59.2184227Z Make sure there is no memory leak with one thread: issue gh-32284 ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:12:59.2184653Z 2022-11-23T02:12:59.2184886Z ---------------------------------------------------------------------- 2022-11-23T02:12:59.2185272Z Ran 2 tests in 0.437s 2022-11-23T02:12:59.2185463Z 2022-11-23T02:12:59.2185592Z OK (skipped=2) 2022-11-23T02:12:59.2185808Z 2022-11-23T02:12:59.2185962Z Generating XML reports... 2022-11-23T02:12:59.2186574Z Generated XML report: test-reports\python-unittest\test_openmp\TEST-TestOpenMP_ParallelFor-20221123021258.xml 2022-11-23T02:12:59.2186998Z 2022-11-23T02:12:59.2187404Z ##[endgroup] 2022-11-23T02:12:59.2187924Z FINISHED PRINTING LOG FILE of test_openmp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_openmp_d9xy9g33) 2022-11-23T02:12:59.2188312Z 2022-11-23T02:13:00.1384662Z 2022-11-23T02:13:00.1386040Z Expand the folded group to see the log file of test_optim 2022-11-23T02:13:00.1386755Z ##[group]PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_m5h01k37) 2022-11-23T02:13:00.1389855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:00.1390785Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:00.1400958Z 2022-11-23T02:13:00.1401151Z Running tests... 2022-11-23T02:13:00.1401590Z ---------------------------------------------------------------------- 2022-11-23T02:13:00.1402090Z Test results will be stored in test-reports\python-unittest\test_optim 2022-11-23T02:13:00.1402910Z test_adadelta (__main__.TestDifferentiableOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.418s) 2022-11-23T02:13:00.1403806Z test_adagrad (__main__.TestDifferentiableOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1404618Z test_adam (__main__.TestDifferentiableOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1405698Z test_adamax (__main__.TestDifferentiableOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1406492Z test_adamw (__main__.TestDifferentiableOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1407264Z test_asgd (__main__.TestDifferentiableOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1408055Z test_nadam (__main__.TestDifferentiableOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1409079Z test_radam (__main__.TestDifferentiableOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1409989Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1411070Z test_rprop (__main__.TestDifferentiableOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1411959Z test_sgd (__main__.TestDifferentiableOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1412905Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1413961Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:00.1415011Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1416023Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1417006Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1418021Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1418985Z test_chained_lr1 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1419902Z test_chained_lr2 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1420862Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1421782Z test_chained_lr3 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:00.1422649Z test_chained_lr4 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1423504Z test_chained_lr5 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1424574Z test_closed_form_constantlr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1425527Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1426507Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1427431Z test_closed_form_linearlr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1428362Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1429295Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1430845Z test_closed_form_step_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1431856Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1432860Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:00.1433849Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1434818Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1435793Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1436756Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1437810Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1438806Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1439784Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1440742Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1441684Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1442633Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1443812Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1444782Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1445838Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1446749Z test_constantlr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1447707Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1448682Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1449774Z test_cos_anneal_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1450711Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1451639Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1452568Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1453567Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1454572Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1455594Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1456575Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1457548Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1458504Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1459481Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1460442Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1461514Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1462620Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1463579Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1464568Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1465577Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1466571Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1467570Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:00.1468662Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1469574Z test_exp_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1470460Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1471423Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1472428Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1473377Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:00.1474298Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1475233Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1476148Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1477061Z test_lambda_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1478004Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1478973Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1479948Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1480903Z test_linearlr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1481968Z test_linearlr_start_factor_limits1 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1482933Z test_linearlr_start_factor_limits2 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1483916Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:00.1484863Z test_multi_step_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1485853Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1486742Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1487555Z test_multiplicative_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1488320Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1489071Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1489937Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1490776Z test_no_cyclic_references (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1491546Z test_no_cyclic_references_in_step (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1492276Z test_old_pattern_warning (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1493046Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1493842Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1494603Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1495405Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1496226Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1497058Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1498023Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1498858Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1499667Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1500546Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1501352Z test_poly_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1502124Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1503009Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1503767Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1504482Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1505224Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1505972Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1506723Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1507494Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1508241Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1509016Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1509776Z test_sequentiallr1 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1510535Z test_sequentiallr2 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1511223Z test_sequentiallr3 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1511943Z test_sequentiallr4 (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1512654Z test_step_lr (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1513585Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1514381Z test_step_lr_state_dict (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1515128Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1515902Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1516711Z test_swalr_hypers (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:00.1517522Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1518406Z test_swalr_no_anneal (__main__.TestLRScheduler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1519133Z test_adadelta (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1519827Z test_adadelta_complex (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1520544Z test_adagrad (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1521243Z test_adagrad_complex (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1521916Z test_adagrad_sparse (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1522637Z test_adam (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.014s) 2022-11-23T02:13:00.1523342Z test_adamax (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1524048Z test_adamw (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1524743Z test_asgd (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1525577Z test_duplicate_params_in_param_group (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1526319Z test_empty_grad (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1527065Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1527795Z test_fused_optimizers (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1528507Z test_invalid_param_type (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1529358Z test_lbfgs (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1530053Z test_lbfgs_return_type (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1530776Z test_multi_tensor_optimizers (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1531500Z test_nadam (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1532200Z test_no_grad_for_all_params (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1532873Z test_radam (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1533672Z test_rmsprop (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:00.1534354Z test_rprop (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1535024Z test_sgd (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:13:00.1535751Z test_sgd_complex (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:00.1536453Z test_sgd_sparse (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1537158Z test_sparse_adam (__main__.TestOptim) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:00.1537898Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1538661Z test_averaged_model_exponential (__main__.TestSWAUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:00.1539423Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1540227Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1540990Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1541727Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:00.1542444Z test_update_bn_cnn (__main__.TestSWAUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1543141Z test_update_bn_dnn (__main__.TestSWAUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:00.1543505Z 2022-11-23T02:13:00.1543714Z ---------------------------------------------------------------------- 2022-11-23T02:13:00.1544160Z Ran 161 tests in 0.609s 2022-11-23T02:13:00.1544325Z 2022-11-23T02:13:00.1544428Z OK (skipped=161) 2022-11-23T02:13:00.1544584Z 2022-11-23T02:13:00.1544711Z Generating XML reports... 2022-11-23T02:13:00.1545246Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestDifferentiableOptimizer-20221123021259.xml 2022-11-23T02:13:00.1545916Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestLRScheduler-20221123021259.xml 2022-11-23T02:13:00.1546551Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestOptim-20221123021259.xml 2022-11-23T02:13:00.1547185Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestSWAUtils-20221123021259.xml 2022-11-23T02:13:00.1547514Z 2022-11-23T02:13:00.1547954Z ##[endgroup] 2022-11-23T02:13:00.1548422Z FINISHED PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_m5h01k37) 2022-11-23T02:13:00.1548769Z 2022-11-23T02:13:01.8913950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:01.8914665Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:01.8915014Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:02.0446821Z Running test_package ... [2022-11-23 02:13:02.044412] 2022-11-23T02:13:02.0453242Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:02.045017] 2022-11-23T02:13:02.0454566Z Ignoring disabled issues: [] 2022-11-23T02:13:02.7024665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:02.7025385Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:02.7025729Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:02.8561171Z Running test_per_overload_api ... [2022-11-23 02:13:02.846142] 2022-11-23T02:13:02.8566404Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:02.856253] 2022-11-23T02:13:02.8567996Z Ignoring disabled issues: [] 2022-11-23T02:13:05.1579955Z 2022-11-23T02:13:05.1580637Z Expand the folded group to see the log file of test_package 2022-11-23T02:13:05.1581380Z ##[group]PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_0imrb8kk) 2022-11-23T02:13:05.1583941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:05.1584982Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:05.1585198Z 2022-11-23T02:13:05.1585306Z Running tests... 2022-11-23T02:13:05.1585661Z ---------------------------------------------------------------------- 2022-11-23T02:13:05.1586117Z Test results will be stored in test-reports\python-unittest\test_package 2022-11-23T02:13:05.1586772Z test_trace_dependencies (test_analyze.TestAnalyze) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.404s) 2022-11-23T02:13:05.1587208Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-11-23T02:13:05.1587672Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1588126Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-11-23T02:13:05.1588530Z A unpackageable dependency should raise a PackagingError. ... skip: extension modules have a different file extension on windows (0.000s) 2022-11-23T02:13:05.1588899Z test_deny (test_dependency_api.TestDependencyAPI) 2022-11-23T02:13:05.1589310Z Test marking packages as "deny" during export. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1589709Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-11-23T02:13:05.1590236Z Test marking packages as "deny" using globs instead of package names. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1590796Z test_extern (test_dependency_api.TestDependencyAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1591346Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1591770Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T02:13:05.1592231Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1592680Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-11-23T02:13:05.1593169Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1593628Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-11-23T02:13:05.1594074Z The save_module APIs should implicitly intern the module being saved. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1594496Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-11-23T02:13:05.1594923Z Failure to handle all dependencies should lead to an error. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:05.1595335Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-11-23T02:13:05.1595779Z An incorrectly-formed import should raise a PackagingError. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1596337Z test_mock (test_dependency_api.TestDependencyAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1596882Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1597311Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T02:13:05.1597768Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1598385Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1598949Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1599383Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-11-23T02:13:05.1599839Z Re-packaging a package that contains a mocked module should work correctly. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1600420Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1601008Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:05.1601633Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1602211Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1602783Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1603325Z test_all_paths (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1603841Z test_contains (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1604371Z test_contains_non_hashable (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1604960Z test_edges (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1605485Z test_forward_closure (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1606001Z test_iter (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1606510Z test_node_attr_update (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1607036Z test_node_attrs (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1607573Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1608110Z test_predecessors (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1608643Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1609222Z test_successors (test_digraph.TestDiGraph) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1609724Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... skip: Tests that use temporary files are disabled in fbcode (0.002s) 2022-11-23T02:13:05.1610128Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:13:05.1610500Z Test DirectoryReader's has_record(). ... skip: Tests that use temporary files are disabled in fbcode (0.001s) 2022-11-23T02:13:05.1610839Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:13:05.1611237Z Test basic saving and loading of a packages from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.001s) 2022-11-23T02:13:05.1611617Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:13:05.1612020Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.001s) 2022-11-23T02:13:05.1612421Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:13:05.1612847Z Packaged modules should be able to use the importlib.resources API to access ... skip: Tests that use temporary files are disabled in fbcode (0.001s) 2022-11-23T02:13:05.1613290Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:13:05.1613686Z Tests that packaged code can used importlib.resources.path. ... skip: Tests that use temporary files are disabled in fbcode (0.001s) 2022-11-23T02:13:05.1614070Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:13:05.1614459Z Tests DirectoryReader as the base for get_resource_reader. ... skip: Tests that use temporary files are disabled in fbcode (0.003s) 2022-11-23T02:13:05.1614853Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:13:05.1615261Z Test basic saving and loading of a ScriptModule in a directory. ... skip: Tests that use temporary files are disabled in fbcode (0.001s) 2022-11-23T02:13:05.1615748Z test_exclude (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1616290Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1616820Z test_invalid_raw (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1617360Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1617880Z test_one_star (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1618406Z test_one_star_middle (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1618962Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1619510Z test_one_star_partial (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1620056Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1621149Z test_raw_two_star (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1621676Z test_two_star (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1622196Z test_two_star_end (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1622724Z test_two_star_middle (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:05.1623258Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1623807Z test_ordered_importer_basic (test_importer.TestImporter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1624225Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-11-23T02:13:05.1624736Z OrderedImporter's implementation of whichmodule should try each ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1625193Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-11-23T02:13:05.1625652Z Exercise corner case where we try to pickle an object whose ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1626197Z test_single_ordered_importer (test_importer.TestImporter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:05.1626745Z test_sys_importer (test_importer.TestImporter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1627288Z test_sys_importer_roundtrip (test_importer.TestImporter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1627736Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:13:05.1628176Z Tests for backwards compatible fx module ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1628581Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:13:05.1629014Z Tests for backwards compatible nn module ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1629443Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:13:05.1629907Z Tests for backwards compatible torchscript module ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1630293Z test_demangle_base (test_mangling.TestMangling) 2022-11-23T02:13:05.1630733Z Demangling a mangle parent directly should currently return an empty string. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1631260Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-11-23T02:13:05.1631787Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1632347Z test_is_mangled (test_mangling.TestMangling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1632945Z test_mangle_empty_errors (test_mangling.TestMangling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1633485Z test_mangle_prefix (test_mangling.TestMangling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1633882Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-11-23T02:13:05.1634319Z Mangling the same name twice should produce the same result. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1634863Z test_package_mangler (test_mangling.TestMangling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:05.1635406Z test_roundtrip_mangling (test_mangling.TestMangling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1635807Z test_unique_manglers (test_mangling.TestMangling) 2022-11-23T02:13:05.1636286Z Each mangler instance should generate a unique mangled name for a given input. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1636853Z test_unique_module_names (test_mangling.TestMangling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1637232Z test_dunder_package_present (test_misc.TestMisc) 2022-11-23T02:13:05.1637660Z The attribute '__torch_package__' should be populated on imported modules. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1638088Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-11-23T02:13:05.1638518Z The attribute '__torch_package__' should be accessible from within ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1638914Z test_exporter_content_lists (test_misc.TestMisc) 2022-11-23T02:13:05.1639334Z Test content list API for PackageExporter's contained modules. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1639721Z test_file_structure (test_misc.TestMisc) 2022-11-23T02:13:05.1640130Z Tests package's Directory structure representation of a zip file. Ensures ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1640541Z test_file_structure_has_file (test_misc.TestMisc) 2022-11-23T02:13:05.1640924Z Test Directory's has_file() method. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1641275Z test_inspect_class (test_misc.TestMisc) 2022-11-23T02:13:05.1641671Z Should be able to retrieve source for a packaged class. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1642051Z test_is_from_package (test_misc.TestMisc) 2022-11-23T02:13:05.1642441Z is_from_package should work for objects and modules ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1642836Z test_load_python_version_from_package (test_misc.TestMisc) 2022-11-23T02:13:05.1643238Z Tests loading a package with a python version embdded ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1643608Z test_python_version (test_misc.TestMisc) 2022-11-23T02:13:05.1644081Z Tests that the current python version is stored in the package and is available ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1644496Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-11-23T02:13:05.1645003Z The standard library performs sys.module assignment hackery which ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1645544Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.002s) 2022-11-23T02:13:05.1646100Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.002s) 2022-11-23T02:13:05.1646580Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-11-23T02:13:05.1647113Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1647714Z test_package_fx_package (test_package_fx.TestPackageFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1648261Z test_package_fx_simple (test_package_fx.TestPackageFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1648810Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1649356Z test_package_then_fx (test_package_fx.TestPackageFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1649799Z test_different_package_interface (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1650253Z Test a case where the interface defined in the package is ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1650695Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1651200Z Test a case where the script class defined in the package is ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1651637Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1652094Z Test loading of single ScriptModule shared by multiple eager ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1652525Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1652957Z Test tensors shared across eager and ScriptModules on load ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1653400Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1653857Z Test tensors shared across eager and ScriptModules on load ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:05.1654293Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1654748Z Test saving inline and imported modules in same package with ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1655205Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1655620Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.000s) 2022-11-23T02:13:05.1655956Z test_package_interface (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1656382Z Packaging an interface class should work correctly. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1656945Z test_package_script_class (test_package_script.TestPackageScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1657553Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1658041Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1658503Z Test saving of single ScriptModule shared by multiple ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1658944Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1659455Z Test to verify saving multiple ScriptModules with completely ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1659897Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1660340Z Test to verify saving multiple different modules and ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1660742Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1661157Z Test basic saving of ScriptModule. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1661564Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1661991Z Test basic saving of ScriptModule in file. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.1662424Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1662783Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.000s) 2022-11-23T02:13:05.1663132Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1663567Z Test basic saving of ScriptModule with submodule. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:05.1663997Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1664471Z Test saving of ScriptModules inside of container. Checks that relations ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1664942Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1665419Z Test to verify saving multiple ScriptModules with same top module ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1665848Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1666303Z Test tensors shared across eager and ScriptModules are serialized once. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1666760Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1667188Z Test scripting a module loaded from a package ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1667657Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1668115Z Test to verify saving and loading same ScriptModule object works ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1668547Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-11-23T02:13:05.1668996Z Test that saving a ScriptModule and a separately saving a tensor ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1669590Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1670179Z test_importer_access (test_resources.TestResources) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1670597Z test_package_resource_access (test_resources.TestResources) 2022-11-23T02:13:05.1671095Z Packaged modules should be able to use the importlib.resources API to access ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1671525Z test_resource_access_by_path (test_resources.TestResources) 2022-11-23T02:13:05.1671968Z Tests that packaged code can used importlib.resources.path. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1672383Z test_resource_reader (test_resources.TestResources) 2022-11-23T02:13:05.1672813Z Test compliance with the get_resource_reader importlib API. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1673220Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-11-23T02:13:05.1673649Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1674200Z test_dunder_imports (test_save_load.TestSaveLoad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1674607Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-11-23T02:13:05.1675030Z If an object with the same qualified name is loaded from different ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:05.1675560Z test_pickle (test_save_load.TestSaveLoad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1675954Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-11-23T02:13:05.1676390Z Saving a module that came from another PackageImporter should work. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1676834Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-11-23T02:13:05.1677310Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1677867Z test_save_module (test_save_load.TestSaveLoad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1678398Z test_save_module_binary (test_save_load.TestSaveLoad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1678977Z test_saving_source (test_save_load.TestSaveLoad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1679504Z test_saving_string (test_save_load.TestSaveLoad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:05.1679774Z 2022-11-23T02:13:05.1679910Z ---------------------------------------------------------------------- 2022-11-23T02:13:05.1680156Z Ran 132 tests in 0.563s 2022-11-23T02:13:05.1680272Z 2022-11-23T02:13:05.1680345Z OK (skipped=132) 2022-11-23T02:13:05.1680455Z 2022-11-23T02:13:05.1680542Z Generating XML reports... 2022-11-23T02:13:05.1680901Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_analyze.TestAnalyze-20221123021304.xml 2022-11-23T02:13:05.1681396Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_api.TestDependencyAPI-20221123021304.xml 2022-11-23T02:13:05.1681920Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_hooks.TestDependencyHooks-20221123021304.xml 2022-11-23T02:13:05.1682832Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_digraph.TestDiGraph-20221123021304.xml 2022-11-23T02:13:05.1683361Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_directory_reader.DirectoryReaderTest-20221123021304.xml 2022-11-23T02:13:05.1683869Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_glob_group.TestGlobGroup-20221123021304.xml 2022-11-23T02:13:05.1684358Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_importer.TestImporter-20221123021304.xml 2022-11-23T02:13:05.1684940Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_load_bc_packages.TestLoadBCPackages-20221123021304.xml 2022-11-23T02:13:05.1685450Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_mangling.TestMangling-20221123021304.xml 2022-11-23T02:13:05.1685906Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_misc.TestMisc-20221123021304.xml 2022-11-23T02:13:05.1686345Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_model.ModelTest-20221123021304.xml 2022-11-23T02:13:05.1686793Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_fx.TestPackageFX-20221123021304.xml 2022-11-23T02:13:05.1687286Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_script.TestPackageScript-20221123021304.xml 2022-11-23T02:13:05.1687786Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_repackage.TestRepackage-20221123021304.xml 2022-11-23T02:13:05.1688264Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_resources.TestResources-20221123021304.xml 2022-11-23T02:13:05.1688752Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_save_load.TestSaveLoad-20221123021304.xml 2022-11-23T02:13:05.1688996Z 2022-11-23T02:13:05.1689303Z ##[endgroup] 2022-11-23T02:13:05.1689629Z FINISHED PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_0imrb8kk) 2022-11-23T02:13:05.1689880Z 2022-11-23T02:13:05.7698836Z 2022-11-23T02:13:05.7699466Z Expand the folded group to see the log file of test_per_overload_api 2022-11-23T02:13:05.7700229Z ##[group]PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_p0ov485z) 2022-11-23T02:13:05.7701086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:05.7701938Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:05.7702084Z 2022-11-23T02:13:05.7702159Z Running tests... 2022-11-23T02:13:05.7702418Z ---------------------------------------------------------------------- 2022-11-23T02:13:05.7702767Z Test results will be stored in test-reports\python-unittest\test_per_overload_api 2022-11-23T02:13:05.7704035Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.450s) 2022-11-23T02:13:05.7705071Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.7705621Z test_decompose (__main__.TestPerOverloadAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:05.7705897Z 2022-11-23T02:13:05.7706047Z ---------------------------------------------------------------------- 2022-11-23T02:13:05.7706282Z Ran 3 tests in 0.454s 2022-11-23T02:13:05.7706396Z 2022-11-23T02:13:05.7706469Z OK (skipped=3) 2022-11-23T02:13:05.7706579Z 2022-11-23T02:13:05.7706788Z Generating XML reports... 2022-11-23T02:13:05.7707252Z Generated XML report: test-reports\python-unittest\test_per_overload_api\TEST-TestPerOverloadAPI-20221123021304.xml 2022-11-23T02:13:05.7707516Z 2022-11-23T02:13:05.7707784Z ##[endgroup] 2022-11-23T02:13:05.7708148Z FINISHED PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_p0ov485z) 2022-11-23T02:13:05.7708417Z 2022-11-23T02:13:07.9067486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:07.9068388Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:07.9068839Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:08.0596541Z Running test_proxy_tensor ... [2022-11-23 02:13:08.059281] 2022-11-23T02:13:08.0601819Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:08.059871] 2022-11-23T02:13:08.0603098Z Ignoring disabled issues: [] 2022-11-23T02:13:08.5121233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:08.5122019Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:08.5122367Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:08.6600105Z Running test_pruning_op ... [2022-11-23 02:13:08.659528] 2022-11-23T02:13:08.6605467Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:08.660118] 2022-11-23T02:13:08.6606949Z Ignoring disabled issues: [] 2022-11-23T02:13:11.0456240Z 2022-11-23T02:13:11.0456866Z Expand the folded group to see the log file of test_pruning_op 2022-11-23T02:13:11.0457601Z ##[group]PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_gktym4ub) 2022-11-23T02:13:11.0458632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:11.0459300Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:11.0459448Z 2022-11-23T02:13:11.0459666Z ##[endgroup] 2022-11-23T02:13:11.0460012Z FINISHED PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_gktym4ub) 2022-11-23T02:13:11.0460312Z 2022-11-23T02:13:11.9623025Z 2022-11-23T02:13:11.9623769Z Expand the folded group to see the log file of test_proxy_tensor 2022-11-23T02:13:11.9624530Z ##[group]PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_x18qpd8r) 2022-11-23T02:13:11.9626263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:11.9627321Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:11.9627928Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:125: 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-11-23T02:13:11.9628473Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:13:11.9628664Z 2022-11-23T02:13:11.9628740Z Running tests... 2022-11-23T02:13:11.9628983Z ---------------------------------------------------------------------- 2022-11-23T02:13:11.9629322Z Test results will be stored in test-reports\python-unittest\test_proxy_tensor 2022-11-23T02:13:11.9629773Z test_alias (__main__.TestFakeProxyTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9630304Z test_issue82547 (__main__.TestFakeProxyTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9630820Z test_meta (__main__.TestFakeProxyTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9631359Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9631911Z test_allclose (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9632417Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-11-23T02:13:11.9632883Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9633464Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9634043Z test_constant_random (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9634720Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9635297Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:11.9635886Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9636460Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9637027Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:11.9637606Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9638250Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9638828Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:11.9639423Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9640004Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9640576Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9641155Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9641731Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9642304Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9642859Z test_pr_86917 (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9643410Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:11.9644017Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9644612Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.001s) 2022-11-23T02:13:11.9645167Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9645723Z test_strides (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9646342Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9646901Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9647475Z test_val_metadata_mutation (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9648038Z test_varargs (__main__.TestGenericProxyTensorFake) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9648590Z test_allclose (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9649042Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.001s) 2022-11-23T02:13:11.9649556Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9650135Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9650704Z test_constant_random (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9651266Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9651838Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9652419Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:11.9652972Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9653577Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9654159Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:11.9654745Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9655329Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:11.9655909Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:11.9656489Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9657114Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9657684Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9658266Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9658844Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:11.9659402Z test_pr_86917 (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9659952Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9660587Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:11.9661116Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.002s) 2022-11-23T02:13:11.9661611Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9662174Z test_strides (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9662740Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9663609Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:11.9664475Z test_val_metadata_mutation (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9665318Z test_varargs (__main__.TestGenericProxyTensorReal) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:11.9666021Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9666639Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9667284Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9667870Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9668505Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.006s) 2022-11-23T02:13:11.9669156Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9669773Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9670396Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9670997Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9671557Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9672109Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.004s) 2022-11-23T02:13:11.9672579Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9672978Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:13:11.9673378Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:13:11.9673776Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9674173Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9674549Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9674939Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9675330Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9675690Z test_pr_86917 (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9676112Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9676533Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9676957Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9677328Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9677694Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9678064Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9678488Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9678872Z test_val_metadata_mutation (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9679245Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9679579Z test_binary_broadcast (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9679897Z test_cat (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9680235Z test_elementwise_meta_with_sym_numbers (__main__.TestSymbolicTracing) ... skip: no sympy (0.002s) 2022-11-23T02:13:11.9680573Z test_expand (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9680891Z test_guards_equal (__main__.TestSymbolicTracing) ... skip: no sympy (0.003s) 2022-11-23T02:13:11.9681208Z test_mega_guard (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9681656Z test_metadata (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9681997Z test_metadata_fresh (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9682321Z test_multiply_shape (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9682641Z test_neg_shape (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9682952Z test_new_empty (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9683294Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9683638Z test_return_symint (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:13:11.9683943Z test_rmethod (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9684263Z test_size_with_tensor (__main__.TestSymbolicTracing) ... skip: no sympy (0.002s) 2022-11-23T02:13:11.9684718Z test_sqrt_size (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9685039Z test_sym_storage_offset (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9685376Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9685691Z test_unary (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:13:11.9685861Z 2022-11-23T02:13:11.9686037Z ---------------------------------------------------------------------- 2022-11-23T02:13:11.9686323Z Ran 110 tests in 0.109s 2022-11-23T02:13:11.9686438Z 2022-11-23T02:13:11.9686511Z OK (skipped=110) 2022-11-23T02:13:11.9686623Z 2022-11-23T02:13:11.9686713Z Generating XML reports... 2022-11-23T02:13:11.9687204Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestFakeProxyTensor-20221123021311.xml 2022-11-23T02:13:11.9687723Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorFake-20221123021311.xml 2022-11-23T02:13:11.9688259Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorReal-20221123021311.xml 2022-11-23T02:13:11.9688789Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorSymbolic-20221123021311.xml 2022-11-23T02:13:11.9689358Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestSymbolicTracing-20221123021311.xml 2022-11-23T02:13:11.9689614Z 2022-11-23T02:13:11.9689912Z ##[endgroup] 2022-11-23T02:13:11.9690267Z FINISHED PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_x18qpd8r) 2022-11-23T02:13:11.9690529Z 2022-11-23T02:13:13.7863801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:13.7864533Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:13.7864860Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:13.9484211Z Running test_public_bindings ... [2022-11-23 02:13:13.948253] 2022-11-23T02:13:13.9489871Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:13.948809] 2022-11-23T02:13:13.9491243Z Ignoring disabled issues: [] 2022-11-23T02:13:14.8255427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:14.8256149Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:14.8256492Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:14.9803749Z Running test_python_dispatch ... [2022-11-23 02:13:14.979709] 2022-11-23T02:13:14.9809030Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:14.979709] 2022-11-23T02:13:14.9811312Z Ignoring disabled issues: [] 2022-11-23T02:13:16.8234810Z 2022-11-23T02:13:16.8235639Z Expand the folded group to see the log file of test_public_bindings 2022-11-23T02:13:16.8236897Z ##[group]PRINTING LOG FILE of test_public_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_public_bindings_wsg5329t) 2022-11-23T02:13:16.8238560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:16.8239303Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:16.8239438Z 2022-11-23T02:13:16.8239512Z Running tests... 2022-11-23T02:13:16.8239864Z ---------------------------------------------------------------------- 2022-11-23T02:13:16.8240249Z Test results will be stored in test-reports\python-unittest\test_public_bindings 2022-11-23T02:13:16.8240570Z test_correct_module_names (__main__.TestPublicBindings) 2022-11-23T02:13:16.8240916Z An API is considered public, if its `__module__` starts with `torch.` ... skip: Distributed Attribute Error (0.004s) 2022-11-23T02:13:16.8241253Z test_no_new_bindings (__main__.TestPublicBindings) 2022-11-23T02:13:16.8241668Z This test aims to stop the introduction of new JIT bindings into torch._C ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.439s) 2022-11-23T02:13:16.8241958Z 2022-11-23T02:13:16.8242220Z ---------------------------------------------------------------------- 2022-11-23T02:13:16.8242475Z Ran 2 tests in 0.453s 2022-11-23T02:13:16.8242591Z 2022-11-23T02:13:16.8242665Z OK (skipped=2) 2022-11-23T02:13:16.8242773Z 2022-11-23T02:13:16.8242862Z Generating XML reports... 2022-11-23T02:13:16.8243226Z Generated XML report: test-reports\python-unittest\test_public_bindings\TEST-TestPublicBindings-20221123021316.xml 2022-11-23T02:13:16.8243484Z 2022-11-23T02:13:16.8243716Z ##[endgroup] 2022-11-23T02:13:16.8244128Z FINISHED PRINTING LOG FILE of test_public_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_public_bindings_wsg5329t) 2022-11-23T02:13:16.8244396Z 2022-11-23T02:13:17.9138297Z 2022-11-23T02:13:17.9139033Z Expand the folded group to see the log file of test_python_dispatch 2022-11-23T02:13:17.9139885Z ##[group]PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_c4mqhn3g) 2022-11-23T02:13:17.9140820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:17.9141573Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:17.9141720Z 2022-11-23T02:13:17.9141792Z Running tests... 2022-11-23T02:13:17.9142044Z ---------------------------------------------------------------------- 2022-11-23T02:13:17.9142382Z Test results will be stored in test-reports\python-unittest\test_python_dispatch 2022-11-23T02:13:17.9142839Z test_all_same_mode (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.414s) 2022-11-23T02:13:17.9143379Z test_autograd_in_attr (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9143937Z test_basic (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9144525Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:17.9145279Z test_construct_int_tensor (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9145818Z test_custom_autograd (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9146372Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9146928Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9147529Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9148137Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9148780Z test_device_slowpath (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:17.9149317Z test_dim_slowpath (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9149854Z test_dispatch_super_call (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9150403Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9150961Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9151515Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9152065Z test_exception_handling (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9152598Z test_fancy_strides (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9153120Z test_format (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9153675Z test_get_cur_mode (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9154286Z test_get_mode_stack (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9154837Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9155383Z test_invalid_ret (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9155904Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9156498Z test_kwarg_only (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9157043Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9157589Z test_layout_slow_path (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9158099Z test_like (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9158609Z test_list_ret (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9159137Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9159732Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9160316Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:17.9160875Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9161408Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9161939Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9162493Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9163045Z test_nesting_same_mode (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9163568Z test_new_ones (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:17.9164219Z test_none_wrapping (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9164763Z test_notimplemented_mode (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9165305Z test_optional_tensor_list (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9165823Z test_out (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9166345Z test_produce_real_type (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9166867Z test_set_data (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9167933Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:17.9168465Z test_sizes_slow_path (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:13:17.9168979Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9169506Z test_storage (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9170055Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9170615Z test_strides_slow_path (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9171220Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9171770Z test_subclass_creation (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9172308Z test_subclass_priority (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9172859Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9173418Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9174024Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9174667Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9175234Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9175762Z test_version (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9176306Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9176854Z test_with_nested_modes (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9177399Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9177936Z test_basic (__main__.TestPythonDispatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9178511Z test_lstsq (__main__.TestPythonDispatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9178952Z test_alias_analysis (__main__.TestPythonRegistration) ... skip: Skipped under Windows (0.001s) 2022-11-23T02:13:17.9179425Z test_create_new_library (__main__.TestPythonRegistration) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9179993Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9180559Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9181131Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9181715Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:17.9182332Z test_override_cpu_sum (__main__.TestPythonRegistration) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:17.9182896Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:17.9183192Z 2022-11-23T02:13:17.9183339Z ---------------------------------------------------------------------- 2022-11-23T02:13:17.9183588Z Ran 72 tests in 0.531s 2022-11-23T02:13:17.9183719Z 2022-11-23T02:13:17.9183809Z OK (skipped=72) 2022-11-23T02:13:17.9183919Z 2022-11-23T02:13:17.9184006Z Generating XML reports... 2022-11-23T02:13:17.9184422Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatch-20221123021317.xml 2022-11-23T02:13:17.9184913Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatcher-20221123021317.xml 2022-11-23T02:13:17.9185425Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonRegistration-20221123021317.xml 2022-11-23T02:13:17.9185692Z 2022-11-23T02:13:17.9185968Z ##[endgroup] 2022-11-23T02:13:17.9186322Z FINISHED PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_c4mqhn3g) 2022-11-23T02:13:17.9186589Z 2022-11-23T02:13:19.5873377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:19.5874115Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:19.5874461Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:19.7390122Z Running test_pytree ... [2022-11-23 02:13:19.729882] 2022-11-23T02:13:19.7395116Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:19.729882] 2022-11-23T02:13:19.7397136Z Ignoring disabled issues: [] 2022-11-23T02:13:20.5795165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:20.5796077Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:20.7294108Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:20.7294479Z Running test_quantization ... [2022-11-23 02:13:20.723373] 2022-11-23T02:13:20.7298996Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:20.723373] 2022-11-23T02:13:20.7300559Z Ignoring disabled issues: [] 2022-11-23T02:13:22.6364303Z 2022-11-23T02:13:22.6364758Z Expand the folded group to see the log file of test_pytree 2022-11-23T02:13:22.6365549Z ##[group]PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_znzd284c) 2022-11-23T02:13:22.6367500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:22.6368732Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:22.6368979Z 2022-11-23T02:13:22.6369103Z Running tests... 2022-11-23T02:13:22.6369511Z ---------------------------------------------------------------------- 2022-11-23T02:13:22.6370047Z Test results will be stored in test-reports\python-unittest\test_pytree 2022-11-23T02:13:22.6370891Z test_broadcast_to_and_flatten (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.435s) 2022-11-23T02:13:22.6371801Z test_flatten_unflatten_dict (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:22.6372696Z test_flatten_unflatten_leaf (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:22.6373577Z test_flatten_unflatten_list (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:22.6374469Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:22.6375385Z test_flatten_unflatten_nested (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:22.6376293Z test_flatten_unflatten_odict (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:22.6377200Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:22.6378134Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:22.6379054Z test_flatten_unflatten_tuple (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:22.6379751Z test_tree_all_any (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:22.6380405Z test_tree_only (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:22.6380992Z test_treemap (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:22.6381499Z test_treespec_equality (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:22.6382015Z test_treespec_repr (__main__.TestPytree) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:22.6382281Z 2022-11-23T02:13:22.6382420Z ---------------------------------------------------------------------- 2022-11-23T02:13:22.6382667Z Ran 15 tests in 0.453s 2022-11-23T02:13:22.6382786Z 2022-11-23T02:13:22.6382859Z OK (skipped=15) 2022-11-23T02:13:22.6382968Z 2022-11-23T02:13:22.6383056Z Generating XML reports... 2022-11-23T02:13:22.6383389Z Generated XML report: test-reports\python-unittest\test_pytree\TEST-TestPytree-20221123021321.xml 2022-11-23T02:13:22.6383619Z 2022-11-23T02:13:22.6383899Z ##[endgroup] 2022-11-23T02:13:22.6384302Z FINISHED PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_znzd284c) 2022-11-23T02:13:22.6384556Z 2022-11-23T02:13:25.5560379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:25.5561136Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:25.7559563Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:25.7560146Z Running test_scatter_gather_ops ... [2022-11-23 02:13:25.755611] 2022-11-23T02:13:25.7566253Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:25.756239] 2022-11-23T02:13:25.7567627Z Ignoring disabled issues: [] 2022-11-23T02:13:29.0502967Z 2022-11-23T02:13:29.0503592Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-11-23T02:13:29.0504629Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_l0529qa2) 2022-11-23T02:13:29.0506000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:29.0507180Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:29.0507454Z 2022-11-23T02:13:29.0507582Z Running tests... 2022-11-23T02:13:29.0507962Z ---------------------------------------------------------------------- 2022-11-23T02:13:29.0508141Z 2022-11-23T02:13:29.0508289Z ---------------------------------------------------------------------- 2022-11-23T02:13:29.0508530Z Ran 0 tests in 0.000s 2022-11-23T02:13:29.0508645Z 2022-11-23T02:13:29.0508704Z OK 2022-11-23T02:13:29.0508808Z 2022-11-23T02:13:29.0508898Z Generating XML reports... 2022-11-23T02:13:29.0509183Z Test results will be stored in test-reports\python-unittest\test_scatter_gather_ops 2022-11-23T02:13:29.0509386Z 2022-11-23T02:13:29.0509634Z ##[endgroup] 2022-11-23T02:13:29.0510203Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_l0529qa2) 2022-11-23T02:13:29.0510474Z 2022-11-23T02:13:32.1788100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:32.1789407Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:32.1789990Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:32.3399300Z Running test_schema_check ... [2022-11-23 02:13:32.336562] 2022-11-23T02:13:32.3404472Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:32.336562] 2022-11-23T02:13:32.3405992Z Ignoring disabled issues: [] 2022-11-23T02:13:36.9601117Z 2022-11-23T02:13:36.9601608Z Expand the folded group to see the log file of test_schema_check 2022-11-23T02:13:36.9602617Z ##[group]PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_av8fn5m9) 2022-11-23T02:13:36.9603910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:36.9604833Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:36.9605074Z 2022-11-23T02:13:36.9605193Z Running tests... 2022-11-23T02:13:36.9605580Z ---------------------------------------------------------------------- 2022-11-23T02:13:36.9606172Z Test results will be stored in test-reports\python-unittest\test_schema_check 2022-11-23T02:13:36.9606990Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9607868Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9608981Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9610028Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9610968Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9611773Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9612613Z test_mutation_check_fail (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9613528Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9614330Z test_overlaps_basic (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9615389Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9616306Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9617191Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9618106Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9618936Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9620487Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9621399Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9622259Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9623142Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9623982Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9624782Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9625575Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9626403Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9627262Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9628139Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9629007Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9629823Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9630656Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9631609Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9632478Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9633284Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9634122Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9634959Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:36.9635869Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:36.9636264Z 2022-11-23T02:13:36.9636486Z ---------------------------------------------------------------------- 2022-11-23T02:13:36.9636832Z Ran 33 tests in 0.047s 2022-11-23T02:13:36.9637009Z 2022-11-23T02:13:36.9637105Z OK (skipped=33) 2022-11-23T02:13:36.9637281Z 2022-11-23T02:13:36.9637420Z Generating XML reports... 2022-11-23T02:13:36.9637940Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheck-20221123021336.xml 2022-11-23T02:13:36.9638301Z 2022-11-23T02:13:36.9638690Z ##[endgroup] 2022-11-23T02:13:36.9639222Z FINISHED PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_av8fn5m9) 2022-11-23T02:13:36.9639636Z 2022-11-23T02:13:40.3159096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:40.3160570Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:40.3161196Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:40.4958823Z Running test_serialization ... [2022-11-23 02:13:40.495639] 2022-11-23T02:13:40.4964038Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:40.495639] 2022-11-23T02:13:40.4965246Z Ignoring disabled issues: [] 2022-11-23T02:13:44.0868712Z 2022-11-23T02:13:44.0869307Z Expand the folded group to see the log file of test_serialization 2022-11-23T02:13:44.0870524Z ##[group]PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_4llbrvuf) 2022-11-23T02:13:44.0871963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:44.0873080Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:44.0873589Z 2022-11-23T02:13:44.0873712Z Running tests... 2022-11-23T02:13:44.0874152Z ---------------------------------------------------------------------- 2022-11-23T02:13:44.0874722Z Test results will be stored in test-reports\python-unittest\test_serialization 2022-11-23T02:13:44.0875590Z test_load_error_msg (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0876546Z test_load_nonexistent_device (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0877489Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0878428Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0879400Z test_save_different_dtype_error (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0880566Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:44.0881503Z test_serialization (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0882511Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0883482Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0884474Z test_serialization_container (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0885547Z test_serialization_container_filelike (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0886386Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-11-23T02:13:44.0887123Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-11-23T02:13:44.0887992Z test_serialization_fake_zip (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0888930Z test_serialization_filelike (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0889905Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0890902Z test_serialization_filelike_exceptions (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0891871Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0892858Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0893996Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0894971Z test_serialization_gzip (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0896074Z test_serialization_map_location (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:44.0897042Z test_serialization_offset (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:44.0898055Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0899321Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0900326Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:44.0901237Z test_serialization_safe (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0902172Z test_serialization_save_warnings (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0903120Z test_serialization_sparse (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0904075Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0905143Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:44.0906107Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0907067Z test_serialization_storage_slice (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0908029Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0908958Z test_serialize_device (__main__.TestOldSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:44.0909878Z test_load_error_msg (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0910781Z test_load_nonexistent_device (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0911683Z test_load_python2_unicode_module (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0912760Z test_load_unicode_error_msg (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0913745Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0914763Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0915861Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0916869Z test_pathlike_serialization_weights_only_True (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:44.0917963Z test_save_different_dtype_error (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0918909Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0919830Z test_serialization (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0920764Z test_serialization_2gb_file (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0921698Z test_serialization_backwards_compat (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0922724Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0923569Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.010s) 2022-11-23T02:13:44.0924276Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.000s) 2022-11-23T02:13:44.0925337Z test_serialization_efficient_zerotensor_weights_only_False (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0926410Z test_serialization_efficient_zerotensor_weights_only_True (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0927424Z test_serialization_fake_zip (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0928293Z test_serialization_filelike (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0929193Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:44.0930108Z test_serialization_filelike_exceptions (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:44.0931219Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0932117Z test_serialization_filelike_stress (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0933010Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0933870Z test_serialization_gzip (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0934730Z test_serialization_map_location (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0935687Z test_serialization_math_bits_weights_only_False (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0936718Z test_serialization_math_bits_weights_only_True (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0937649Z test_serialization_offset_gzip (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0938515Z test_serialization_python_attr (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0939368Z test_serialization_safe (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0940233Z test_serialization_save_warnings (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0941103Z test_serialization_sparse (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0941977Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0942925Z test_serialization_sparse_invalid (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0943800Z test_serialization_sparse_safe (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0944663Z test_serialization_storage_slice (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0945601Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0946477Z test_serialization_zipfile_utils (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0947366Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0948388Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0949388Z test_serialize_device (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0950332Z test_weights_only_assert (__main__.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0951306Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0952349Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0953408Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0954629Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:44.0955753Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0956786Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:44.0957342Z 2022-11-23T02:13:44.0957597Z ---------------------------------------------------------------------- 2022-11-23T02:13:44.0958009Z Ran 85 tests in 0.157s 2022-11-23T02:13:44.0958212Z 2022-11-23T02:13:44.0958333Z OK (skipped=85) 2022-11-23T02:13:44.0958526Z 2022-11-23T02:13:44.0958675Z Generating XML reports... 2022-11-23T02:13:44.0959297Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestOldSerialization-20221123021343.xml 2022-11-23T02:13:44.0960210Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSerialization-20221123021343.xml 2022-11-23T02:13:44.0961103Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSubclassSerialization-20221123021343.xml 2022-11-23T02:13:44.0961578Z 2022-11-23T02:13:44.0962030Z ##[endgroup] 2022-11-23T02:13:44.0962711Z FINISHED PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_4llbrvuf) 2022-11-23T02:13:44.0963168Z 2022-11-23T02:13:47.2265880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:47.2266975Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:47.2267479Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:47.3935136Z Running test_set_default_mobile_cpu_allocator ... [2022-11-23 02:13:47.393284] 2022-11-23T02:13:47.3941385Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:47.393284] 2022-11-23T02:13:47.3942899Z Ignoring disabled issues: [] 2022-11-23T02:13:49.4393423Z 2022-11-23T02:13:49.4394004Z Expand the folded group to see the log file of test_quantization 2022-11-23T02:13:49.4394730Z ##[group]PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_zdqq2zo6) 2022-11-23T02:13:49.4417548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:49.4418478Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:49.4419139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:13:49.4420041Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:13:49.4420290Z 2022-11-23T02:13:49.4420402Z Running tests... 2022-11-23T02:13:49.4420780Z ---------------------------------------------------------------------- 2022-11-23T02:13:49.4421413Z Test results will be stored in test-reports\python-unittest\test_quantization 2022-11-23T02:13:49.4422146Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:13:49.4423117Z test_modules_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4424160Z test_modules_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4425156Z test_modules_intrinsic_qat_conv_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4426147Z test_modules_intrinsic_qat_linear_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4427154Z test_modules_intrinsic_qat_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4428121Z test_modules_intrinsic_quantized_bn_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4429093Z test_modules_intrinsic_quantized_conv_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4430065Z test_modules_intrinsic_quantized_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4431015Z test_modules_nn_intrinsic_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4432098Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4432937Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:13:49.4433710Z Tests the migration of the torch.nn.intrinsic.modules ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4434409Z test_package_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:13:49.4435065Z Tests the migration of the torch.nn.intrinsic.modules ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4435568Z test_package_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:13:49.4436096Z Tests the migration of the torch.nn.intrinsic.quantized ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4436654Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:13:49.4437159Z Tests the migration of the torch.nn.quantized.functional ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4437779Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4438565Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4439273Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4439960Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4440652Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4441348Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4442110Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4442817Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4443509Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4444267Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4445027Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4445712Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4446404Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4447094Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4447763Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4448484Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4449162Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4449873Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4450480Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:13:49.4450979Z Tests the migration of the torch.nn.qat.modules ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4451469Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:13:49.4451964Z Tests the migration of the torch.nn.qat.modules ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4452583Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4453183Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:13:49.4453742Z Tests the migration of the torch.nn.quantizable.modules ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4454374Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4455079Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4455715Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:13:49.4456334Z Tests the migration of the torch.nn.quantized.modules ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4456842Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:13:49.4457349Z Tests the migration of the torch.nn.quantized.modules ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4457984Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4458692Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4459421Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4460182Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4460884Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4461633Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4462392Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4463135Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4463887Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4464580Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4465269Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4465974Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4466680Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4467441Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4468754Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4469466Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4470167Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4470890Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4471615Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4472372Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4473161Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4473935Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4474620Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4475309Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4476005Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4476697Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4477398Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4478086Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4478787Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4479578Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4480348Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4481063Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4481764Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4482542Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4483283Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4484078Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4484841Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4485593Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4486306Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4499777Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4500504Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4501224Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4501948Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4502729Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4503509Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4504409Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4505086Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4505752Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4506408Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4507044Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4507760Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4508455Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4509163Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4509827Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4510489Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4511159Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4511840Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4512527Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4513237Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4513981Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4514702Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4515373Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4516088Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4516739Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4517370Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4517998Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4518640Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4519336Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4520030Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4520698Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4521353Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4522120Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4522841Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4523517Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4524119Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:13:49.4524531Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:13:49.4525030Z Tests that fake quant only modifies buffers in place. Note: this is important ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4525500Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:13:49.4526036Z Tests that observers only modify buffers in place. Note: this is important ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:49.4526565Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:13:49.4527051Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4527570Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:13:49.4527946Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-11-23T02:13:49.4528316Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:13:49.4528790Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4529395Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4530055Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4530761Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4531468Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4532192Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4532920Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4533647Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4534299Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4534942Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4535592Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4536230Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4536859Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4537502Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4538175Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4538870Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4539515Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4540174Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4540809Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4541440Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4542079Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4543156Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4543911Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4544410Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:13:49.4544865Z Sanity checks on _equalize.converged working ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4545321Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:13:49.4545802Z applies _equalize.cross_layer_equalization on two modules and checks ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4546261Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:13:49.4546726Z First checks to see if _equalize.equalize can handle multiple ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4547186Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:13:49.4547655Z Checks to see if eager mode equalization supports fused ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4548116Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:13:49.4548583Z Checks to see if eager mode equalization supports fused ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4549159Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:13:49.4549736Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:13:49.4550217Z After applying the equalization functions check if the input ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4550677Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:13:49.4551222Z Tests that graphs containing branches are prepared correctly. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4551694Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:13:49.4552179Z Tests that the modified model for equalization (before quantization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4552662Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:13:49.4553196Z After applying the equalization functions, check if the equalization ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4553710Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:13:49.4554173Z Tests that the modified model for equalization has the same graph ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:49.4554633Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:13:49.4555195Z Tests that graphs created after prepare_fx is as expected ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4555696Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:13:49.4556164Z Tests that for small models, the results of quantized models that ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4556627Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:13:49.4557118Z After applying the equalization functions check if the weights and ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4557574Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:13:49.4558036Z Tests that we are able to run numeric suite on the equalized model ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4558614Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4559245Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4559883Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4560360Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:13:49.4560797Z Verify that graph matching works on methods ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4561455Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4562163Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4562753Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:13:49.4563266Z Tests that the mapping of op relationships is complete. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4563891Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4564490Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4565088Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4565680Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4566334Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4566993Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4567525Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:13:49.4567991Z Verify that graph matching works on user defined functions ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4568491Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-11-23T02:13:49.4568942Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-11-23T02:13:49.4569403Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:13:49.4569979Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4570545Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:13:49.4571765Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4572418Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4573028Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:13:49.4573586Z Verify that add_loggers works on methods ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4574166Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4574818Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4575545Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4576240Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4576910Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4577480Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:13:49.4578060Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4578806Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4579524Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4580202Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4580879Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4581537Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4582181Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4582875Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4583582Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4584282Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4584977Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4585620Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4586266Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4586985Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4587671Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4588347Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4588999Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4589712Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4590289Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:13:49.4590802Z Verifies that logging inputs works correctly ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4591394Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4592040Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4592719Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4593259Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:13:49.4593772Z Verify that add_loggers works on methods ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4594354Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4595021Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4595679Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4596255Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:13:49.4596796Z Tests that all the ops quantization cares about have input and output ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:13:49.4597288Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:13:49.4597783Z Verify that shadowing works with ops which accept either fp32 or ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4598461Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4599007Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:13:49.4599507Z Verifies that we can match pairs of ops which have the same aten ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4600116Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4600801Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4601413Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:13:49.4602029Z Copying a `call_function` node is not implemented, test that this ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4602556Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:13:49.4603068Z Verify that NS APIs work on user defined functions ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4603562Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:13:49.4604005Z For user defined modules, ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4604570Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4605255Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4605958Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4606670Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4607383Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4608186Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4608910Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4609670Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4610360Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4611051Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4611637Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-11-23T02:13:49.4612116Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-11-23T02:13:49.4612730Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4613556Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4614267Z test_conv_bn_relu_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4614905Z test_functions (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4615528Z test_linear_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4616169Z test_linear_relu_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4616844Z test_logger_enabled_and_save_activations_flags (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4617422Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: no torchvision (0.000s) 2022-11-23T02:13:49.4617981Z test_partial_qconfig_mapping (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4618655Z test_qconfig_multi_mapping_deduplication (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4619383Z test_qconfig_multi_mapping_end_to_end (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4620103Z test_qconfig_multi_mapping_from_list (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4620777Z test_qconfig_multi_mapping_insert_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4621510Z test_qconfig_multi_mapping_ordering (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4622206Z test_qconfig_multi_mapping_retroactive_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4622907Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4623590Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4624229Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4624776Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:13:49.4625245Z Tests the backward method. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4625874Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4626458Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T02:13:49.4626890Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:13:49.4627326Z Tests the backward method. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4627901Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4628473Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T02:13:49.4629033Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4629672Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4630348Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4631053Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4631746Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4632248Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:13:49.4632822Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4633442Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4634062Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T02:13:49.4634651Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4635174Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:13:49.4635667Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4636340Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4636961Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T02:13:49.4637596Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4638253Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4638878Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4639531Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4640191Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4640850Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4641508Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4642223Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4642948Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4643694Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4644403Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4645060Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4645720Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4646228Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-11-23T02:13:49.4646705Z Test case that checks whether forward pre hooks of the first module and ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4647307Z test_fuse_function_customization (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4647960Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4648595Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4649193Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4649860Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4650483Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4651091Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4651717Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4652324Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temporarily skipping the test case, will enable after the simplepattern format is supported (0.010s) 2022-11-23T02:13:49.4652926Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4653551Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4654137Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:49.4654751Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4655423Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4655887Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:13:49.4656357Z This test tests that the node matched by MatchAllNode will be regared as an input ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4656823Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:13:49.4657284Z This test tests two keys in backend_config: root_node_getter and ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4657854Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4658304Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:13:49.4658719Z TODO: add test for all fused modules ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4659340Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4660001Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4660568Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T02:13:49.4661105Z Tests the case where we call the fused_obs_fake_quant op multiple times ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4661598Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T02:13:49.4662088Z Tests the case where we call the fused_obs_fake_quant op multiple times ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4662743Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4663440Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4664172Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4664845Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4665511Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4666194Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4667371Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4668057Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4668722Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4669415Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4670153Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4670947Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4671625Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4672328Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4673059Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4673756Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4674253Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:13:49.4674709Z Tests the constructor of the ModelReport class. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4675180Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:13:49.4675663Z Tests for generation of qconfigs by ModelReport API ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4676115Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:13:49.4676605Z Tests model_report.generate_model_report to ensure report generation ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4677084Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:13:49.4677604Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4678156Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:13:49.4678713Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4679276Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:13:49.4679749Z Tests for generation of qconfigs by ModelReport API ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4680370Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4681048Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4681708Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4682525Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4683241Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4683980Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4684679Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4685324Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4685958Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4686609Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4687259Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4687891Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4688432Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:13:49.4688901Z Tests the generate_table_view() ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4689349Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:13:49.4689852Z Tests the generate_table_view() ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4690360Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:13:49.4690875Z Tests the generate_table_view() ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4691320Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:13:49.4691826Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4692426Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4693136Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4693744Z test_histogram_observer_extreme_inputs (quantization.core.test_workflow_module.TestHistogramObserver) 2022-11-23T02:13:49.4694294Z Ensures that the HistogramObserver is able to work correctly in ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4694911Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4695629Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4696336Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4697003Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4697687Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4698372Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4699062Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4699759Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4700456Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4701149Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4701932Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4702711Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4703391Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4704113Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4704802Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4705530Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4706204Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4706873Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4707643Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4708328Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4709003Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4709685Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4710366Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4710929Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T02:13:49.4711385Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T02:13:49.4711941Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4712587Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4713185Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:13:49.4713812Z Ensures that the buffer shapes do not change from uninitialized to ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4714295Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:13:49.4714756Z Smoke test on saving/loading state_dict ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4715322Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4715976Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4716516Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:13:49.4716918Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:13:49.4717474Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4718092Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4718753Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4719286Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:13:49.4719769Z Tests that we can save and load state_dict for observers that are scripted ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4720300Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:13:49.4720839Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4721432Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4722082Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4722755Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T02:13:49.4723226Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T02:13:49.4723486Z ok (23.696s) 2022-11-23T02:13:49.4723842Z test_adaptive_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T02:13:49.4724375Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T02:13:49.4724932Z test_hardtanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T02:13:49.4725537Z test_mean (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T02:13:49.4726044Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-11-23T02:13:49.4726572Z test_qnnpack_add_broadcast (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T02:13:49.4727104Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T02:13:49.4727631Z test_qnnpack_mul (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-11-23T02:13:49.4728149Z test_qnnpack_relu (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-11-23T02:13:49.4728671Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-11-23T02:13:49.4729584Z test_qnnpack_sigmoid_sweep (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-11-23T02:13:49.4730109Z test_qnnpack_tanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.006s) 2022-11-23T02:13:49.4730688Z test_quantization_doc_custom (quantization.core.test_docs.TestQuantizationDocs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4731312Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4731927Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4732537Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4733197Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4733879Z test_embedding_bag (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4734531Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4735177Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4735859Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4736551Z test_dynamic_multi_op (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4737272Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4737939Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4738611Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4739253Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4739920Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4740637Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4741307Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4741967Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4742615Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4743244Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4743908Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4744537Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4745173Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4745819Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4746458Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4747107Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4747750Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4748422Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4749039Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4749676Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4750236Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:13:49.4750734Z Test post-training dynamic quantization on preserving ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4751436Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4752064Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:13:49.4752543Z Test quantization for nested model, top level 'fc3' and ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4753037Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:13:49.4753567Z Another test case for quantized, we will quantize all submodules ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4754039Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:13:49.4754532Z More complicated nested test case with child qconfig overrides ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4755022Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:13:49.4755524Z Test quantization for per_channel dynamic quantization ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4756004Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:13:49.4756548Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4757087Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:13:49.4757643Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4758174Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:13:49.4758699Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4759206Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:13:49.4759702Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4760261Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:13:49.4760744Z Test quantization for nested model, top level 'fc3' and ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4761211Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4761671Z Test quantization of activations ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4762215Z test_activations_in_non_leaf_module_list (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4762772Z Ensure activations like `nn.Sigmoid` and `nn.Tanh` are properly handled in ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4763298Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4763883Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4764453Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4764978Z Verifies that having qconfig==None for conv transpose does not crash ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4765599Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4766272Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4766952Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4767486Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4767959Z User inserts QuantStub and DeQuantStub in model code ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4768414Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4768888Z Test quantization for nested model, top level 'fc3' and ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4769480Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4770001Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4770472Z More complicated nested test case with child qconfig overrides ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4770956Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4771425Z Test quantization of normalization layers ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:49.4771893Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4772449Z Test the post-training quantization flow, serialization and scripting ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4772993Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4773554Z Test the post-training quantization flow, serialization and scripting ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4774215Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4774781Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4775264Z Test quantization for bottleneck topology used in resnet/resnext ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4775749Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4776314Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4776810Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4777333Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4777830Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4778303Z The case when we want to skip quantizing some layers ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4778761Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:13:49.4779269Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4779903Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4780538Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4781040Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:13:49.4781509Z Same as test_conv_linear but with Symmetric quantization. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4782166Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4782883Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4783560Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4784252Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4784914Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4785429Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:13:49.4785879Z Using FakeQuant in evaluation only mode, ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4786465Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4787112Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4787790Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4788457Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4788982Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:13:49.4789475Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4790112Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4790794Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4791461Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4792126Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4792834Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4793562Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4794247Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4794904Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4795596Z test__convert_to_reference_decomposed_fx (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4796243Z test__convert_to_reference_decomposed_fx_dynamic_quant (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4796749Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4797196Z Verifies that calculating a size of a quantized tensor works ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4797750Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4798232Z test_backend_config_check_for_weight_and_bias (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4798745Z Test to make sure the backend_config check for weight and bias ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4799205Z test_backend_config_quantization_range (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4799704Z Check that quantization ranges specified through the BackendConfig are reflected in ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4800180Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4800650Z Test QConfig eps validation against the BackendConfig's min scale value. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4801131Z test_change_backend_config_for_fixed_qparam_ops (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4801613Z Making sure we can skip validation of qconfigs for fixedqparam ops based ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4802246Z test_channel_shuffle_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4802735Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4803190Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4803684Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4804110Z Test quantizing conv and linear ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4804527Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4804989Z Test quantizing functional conv and linear with reference option ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4805566Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4806151Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4806846Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4807509Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4808136Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4808737Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4809229Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4809732Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4810258Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4810708Z Test the output of CopyNode to have the same ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4811255Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:13:49.4811739Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4812210Z Tests that the flow still works when the input of custom module ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4812813Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4813306Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4813803Z Make sure default quant is inserted properly ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4814216Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4814649Z Test to make sure dequantize node are placed before ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4815068Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4815512Z Make sure quantization runs for models with dictionary output ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4815970Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4816416Z Tests input for dynamic linear being used by multiple ops ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4816972Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4817439Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4817938Z Test that weight observer is run in convert step ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4818359Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4818817Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4819272Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4819736Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4820166Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4820595Z Test that the sequence of quant-dequant nodes in the ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4821148Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4821796Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4822246Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4822712Z Verifies that fp32 sum works correctly if it's before or after ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4823288Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4823961Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4824577Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4825174Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4825644Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4826113Z Ensure that leaving a possible fusion pattern of multiple nodes ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4826558Z test_get_default_qconfig_valid_backend (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4827053Z Checks that AssertionError is raised when non expected backend input is specified ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4827658Z test_get_executorch_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4828142Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4828603Z Verifies that binary ops get quantized correctly if some ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4829212Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4829664Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4830117Z Test support for qint8 activation in reference pattern ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4830703Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4831313Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4831790Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4832276Z Verifies that an observer is not inserted between an unmatched ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4832932Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4833429Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4833835Z Test quantizing a not used value ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4834235Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4834711Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4835185Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4835652Z Verify that specifying complicated output types does not crash. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4836223Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4836677Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4837083Z test MatchAllNode with ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4837642Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4838313Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4838987Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4839651Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4840310Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4841028Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4841684Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4842406Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4843095Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4843848Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4844473Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4845068Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4845520Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4845993Z Ensures that copy.deepcopy works correctly on a prepared model. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4846586Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4847047Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4847512Z Test to make sure the temporary config option to preserve qconfig attributes ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4847962Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4848383Z Test tuple input type is preserved ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4848954Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4849600Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4850261Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4850890Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4851941Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4852630Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4853279Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4853941Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4854458Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:13:49.4854984Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4855624Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4856227Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4856827Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4857424Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4858012Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4858604Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4859209Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4859823Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4860454Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4861095Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4861712Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4862316Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4863009Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:13:49.4863664Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4864255Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4864839Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4865433Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4866070Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4866530Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4867021Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4867622Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4868064Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4868491Z Test that the FQN of input_scale/zero_point is set ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4868925Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4869377Z If the output is hardcoded to be quantized, ensure that ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4869945Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4870552Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4871025Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4871494Z Test state_dict and deepcopy works properly in the quantized model ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4871930Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4872352Z Make sure the numerics for models with ref conv module ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4872814Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4873256Z Make sure the numerics for models with ref linear module ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4873919Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4874505Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4875086Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4875682Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4876173Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4876663Z The following graph should redirect the output to `b`. After the transformation, ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4877314Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4877914Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4878477Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4879063Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4879646Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4880108Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4880552Z Make sure that shape does not dequantize ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4881115Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4881723Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4882415Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4883078Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4883591Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4884020Z Make sure packed params appear in state_dict ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4884418Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4884885Z Test statically quantized custom module LSTM followed by ops that consume individual ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4885408Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4885891Z Test statically quantized custom module LSTM followed by a module that consumes the ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4886362Z test_static_lstm_with_custom_fixed_qparams (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4886847Z Test statically quantized LSTM with custom fixed qparams assigned to each of the ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4887421Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4887896Z test_symmetric_qnnpack_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:13:49.4888462Z Test whether `torch.ao.quantization.qconfig_mapping._get_symmetric_qnnpack_qconfig_mapping` ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4889107Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4889736Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4890348Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4890968Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4891598Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4892221Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4892874Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4893436Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.000s) 2022-11-23T02:13:49.4893898Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-11-23T02:13:49.4894454Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4895075Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4895701Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4896264Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.010s) 2022-11-23T02:13:49.4896774Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4897285Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-11-23T02:13:49.4897743Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-11-23T02:13:49.4898183Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.000s) 2022-11-23T02:13:49.4898680Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4899255Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4899898Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4900383Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4900844Z A test that checks correct patterns are produced for ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4901353Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T02:13:49.4901749Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4902203Z int8 is not supported for bmm so we won't produce reference ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4902671Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4903117Z Make sure we don't insert observer for boolean Tensors ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4903574Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4904003Z quantization of the output of cat will depend on the ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4904554Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4905124Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4905706Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4906262Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-11-23T02:13:49.4906767Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-11-23T02:13:49.4907196Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4907704Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4908216Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T02:13:49.4908742Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4909320Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4909904Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4910498Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4911465Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4912089Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4912616Z test_fixed_qparams_ops_wrong_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4913102Z Test that wrong qconfigs for fixed qparams ops results in the ops not being quantized. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4913752Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4914355Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4914952Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4915474Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.000s) 2022-11-23T02:13:49.4915952Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T02:13:49.4916377Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4916826Z A test that checks dequantize will be swapped for ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4917256Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4917695Z A test that checks correct patterns are produced for ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4918122Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4918585Z Make sure we only insert observer for getitem if the following node is matched ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4919230Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4919822Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4920296Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4920754Z If the inputs to the graph are quantized and the only node ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4921314Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4921901Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4922907Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4923568Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4924153Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4924710Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T02:13:49.4925256Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4925829Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4926307Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4926761Z Test multiple qconfigs for a single value ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4927312Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4927908Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4928489Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4929072Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4929657Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4930243Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4930753Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:13:49.4931192Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4931738Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4932332Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4932962Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4933583Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4934453Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4935008Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-11-23T02:13:49.4935489Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-11-23T02:13:49.4935975Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-11-23T02:13:49.4936456Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T02:13:49.4936929Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-11-23T02:13:49.4937457Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4938030Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4938616Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4939301Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4939990Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4940514Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-11-23T02:13:49.4941074Z Test observers with ignored function and make sure it works in ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4941682Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4942414Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4943092Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4943717Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4944306Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4944908Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4945392Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:13:49.4945845Z Make sure dequantize can support Tuple of tensor ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4946676Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4947155Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:13:49.4947608Z A test that checks dequantize will be swapped for ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4948043Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:13:49.4948542Z A test that checks correct patterns are produced for ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4949204Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4949842Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4950519Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4951165Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4951827Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4952494Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4953166Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4953933Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4954718Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4955380Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4955907Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:13:49.4956477Z Test quant fusion for multiple aten::add using same ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4957075Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4957619Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:13:49.4958128Z Test quant fusion for multiple aten::add using same ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4959065Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4959792Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4960319Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:13:49.4960818Z quantization of the output of cat will be depend on the ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4961441Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4962078Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:13:49.4962592Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4963180Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4963915Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4964573Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4965276Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4965927Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4966634Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4967309Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4968084Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4968756Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4969481Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4970152Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4970686Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:13:49.4971233Z Test that we don't fuse the cases when module type does not match ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4972185Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4972903Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4973662Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4974338Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4975043Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4975737Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4976430Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.4977001Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:13:49.4977528Z Make sure we skip observers for ops that doesn't require ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4978199Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4978776Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:13:49.4979296Z check quantization for if works as long as ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4979949Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4980711Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4981447Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4982179Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4982809Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:13:49.4983394Z Make sure we propagate observed property through general ops ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4984388Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4985074Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:13:49.4985639Z Make sure we propagate observed property through general ops ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.4986329Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.4987037Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.4987772Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4988452Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4989186Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4989863Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.4990570Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4991100Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:13:49.4991621Z Tests the case where fork and wait calls are in different subgraphs ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4992301Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4993082Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4993865Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4994433Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:13:49.4994913Z We want to move quantize nodes for output of prim::If ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4995496Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4996132Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4996975Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.003s) 2022-11-23T02:13:49.4997525Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4998124Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.4998728Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.4999334Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5000028Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5000675Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5001271Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5001868Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5002569Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5003254Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5003909Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5004529Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5005100Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T02:13:49.5005571Z Tests the case where 2D indices are passed into the operator ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5006259Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5006870Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.000s) 2022-11-23T02:13:49.5007316Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T02:13:49.5007800Z Tests the case where 2D indices are passed into the operator ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5008400Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.5009230Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.000s) 2022-11-23T02:13:49.5009806Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5010369Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.000s) 2022-11-23T02:13:49.5010951Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5011625Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5012332Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:49.5013098Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5013821Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5014464Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5015075Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5015690Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5016300Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.5016976Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:13:49.5017610Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.5018274Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5018797Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:13:49.5019299Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5019738Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:13:49.5020215Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.5021008Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:13:49.5021521Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:13:49.5021995Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:13:49.5022514Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.5022987Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:13:49.5023525Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.5024134Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5024735Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.5025324Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5025899Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.5026658Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5027608Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5028582Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5029513Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5030553Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5031195Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:13:49.5031794Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5032406Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.5033371Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.5034080Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:13:49.5034850Z This test cover upsample_nearest2d and upsample_bilinear2d ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.5035365Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:13:49.5035806Z This test cover upsample_nearest3d ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.5036356Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5036981Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5037602Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5038203Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5038789Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5039390Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5039999Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:13:49.5040599Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5041184Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5041842Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5042946Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-11-23T02:13:49.5043433Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-11-23T02:13:49.5043975Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5044605Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5045204Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5045791Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5046366Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.5047002Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5047645Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5048299Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.5048899Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5049500Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5050101Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5050724Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:49.5051014Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5051307Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5051599Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5051891Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5052191Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5052559Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5052859Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5053147Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5053497Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5053792Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5054100Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5054431Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5054752Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5055067Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5055405Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5055710Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5055959Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-11-23T02:13:49.5056205Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-11-23T02:13:49.5056451Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-11-23T02:13:49.5056788Z test_decomposed_dequantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5057125Z test_decomposed_dynamic_quant_pattern (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5057460Z test_decomposed_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5057792Z test_decomposed_quantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5058106Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5058381Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:13:49.5058695Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5059011Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5059342Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5059593Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:13:49.5059967Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5060199Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-11-23T02:13:49.5060533Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5060760Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:13:49.5061088Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.5061403Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5061733Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5062043Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.5062355Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5062699Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5062919Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:13:49.5063232Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5063601Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5063975Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5064297Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5064623Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:49.5064943Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5065264Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5065498Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:13:49.5065863Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5066098Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-11-23T02:13:49.5066410Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5066742Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5067061Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5067386Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5067619Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-11-23T02:13:49.5067945Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5068278Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5068595Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5068917Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5069243Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.5069605Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5069920Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5070246Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5070583Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5070901Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5071250Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5071477Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-11-23T02:13:49.5071816Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5072016Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-11-23T02:13:49.5072296Z Tests the per channel quantization scheme for 4-bit qtensors. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5072637Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.5072963Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5073346Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5073676Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5073871Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:13:49.5074149Z Checks the rnn reference quantized modules has correct numerics ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.5074349Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:13:49.5074632Z Checks the rnn cell reference quantized modules has correct numerics ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5074827Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:13:49.5075065Z Embedding and EmbeddingBag ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5075421Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5075738Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5076057Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5076372Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5076687Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5077074Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5077401Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:13:49.5077715Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5078031Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5078341Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5078699Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5079067Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5079380Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5079698Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5080009Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5080366Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5080676Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5081005Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5081381Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5081576Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:13:49.5081840Z Tests the correctness of the batchnorm2d module. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:13:49.5082254Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5082488Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:13:49.5082750Z Tests the correctness of the batchnorm3d module. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5083143Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5083391Z test_channel_shuffle (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:13:49.5083656Z Tests the correctness of the ChannelShuffle module. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5083980Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5084303Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5084627Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5084817Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:13:49.5085072Z Tests the correctness of the dropout module. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5085410Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5085596Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:13:49.5085832Z Tests the correctness of the ELU module. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5086157Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5086360Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:13:49.5086657Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5086849Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:13:49.5087154Z Tests the correctness of the groupnorm module. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5087349Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:13:49.5087614Z Tests the correctness of the instancenorm{n}d modules. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5087805Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:13:49.5088057Z Tests the correctness of the layernorm module. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5088378Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5088700Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5088927Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:13:49.5089176Z Tests the correctness of the pool module. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5089491Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5089821Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5090136Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5090455Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5090790Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5091140Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5091486Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5091873Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5092217Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5092596Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5093026Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5093290Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T02:13:49.5093564Z This tests that a placeholder Node can be matched to a Node with ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5093904Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5094264Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:13:49.5094650Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5094994Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:13:49.5095339Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:13:49.5095694Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5095871Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-11-23T02:13:49.5096155Z Test that we can record complex example inputs such as lists and dicts ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5096331Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-11-23T02:13:49.5096622Z Test that we can get example inputs for functions with default keyword arguments ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5096912Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5097089Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-11-23T02:13:49.5097388Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:49.5097560Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-11-23T02:13:49.5097853Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:13:49.5097862Z 2022-11-23T02:13:49.5098011Z ---------------------------------------------------------------------- 2022-11-23T02:13:49.5098091Z Ran 977 tests in 25.203s 2022-11-23T02:13:49.5098137Z 2022-11-23T02:13:49.5098211Z OK (skipped=976) 2022-11-23T02:13:49.5098216Z 2022-11-23T02:13:49.5098304Z Generating XML reports... 2022-11-23T02:13:49.5098582Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestPadding-20221123021323.xml 2022-11-23T02:13:49.5098911Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221123021323.xml 2022-11-23T02:13:49.5099222Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221123021323.xml 2022-11-23T02:13:49.5099558Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221123021323.xml 2022-11-23T02:13:49.5099877Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221123021323.xml 2022-11-23T02:13:49.5100165Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_backend_config.TestBackendConfig-20221123021323.xml 2022-11-23T02:13:49.5100516Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221123021323.xml 2022-11-23T02:13:49.5100796Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestComparatorOps-20221123021323.xml 2022-11-23T02:13:49.5101101Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221123021323.xml 2022-11-23T02:13:49.5101386Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestDistributed-20221123021323.xml 2022-11-23T02:13:49.5101700Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221123021323.xml 2022-11-23T02:13:49.5101999Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221123021323.xml 2022-11-23T02:13:49.5102289Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221123021323.xml 2022-11-23T02:13:49.5102589Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221123021323.xml 2022-11-23T02:13:49.5102870Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221123021323.xml 2022-11-23T02:13:49.5103165Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221123021323.xml 2022-11-23T02:13:49.5103522Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221123021323.xml 2022-11-23T02:13:49.5103845Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221123021323.xml 2022-11-23T02:13:49.5104143Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows-20221123021323.xml 2022-11-23T02:13:49.5104431Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221123021323.xml 2022-11-23T02:13:49.5104708Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221123021323.xml 2022-11-23T02:13:49.5104978Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221123021323.xml 2022-11-23T02:13:49.5105284Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221123021323.xml 2022-11-23T02:13:49.5105576Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221123021323.xml 2022-11-23T02:13:49.5105892Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221123021323.xml 2022-11-23T02:13:49.5106159Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221123021323.xml 2022-11-23T02:13:49.5106483Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221123021323.xml 2022-11-23T02:13:49.5106766Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221123021323.xml 2022-11-23T02:13:49.5107058Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221123021323.xml 2022-11-23T02:13:49.5107428Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221123021323.xml 2022-11-23T02:13:49.5107728Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221123021323.xml 2022-11-23T02:13:49.5108021Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221123021323.xml 2022-11-23T02:13:49.5108322Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221123021323.xml 2022-11-23T02:13:49.5108621Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221123021323.xml 2022-11-23T02:13:49.5108923Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221123021323.xml 2022-11-23T02:13:49.5109223Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221123021323.xml 2022-11-23T02:13:49.5109498Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestObserver-20221123021323.xml 2022-11-23T02:13:49.5109773Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221123021323.xml 2022-11-23T02:13:49.5110054Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_docs.TestQuantizationDocs-20221123021323.xml 2022-11-23T02:13:49.5110350Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221123021323.xml 2022-11-23T02:13:49.5110658Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221123021323.xml 2022-11-23T02:13:49.5110950Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221123021323.xml 2022-11-23T02:13:49.5111264Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221123021323.xml 2022-11-23T02:13:49.5111571Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221123021323.xml 2022-11-23T02:13:49.5111906Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221123021323.xml 2022-11-23T02:13:49.5112223Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221123021323.xml 2022-11-23T02:13:49.5112519Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221123021323.xml 2022-11-23T02:13:49.5112801Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221123021323.xml 2022-11-23T02:13:49.5113074Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221123021323.xml 2022-11-23T02:13:49.5113391Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221123021323.xml 2022-11-23T02:13:49.5113669Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221123021323.xml 2022-11-23T02:13:49.5113999Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221123021323.xml 2022-11-23T02:13:49.5114280Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221123021323.xml 2022-11-23T02:13:49.5114582Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221123021323.xml 2022-11-23T02:13:49.5114907Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221123021323.xml 2022-11-23T02:13:49.5115191Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221123021323.xml 2022-11-23T02:13:49.5115460Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221123021323.xml 2022-11-23T02:13:49.5115754Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221123021323.xml 2022-11-23T02:13:49.5116064Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221123021323.xml 2022-11-23T02:13:49.5116384Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221123021323.xml 2022-11-23T02:13:49.5116686Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221123021323.xml 2022-11-23T02:13:49.5116998Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221123021323.xml 2022-11-23T02:13:49.5117295Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123021323.xml 2022-11-23T02:13:49.5117550Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_utils.TestUtils-20221123021323.xml 2022-11-23T02:13:49.5117557Z 2022-11-23T02:13:49.5117883Z ##[endgroup] 2022-11-23T02:13:49.5118138Z FINISHED PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_zdqq2zo6) 2022-11-23T02:13:49.5118143Z 2022-11-23T02:13:50.2864040Z 2022-11-23T02:13:50.2864879Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-11-23T02:13:50.2865879Z ##[group]PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_set_default_mobile_cpu_allocator_3ooio5g3) 2022-11-23T02:13:50.2866758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:50.2867441Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:50.2867588Z 2022-11-23T02:13:50.2867661Z Running tests... 2022-11-23T02:13:50.2867919Z ---------------------------------------------------------------------- 2022-11-23T02:13:50.2868279Z Test results will be stored in test-reports\python-unittest\test_set_default_mobile_cpu_allocator 2022-11-23T02:13:50.2868850Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.425s) 2022-11-23T02:13:50.2869600Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:13:50.2869900Z 2022-11-23T02:13:50.2870049Z ---------------------------------------------------------------------- 2022-11-23T02:13:50.2870277Z Ran 2 tests in 0.421s 2022-11-23T02:13:50.2870392Z 2022-11-23T02:13:50.2870464Z OK (skipped=2) 2022-11-23T02:13:50.2870571Z 2022-11-23T02:13:50.2870658Z Generating XML reports... 2022-11-23T02:13:50.2871081Z Generated XML report: test-reports\python-unittest\test_set_default_mobile_cpu_allocator\TEST-TestSetDefaultMobileCPUAllocator-20221123021349.xml 2022-11-23T02:13:50.2871432Z 2022-11-23T02:13:50.2871655Z ##[endgroup] 2022-11-23T02:13:50.2872047Z FINISHED PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_set_default_mobile_cpu_allocator_3ooio5g3) 2022-11-23T02:13:50.2872346Z 2022-11-23T02:13:52.1103246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:52.1104013Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:52.1104350Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:52.2724785Z Running test_shape_ops ... [2022-11-23 02:13:52.272182] 2022-11-23T02:13:52.2729461Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:52.272787] 2022-11-23T02:13:52.2730970Z Ignoring disabled issues: [] 2022-11-23T02:13:52.9691476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:52.9692187Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:52.9692528Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:53.1246011Z Running test_sort_and_select ... [2022-11-23 02:13:53.124050] 2022-11-23T02:13:53.1252193Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:53.124657] 2022-11-23T02:13:53.1255269Z Ignoring disabled issues: [] 2022-11-23T02:13:55.2077928Z 2022-11-23T02:13:55.2078696Z Expand the folded group to see the log file of test_shape_ops 2022-11-23T02:13:55.2079594Z ##[group]PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_yrg7jh23) 2022-11-23T02:13:55.2080475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:55.2081277Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:55.2081418Z 2022-11-23T02:13:55.2081655Z Running tests... 2022-11-23T02:13:55.2081969Z ---------------------------------------------------------------------- 2022-11-23T02:13:55.2082170Z 2022-11-23T02:13:55.2082342Z ---------------------------------------------------------------------- 2022-11-23T02:13:55.2082708Z Ran 0 tests in 0.000s 2022-11-23T02:13:55.2083024Z 2022-11-23T02:13:55.2083106Z OK 2022-11-23T02:13:55.2083220Z 2022-11-23T02:13:55.2083332Z Generating XML reports... 2022-11-23T02:13:55.2083624Z Test results will be stored in test-reports\python-unittest\test_shape_ops 2022-11-23T02:13:55.2083834Z 2022-11-23T02:13:55.2084114Z ##[endgroup] 2022-11-23T02:13:55.2084500Z FINISHED PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_yrg7jh23) 2022-11-23T02:13:55.2084772Z 2022-11-23T02:13:55.9991077Z 2022-11-23T02:13:55.9991868Z Expand the folded group to see the log file of test_sort_and_select 2022-11-23T02:13:55.9992712Z ##[group]PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_ku87yc92) 2022-11-23T02:13:55.9993619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:55.9994381Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:55.9994552Z 2022-11-23T02:13:55.9994645Z Running tests... 2022-11-23T02:13:55.9994980Z ---------------------------------------------------------------------- 2022-11-23T02:13:55.9995177Z 2022-11-23T02:13:55.9995345Z ---------------------------------------------------------------------- 2022-11-23T02:13:55.9995636Z Ran 0 tests in 0.000s 2022-11-23T02:13:55.9995773Z 2022-11-23T02:13:55.9995820Z OK 2022-11-23T02:13:55.9995931Z 2022-11-23T02:13:55.9996041Z Generating XML reports... 2022-11-23T02:13:55.9996375Z Test results will be stored in test-reports\python-unittest\test_sort_and_select 2022-11-23T02:13:55.9996590Z 2022-11-23T02:13:55.9996849Z ##[endgroup] 2022-11-23T02:13:55.9997247Z FINISHED PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_ku87yc92) 2022-11-23T02:13:55.9997530Z 2022-11-23T02:13:57.8729123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:57.8731564Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:57.8731927Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:58.0285054Z Running test_sparse ... [2022-11-23 02:13:58.021906] 2022-11-23T02:13:58.0289715Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:58.021906] 2022-11-23T02:13:58.0291269Z Ignoring disabled issues: [] 2022-11-23T02:13:58.7064491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:13:58.7065226Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:13:58.7065572Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:13:58.8604896Z Running test_spectral_ops ... [2022-11-23 02:13:58.858738] 2022-11-23T02:13:58.8609764Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:13:58.858738] 2022-11-23T02:13:58.8611134Z Ignoring disabled issues: [] 2022-11-23T02:14:01.7572091Z 2022-11-23T02:14:01.7572865Z Expand the folded group to see the log file of test_sparse 2022-11-23T02:14:01.7573643Z ##[group]PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_dnbmhx3o) 2022-11-23T02:14:01.7574486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:01.7575226Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:01.7575644Z C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:40: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:14:01.7576110Z IS_WINDOWS and torch.version.cuda and LooseVersion(torch.version.cuda) > "11.2" 2022-11-23T02:14:01.7576310Z 2022-11-23T02:14:01.7576390Z Running tests... 2022-11-23T02:14:01.7576654Z ---------------------------------------------------------------------- 2022-11-23T02:14:01.7576992Z Test results will be stored in test-reports\python-unittest\test_sparse 2022-11-23T02:14:01.7577430Z test_basic (__main__.TestSparseMeta) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:01.7577861Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-11-23T02:14:01.7578209Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-11-23T02:14:01.7578409Z 2022-11-23T02:14:01.7578591Z ---------------------------------------------------------------------- 2022-11-23T02:14:01.7578845Z Ran 3 tests in 0.016s 2022-11-23T02:14:01.7578963Z 2022-11-23T02:14:01.7579039Z OK (skipped=3) 2022-11-23T02:14:01.7579154Z 2022-11-23T02:14:01.7579249Z Generating XML reports... 2022-11-23T02:14:01.7579601Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMeta-20221123021401.xml 2022-11-23T02:14:01.7580048Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseOneOff-20221123021401.xml 2022-11-23T02:14:01.7580288Z 2022-11-23T02:14:01.7580516Z ##[endgroup] 2022-11-23T02:14:01.7580860Z FINISHED PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_dnbmhx3o) 2022-11-23T02:14:01.7581295Z 2022-11-23T02:14:04.3711421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:04.3712151Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:04.3712501Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:04.5244031Z Running test_stateless ... [2022-11-23 02:14:04.523924] 2022-11-23T02:14:04.5248917Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:04.524511] 2022-11-23T02:14:04.5250423Z Ignoring disabled issues: [] 2022-11-23T02:14:07.4020041Z 2022-11-23T02:14:07.4020486Z Expand the folded group to see the log file of test_stateless 2022-11-23T02:14:07.4021560Z ##[group]PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_6f5k63to) 2022-11-23T02:14:07.4022457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:07.4023234Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:07.4023387Z 2022-11-23T02:14:07.4023465Z Running tests... 2022-11-23T02:14:07.4023746Z ---------------------------------------------------------------------- 2022-11-23T02:14:07.4024069Z Test results will be stored in test-reports\python-unittest\test_stateless 2022-11-23T02:14:07.4024547Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.085s) 2022-11-23T02:14:07.4025135Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:07.4025725Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:07.4026312Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:07.4026947Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:07.4027459Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:14:07.4027994Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:07.4028649Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:07.4029315Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:07.4030559Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:07.4031180Z test_setattr (__main__.TestStatelessFunctionalAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:07.4031758Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:07.4032058Z 2022-11-23T02:14:07.4032212Z ---------------------------------------------------------------------- 2022-11-23T02:14:07.4032471Z Ran 12 tests in 0.093s 2022-11-23T02:14:07.4032594Z 2022-11-23T02:14:07.4032671Z OK (skipped=12) 2022-11-23T02:14:07.4032800Z 2022-11-23T02:14:07.4032913Z Generating XML reports... 2022-11-23T02:14:07.4033303Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestPythonOptimizeMode-20221123021406.xml 2022-11-23T02:14:07.4033809Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessDeprecation-20221123021406.xml 2022-11-23T02:14:07.4034458Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessFunctionalAPI-20221123021406.xml 2022-11-23T02:14:07.4034783Z 2022-11-23T02:14:07.4035049Z ##[endgroup] 2022-11-23T02:14:07.4035402Z FINISHED PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_6f5k63to) 2022-11-23T02:14:07.4035656Z 2022-11-23T02:14:07.4796428Z 2022-11-23T02:14:07.4796971Z Expand the folded group to see the log file of test_spectral_ops 2022-11-23T02:14:07.4797776Z ##[group]PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_soxiboik) 2022-11-23T02:14:07.4798705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:07.4799381Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:07.4799821Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:14:07.4800219Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-11-23T02:14:07.4800764Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:45: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:14:07.4801205Z not has_scipy_fft or LooseVersion(scipy.__version__) >= '1.6.0') 2022-11-23T02:14:07.4801376Z 2022-11-23T02:14:07.4801458Z Running tests... 2022-11-23T02:14:07.4801774Z ---------------------------------------------------------------------- 2022-11-23T02:14:07.4801954Z 2022-11-23T02:14:07.4802103Z ---------------------------------------------------------------------- 2022-11-23T02:14:07.4802353Z Ran 0 tests in 0.000s 2022-11-23T02:14:07.4802477Z 2022-11-23T02:14:07.4802522Z OK 2022-11-23T02:14:07.4802619Z 2022-11-23T02:14:07.4802712Z Generating XML reports... 2022-11-23T02:14:07.4803006Z Test results will be stored in test-reports\python-unittest\test_spectral_ops 2022-11-23T02:14:07.4803201Z 2022-11-23T02:14:07.4803439Z ##[endgroup] 2022-11-23T02:14:07.4803801Z FINISHED PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_soxiboik) 2022-11-23T02:14:07.4804065Z 2022-11-23T02:14:10.1705979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:10.1706925Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:10.1707280Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:10.2087664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:10.2088387Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:10.2088751Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:10.3319230Z Running test_subclass ... [2022-11-23 02:14:10.329257] 2022-11-23T02:14:10.3324284Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:10.329257] 2022-11-23T02:14:10.3325610Z Ignoring disabled issues: [] 2022-11-23T02:14:10.3612833Z Running test_tensorboard ... [2022-11-23 02:14:10.360788] 2022-11-23T02:14:10.3618237Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:10.361378] 2022-11-23T02:14:10.3620429Z Ignoring disabled issues: [] 2022-11-23T02:14:12.7910185Z 2022-11-23T02:14:12.7910747Z Expand the folded group to see the log file of test_tensorboard 2022-11-23T02:14:12.7911575Z ##[group]PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_45a90lyq) 2022-11-23T02:14:12.7912608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:12.7913292Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:12.7913480Z 2022-11-23T02:14:12.7913559Z Running tests... 2022-11-23T02:14:12.7913826Z ---------------------------------------------------------------------- 2022-11-23T02:14:12.7914172Z Test results will be stored in test-reports\python-unittest\test_tensorboard 2022-11-23T02:14:12.7914556Z test_embedding (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7915005Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7915390Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.006s) 2022-11-23T02:14:12.7915737Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.000s) 2022-11-23T02:14:12.7916077Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:14:12.7916418Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:14:12.7916776Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:14:12.7917113Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:14:12.7917518Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7918120Z test_scalar (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7918661Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7919232Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7919704Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7920164Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.011s) 2022-11-23T02:14:12.7920689Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7921123Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:14:12.7921585Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:14:12.7922136Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:14:12.7922610Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:14:12.7923045Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.001s) 2022-11-23T02:14:12.7923475Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7923915Z test_audio (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7924348Z test_custom_scalars (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7924763Z test_empty_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7925119Z test_float32_image (__main__.TestTensorBoardSummary) 2022-11-23T02:14:12.7925496Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7925937Z test_histogram_auto (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7926374Z test_histogram_doane (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7926804Z test_histogram_fd (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7927231Z test_hparams_bool (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7927656Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7928103Z test_hparams_number (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7928568Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7929049Z test_hparams_string (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7929493Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7929948Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7930457Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7930903Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7931359Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7931794Z test_image_without_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7932229Z test_list_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:14:12.7932644Z test_mesh (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:14:12.7933072Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7933498Z test_text (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7933890Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-11-23T02:14:12.7934256Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7934657Z test_video (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7935088Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7935547Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7936018Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7936486Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7936930Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7937353Z test_prepare_video (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7937766Z test_to_HWC (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:14:12.7938156Z test_writer (__main__.TestTensorBoardWriter) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:14:12.7938409Z 2022-11-23T02:14:12.7938568Z ---------------------------------------------------------------------- 2022-11-23T02:14:12.7938825Z Ran 53 tests in 0.047s 2022-11-23T02:14:12.7938992Z 2022-11-23T02:14:12.7939070Z OK (skipped=53) 2022-11-23T02:14:12.7939183Z 2022-11-23T02:14:12.7939275Z Generating XML reports... 2022-11-23T02:14:12.7939665Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardEmbedding-20221123021412.xml 2022-11-23T02:14:12.7940184Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardFigure-20221123021412.xml 2022-11-23T02:14:12.7940667Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardNumpy-20221123021412.xml 2022-11-23T02:14:12.7941186Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPyTorchNumpy-20221123021412.xml 2022-11-23T02:14:12.7941723Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPytorchGraph-20221123021412.xml 2022-11-23T02:14:12.7942296Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummary-20221123021412.xml 2022-11-23T02:14:12.7942819Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummaryWriter-20221123021412.xml 2022-11-23T02:14:12.7943334Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardUtils-20221123021412.xml 2022-11-23T02:14:12.7943836Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardWriter-20221123021412.xml 2022-11-23T02:14:12.7944100Z 2022-11-23T02:14:12.7944344Z ##[endgroup] 2022-11-23T02:14:12.7944700Z FINISHED PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_45a90lyq) 2022-11-23T02:14:12.7944968Z 2022-11-23T02:14:13.3310723Z 2022-11-23T02:14:13.3311249Z Expand the folded group to see the log file of test_subclass 2022-11-23T02:14:13.3311959Z ##[group]PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_qspbp_w0) 2022-11-23T02:14:13.3313542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:13.3314467Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:13.3314618Z 2022-11-23T02:14:13.3314697Z Running tests... 2022-11-23T02:14:13.3314963Z ---------------------------------------------------------------------- 2022-11-23T02:14:13.3315298Z Test results will be stored in test-reports\python-unittest\test_subclass 2022-11-23T02:14:13.3315768Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.428s) 2022-11-23T02:14:13.3316339Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3316914Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3317464Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3318091Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3318707Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3319284Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:13.3319862Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3320500Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3321113Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3321770Z test_lazy_module_base_tensor (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3322311Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3322885Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3323428Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3323968Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:13.3324516Z test_module_optimization_base_tensor (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:13.3325536Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:13.3326112Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:13.3326679Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:13.3327246Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:13.3327847Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:13.3328468Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:13.3329069Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:13.3329670Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:13.3330281Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:13.3330954Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:13.3331562Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:13.3332170Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:13.3332819Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:13.3333490Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:13.3334097Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:13.3334687Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:13.3335294Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:13.3335912Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:13.3336568Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:13.3337190Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3337799Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:13.3338417Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3339035Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3339649Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3340257Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:14:13.3340881Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3341425Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3341977Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3342570Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3343106Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3343707Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3344261Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3344825Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3345374Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3345924Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:13.3346491Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3347097Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3347672Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3348246Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3348829Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3349406Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3349993Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3350560Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:13.3351183Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3351756Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3352335Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3352928Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3353509Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3354095Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3354731Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3355306Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3355897Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3356489Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:13.3357071Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3357690Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:13.3357994Z 2022-11-23T02:14:13.3358147Z ---------------------------------------------------------------------- 2022-11-23T02:14:13.3358384Z Ran 71 tests in 0.532s 2022-11-23T02:14:13.3358502Z 2022-11-23T02:14:13.3358578Z OK (skipped=71) 2022-11-23T02:14:13.3358691Z 2022-11-23T02:14:13.3358782Z Generating XML reports... 2022-11-23T02:14:13.3359126Z Generated XML report: test-reports\python-unittest\test_subclass\TEST-TestSubclass-20221123021412.xml 2022-11-23T02:14:13.3359367Z 2022-11-23T02:14:13.3359646Z ##[endgroup] 2022-11-23T02:14:13.3359975Z FINISHED PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_qspbp_w0) 2022-11-23T02:14:13.3360232Z 2022-11-23T02:14:15.4588739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:15.4589466Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:15.4589803Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:15.6147804Z Running test_tensorexpr_pybind ... [2022-11-23 02:14:15.614520] 2022-11-23T02:14:15.6152997Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:15.615109] 2022-11-23T02:14:15.6154729Z Ignoring disabled issues: [] 2022-11-23T02:14:16.0086687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:16.0087415Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:16.0087768Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:16.1624473Z Running test_testing ... [2022-11-23 02:14:16.162058] 2022-11-23T02:14:16.1629175Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:16.162676] 2022-11-23T02:14:16.1630704Z Ignoring disabled issues: [] 2022-11-23T02:14:18.4998027Z 2022-11-23T02:14:18.4998984Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-11-23T02:14:18.5000371Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_a9tjs2pp) 2022-11-23T02:14:18.5001862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:18.5002995Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:18.5003258Z 2022-11-23T02:14:18.5003393Z Running tests... 2022-11-23T02:14:18.5003848Z ---------------------------------------------------------------------- 2022-11-23T02:14:18.5004461Z Test results will be stored in test-reports\python-unittest\test_tensorexpr_pybind 2022-11-23T02:14:18.5005516Z test_unary_ops (__main__.TestExprHandlePyBind) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.423s) 2022-11-23T02:14:18.5006329Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:14:18.5007147Z test_call_raw (__main__.TestTensorExprPyBind) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:18.5008091Z test_dtype_error (__main__.TestTensorExprPyBind) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:18.5009043Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:18.5009987Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.009s) 2022-11-23T02:14:18.5010951Z test_external_calls (__main__.TestTensorExprPyBind) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:18.5011761Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:14:18.5012438Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:14:18.5013118Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:14:18.5013762Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:14:18.5014267Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:14:18.5014674Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:14:18.5015050Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.010s) 2022-11-23T02:14:18.5015442Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:14:18.5015841Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:14:18.5016322Z test_simple_sum (__main__.TestTensorExprPyBind) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:18.5016607Z 2022-11-23T02:14:18.5016932Z ---------------------------------------------------------------------- 2022-11-23T02:14:18.5017194Z Ran 17 tests in 0.438s 2022-11-23T02:14:18.5017320Z 2022-11-23T02:14:18.5017399Z OK (skipped=17) 2022-11-23T02:14:18.5017513Z 2022-11-23T02:14:18.5017590Z Generating XML reports... 2022-11-23T02:14:18.5017992Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestExprHandlePyBind-20221123021417.xml 2022-11-23T02:14:18.5018526Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestTensorExprPyBind-20221123021417.xml 2022-11-23T02:14:18.5018802Z 2022-11-23T02:14:18.5019103Z ##[endgroup] 2022-11-23T02:14:18.5019482Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_a9tjs2pp) 2022-11-23T02:14:18.5019763Z 2022-11-23T02:14:19.9926842Z 2022-11-23T02:14:19.9927602Z Expand the folded group to see the log file of test_testing 2022-11-23T02:14:19.9928506Z ##[group]PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_hlvo_iqk) 2022-11-23T02:14:19.9930257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:19.9931219Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:19.9931431Z 2022-11-23T02:14:19.9931614Z Running tests... 2022-11-23T02:14:19.9931889Z ---------------------------------------------------------------------- 2022-11-23T02:14:19.9932229Z Test results will be stored in test-reports\python-unittest\test_testing 2022-11-23T02:14:19.9932671Z test_bool (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9933303Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9933907Z test_docstring_examples (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9934435Z test_matching (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9934961Z test_matching_atol (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9935496Z test_matching_conjugate_bit (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9936029Z test_matching_nan (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9936564Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9937102Z test_matching_rtol (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9937619Z test_meta (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9938141Z test_mismatching_dtype (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9938791Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9939376Z test_mismatching_layout (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9939947Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9940492Z test_mismatching_shape (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9941027Z test_mismatching_stride (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9941574Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9942165Z test_mismatching_types (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9942721Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9943280Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9943832Z test_mismatching_values (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9944368Z test_mismatching_values_atol (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9944900Z test_mismatching_values_rtol (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9945465Z test_none (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9946023Z test_none_mismatch (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9946523Z test_numpy (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9947027Z test_only_atol (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9947539Z test_only_rtol (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9948047Z test_scalar (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9948575Z test_unexpected_error_compare (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9949132Z test_unexpected_error_originate (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9949725Z test_unknown_layout (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9950244Z test_unknown_type (__main__.TestAssertClose) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9950802Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9951440Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9952077Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9952655Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:19.9953273Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9953844Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9954410Z test_atol (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9954979Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:19.9955578Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9956167Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9956744Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9957343Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9957907Z test_not_close (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9958514Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:14:19.9959081Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9959629Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9960265Z test_rtol (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9960832Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9961469Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9962043Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9962618Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9963190Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9963842Z test_matching (__main__.TestAssertCloseSparseBSC) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9964457Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9965095Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9965678Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9966238Z test_matching (__main__.TestAssertCloseSparseBSR) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9966789Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9967381Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9967960Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9968532Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9969109Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9969688Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9970255Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9970824Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9971403Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9971967Z test_matching (__main__.TestAssertCloseSparseCSC) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9972578Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9973170Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9973732Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9974301Z test_hybrid_support (__main__.TestAssertCloseSparseCSR) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9974889Z test_matching (__main__.TestAssertCloseSparseCSR) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9975498Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9976125Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9976698Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:19.9977174Z test_filtering_env_var (__main__.TestFrameworkUtils) ... skip: Skipping because doesn't work for windows (0.002s) 2022-11-23T02:14:19.9977506Z test_circular_dependencies (__main__.TestImports) 2022-11-23T02:14:19.9977915Z Checks that all modules inside torch can be imported ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:19.9978406Z test_no_mutate_global_logging_on_import_path_functorch (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.000s) 2022-11-23T02:14:19.9978841Z test_no_mutate_global_logging_on_import_path_torch (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.000s) 2022-11-23T02:14:19.9979258Z test_no_warning_on_import (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.000s) 2022-11-23T02:14:19.9979713Z test_sample_input (__main__.TestOpInfos) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:19.9980227Z test_sample_input_metadata (__main__.TestOpInfos) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9980763Z test_default_names (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9981330Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9981922Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9982482Z test_name_fn (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:14:19.9983030Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9983664Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9984247Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9984806Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9985369Z test_subtest_names (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9985943Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9986547Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9987179Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9987769Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9988341Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9988924Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:19.9989503Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9990083Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9990701Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:19.9990995Z 2022-11-23T02:14:19.9991144Z ---------------------------------------------------------------------- 2022-11-23T02:14:19.9991435Z Ran 103 tests in 0.094s 2022-11-23T02:14:19.9991538Z 2022-11-23T02:14:19.9991610Z OK (skipped=103) 2022-11-23T02:14:19.9991720Z 2022-11-23T02:14:19.9991807Z Generating XML reports... 2022-11-23T02:14:19.9992159Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertClose-20221123021419.xml 2022-11-23T02:14:19.9992642Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseContainer-20221123021419.xml 2022-11-23T02:14:19.9993154Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseErrorMessage-20221123021419.xml 2022-11-23T02:14:19.9993664Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseQuantized-20221123021419.xml 2022-11-23T02:14:19.9994144Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSC-20221123021419.xml 2022-11-23T02:14:19.9995129Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSR-20221123021419.xml 2022-11-23T02:14:19.9995610Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCOO-20221123021419.xml 2022-11-23T02:14:19.9996097Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSC-20221123021419.xml 2022-11-23T02:14:19.9996584Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSR-20221123021419.xml 2022-11-23T02:14:19.9997054Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestFrameworkUtils-20221123021419.xml 2022-11-23T02:14:19.9997502Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestImports-20221123021419.xml 2022-11-23T02:14:19.9997928Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestOpInfos-20221123021419.xml 2022-11-23T02:14:19.9998370Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestParametrization-20221123021419.xml 2022-11-23T02:14:19.9998629Z 2022-11-23T02:14:19.9998936Z ##[endgroup] 2022-11-23T02:14:19.9999270Z FINISHED PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_hlvo_iqk) 2022-11-23T02:14:19.9999513Z 2022-11-23T02:14:21.1405231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:21.1405967Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:21.1406296Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:21.2997716Z Running test_transformers ... [2022-11-23 02:14:21.299486] 2022-11-23T02:14:21.3002600Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:21.300086] 2022-11-23T02:14:21.3004169Z Ignoring disabled issues: [] 2022-11-23T02:14:22.6431320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:22.6432023Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:22.6432363Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:22.7989256Z Running test_type_hints ... [2022-11-23 02:14:22.798526] 2022-11-23T02:14:22.7994443Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:22.799113] 2022-11-23T02:14:22.7995676Z Ignoring disabled issues: [] 2022-11-23T02:14:25.1894620Z 2022-11-23T02:14:25.1895128Z Expand the folded group to see the log file of test_type_hints 2022-11-23T02:14:25.1895989Z ##[group]PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_awj4m1sw) 2022-11-23T02:14:25.1896880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:25.1897740Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:25.1897894Z 2022-11-23T02:14:25.1897973Z Running tests... 2022-11-23T02:14:25.1898222Z ---------------------------------------------------------------------- 2022-11-23T02:14:25.1898563Z Test results will be stored in test-reports\python-unittest\test_type_hints 2022-11-23T02:14:25.1898870Z test_doc_examples (__main__.TestTypeHints) 2022-11-23T02:14:25.1899161Z Run documentation examples through mypy. ... skip: need mypy (0.000s) 2022-11-23T02:14:25.1899337Z 2022-11-23T02:14:25.1899491Z ---------------------------------------------------------------------- 2022-11-23T02:14:25.1899737Z Ran 1 test in 0.000s 2022-11-23T02:14:25.1899853Z 2022-11-23T02:14:25.1899911Z OK (skipped=1) 2022-11-23T02:14:25.1900020Z 2022-11-23T02:14:25.1900111Z Generating XML reports... 2022-11-23T02:14:25.1900465Z Generated XML report: test-reports\python-unittest\test_type_hints\TEST-TestTypeHints-20221123021424.xml 2022-11-23T02:14:25.1900713Z 2022-11-23T02:14:25.1900945Z ##[endgroup] 2022-11-23T02:14:25.1901298Z FINISHED PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_awj4m1sw) 2022-11-23T02:14:25.1901551Z 2022-11-23T02:14:25.2054553Z 2022-11-23T02:14:25.2055149Z Expand the folded group to see the log file of test_transformers 2022-11-23T02:14:25.2055851Z ##[group]PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_9k7nz73k) 2022-11-23T02:14:25.2057674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:25.2058607Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:25.2058914Z 2022-11-23T02:14:25.2059040Z Running tests... 2022-11-23T02:14:25.2059467Z ---------------------------------------------------------------------- 2022-11-23T02:14:25.2059978Z Test results will be stored in test-reports\python-unittest\test_transformers 2022-11-23T02:14:25.2060687Z test_bias_is_none (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2061303Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.010s) 2022-11-23T02:14:25.2061991Z test_fused_sdp_choice_type_dense (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2062787Z test_fused_sdp_choice_type_nested (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:25.2063373Z test_mask_check_fastpath (__main__.TestTransformers) 2022-11-23T02:14:25.2064015Z Test that fastpath is executed independently of the masks that are passed. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2065014Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2066111Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2067154Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2068436Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2069542Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2070703Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2071866Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2073140Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:14:25.2074247Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2075377Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2076522Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2077668Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2078802Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2080015Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2081144Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2082276Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2083371Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2084464Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:25.2085755Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2086896Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2088034Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2089148Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2090281Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2091537Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2092694Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2093839Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2094997Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2096113Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:25.2097224Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2098325Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2099380Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_dense_fused_kernel_flash (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:14:25.2100365Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_dense_fused_kernel_mem_efficient (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.010s) 2022-11-23T02:14:25.2101356Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_nested_fused_kernel_flash (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:14:25.2102344Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_nested_fused_kernel_mem_efficient (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:14:25.2103458Z test_scaled_dot_product_attention_fused_kernels_packed_type_dense_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.010s) 2022-11-23T02:14:25.2104403Z test_scaled_dot_product_attention_fused_kernels_packed_type_dense_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:14:25.2105335Z test_scaled_dot_product_attention_fused_kernels_packed_type_nested_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:14:25.2106279Z test_scaled_dot_product_attention_fused_kernels_packed_type_nested_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:14:25.2107203Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:14:25.2108104Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.010s) 2022-11-23T02:14:25.2109138Z test_scaled_dot_product_attention_fused_kernels_type_nested_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:14:25.2110055Z test_scaled_dot_product_attention_fused_kernels_type_nested_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:14:25.2110939Z test_sdp_fused_grad_against_math_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:14:25.2111769Z test_sdp_fused_grad_against_math_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:14:25.2112579Z test_sdp_math_gradcheck_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:14:25.2113375Z test_sdp_math_gradcheck_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T02:14:25.2114075Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:14:25.2114781Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-11-23T02:14:25.2115680Z test_train_with_pad_and_catch_error_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:25.2116812Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:14:25.2118048Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.014s) 2022-11-23T02:14:25.2119260Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:25.2120552Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.007s) 2022-11-23T02:14:25.2121767Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:14:25.2123132Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:14:25.2124335Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:25.2125533Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:25.2126562Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:14:25.2127513Z Test TransformerEncoder fastpath output matches slowpath output ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:25.2129130Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:14:25.2130106Z Test TransformerEncoder fastpath output matches slowpath output ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:14:25.2131051Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:14:25.2131977Z Test TransformerEncoder fastpath output matches slowpath output ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:25.2132919Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:14:25.2133853Z Test TransformerEncoder fastpath output matches slowpath output ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:14:25.2134774Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:14:25.2135680Z Test TransformerEncoder fastpath output matches slowpath output ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:25.2136605Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:14:25.2137572Z Test TransformerEncoder fastpath output matches slowpath output ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:25.2138534Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:14:25.2139474Z Test TransformerEncoder fastpath output matches slowpath output ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:25.2140402Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:14:25.2141345Z Test TransformerEncoder fastpath output matches slowpath output ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:25.2142415Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:14:25.2143131Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2143881Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:14:25.2144613Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:14:25.2145380Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:14:25.2146148Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2147042Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:14:25.2147824Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2148684Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2149538Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:25.2150408Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:25.2150831Z 2022-11-23T02:14:25.2151042Z ---------------------------------------------------------------------- 2022-11-23T02:14:25.2151391Z Ran 77 tests in 0.234s 2022-11-23T02:14:25.2151545Z 2022-11-23T02:14:25.2151653Z OK (skipped=77) 2022-11-23T02:14:25.2151813Z 2022-11-23T02:14:25.2151931Z Generating XML reports... 2022-11-23T02:14:25.2152443Z Generated XML report: test-reports\python-unittest\test_transformers\TEST-TestTransformers-20221123021424.xml 2022-11-23T02:14:25.2152801Z 2022-11-23T02:14:25.2153177Z ##[endgroup] 2022-11-23T02:14:25.2153676Z FINISHED PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_9k7nz73k) 2022-11-23T02:14:25.2154050Z 2022-11-23T02:14:27.8574165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:27.8574882Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:27.8575209Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:27.8943868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:27.8944808Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:27.8945143Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:28.0101330Z Running test_type_info ... [2022-11-23 02:14:28.009580] 2022-11-23T02:14:28.0106072Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:28.010183] 2022-11-23T02:14:28.0108081Z Ignoring disabled issues: [] 2022-11-23T02:14:28.0538563Z Running test_type_promotion ... [2022-11-23 02:14:28.052153] 2022-11-23T02:14:28.0543476Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:28.052153] 2022-11-23T02:14:28.0544725Z Ignoring disabled issues: [] 2022-11-23T02:14:30.8889905Z 2022-11-23T02:14:30.8890706Z Expand the folded group to see the log file of test_type_promotion 2022-11-23T02:14:30.8891634Z ##[group]PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion_k4d8vijp) 2022-11-23T02:14:30.8892487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:30.8893167Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:30.8893318Z 2022-11-23T02:14:30.8893397Z Running tests... 2022-11-23T02:14:30.8893656Z ---------------------------------------------------------------------- 2022-11-23T02:14:30.8893841Z 2022-11-23T02:14:30.8893995Z ---------------------------------------------------------------------- 2022-11-23T02:14:30.8894256Z Ran 0 tests in 0.000s 2022-11-23T02:14:30.8894377Z 2022-11-23T02:14:30.8894441Z OK 2022-11-23T02:14:30.8894538Z 2022-11-23T02:14:30.8894635Z Generating XML reports... 2022-11-23T02:14:30.8894937Z Test results will be stored in test-reports\python-unittest\test_type_promotion 2022-11-23T02:14:30.8895193Z 2022-11-23T02:14:30.8895494Z ##[endgroup] 2022-11-23T02:14:30.8895861Z FINISHED PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion_k4d8vijp) 2022-11-23T02:14:30.8896128Z 2022-11-23T02:14:30.8896147Z 2022-11-23T02:14:30.8896285Z Expand the folded group to see the log file of test_type_info 2022-11-23T02:14:30.8896819Z ##[group]PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_tgb69bim) 2022-11-23T02:14:30.8897632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:30.8898295Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:30.8898445Z 2022-11-23T02:14:30.8898527Z Running tests... 2022-11-23T02:14:30.8898795Z ---------------------------------------------------------------------- 2022-11-23T02:14:30.8899131Z Test results will be stored in test-reports\python-unittest\test_type_info 2022-11-23T02:14:30.8899552Z test_finfo (__main__.TestDTypeInfo) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.435s) 2022-11-23T02:14:30.8900157Z test_iinfo (__main__.TestDTypeInfo) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:30.8900665Z test_invalid_input (__main__.TestDTypeInfo) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:30.8900935Z 2022-11-23T02:14:30.8901089Z ---------------------------------------------------------------------- 2022-11-23T02:14:30.8901345Z Ran 3 tests in 0.438s 2022-11-23T02:14:30.8901464Z 2022-11-23T02:14:30.8901542Z OK (skipped=3) 2022-11-23T02:14:30.8901655Z 2022-11-23T02:14:30.8901748Z Generating XML reports... 2022-11-23T02:14:30.8902087Z Generated XML report: test-reports\python-unittest\test_type_info\TEST-TestDTypeInfo-20221123021430.xml 2022-11-23T02:14:30.8902335Z 2022-11-23T02:14:30.8902543Z ##[endgroup] 2022-11-23T02:14:30.8902881Z FINISHED PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_tgb69bim) 2022-11-23T02:14:30.8903130Z 2022-11-23T02:14:33.5547691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:33.5548429Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:33.5548770Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:33.5909529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:33.5910273Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:33.5910627Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:33.7159127Z Running test_unary_ufuncs ... [2022-11-23 02:14:33.715424] 2022-11-23T02:14:33.7163953Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:33.716014] 2022-11-23T02:14:33.7165622Z Ignoring disabled issues: [] 2022-11-23T02:14:33.7422423Z Running test_utils ... [2022-11-23 02:14:33.741209] 2022-11-23T02:14:33.7427089Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:33.741209] 2022-11-23T02:14:33.7428687Z Ignoring disabled issues: [] 2022-11-23T02:14:37.2892841Z 2022-11-23T02:14:37.2893411Z Expand the folded group to see the log file of test_unary_ufuncs 2022-11-23T02:14:37.2894157Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_oqnstw7m) 2022-11-23T02:14:37.2895032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:37.2895712Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:37.2895867Z 2022-11-23T02:14:37.2895947Z Running tests... 2022-11-23T02:14:37.2896217Z ---------------------------------------------------------------------- 2022-11-23T02:14:37.2896655Z 2022-11-23T02:14:37.2896808Z ---------------------------------------------------------------------- 2022-11-23T02:14:37.2897088Z Ran 0 tests in 0.000s 2022-11-23T02:14:37.2897235Z 2022-11-23T02:14:37.2897302Z OK 2022-11-23T02:14:37.2897379Z 2022-11-23T02:14:37.2897475Z Generating XML reports... 2022-11-23T02:14:37.2897774Z Test results will be stored in test-reports\python-unittest\test_unary_ufuncs 2022-11-23T02:14:37.2897972Z 2022-11-23T02:14:37.2898209Z ##[endgroup] 2022-11-23T02:14:37.2898568Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_oqnstw7m) 2022-11-23T02:14:37.2898829Z 2022-11-23T02:14:39.9135986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:39.9136723Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:39.9137067Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:40.0651209Z Running test_view_ops ... [2022-11-23 02:14:40.064874] 2022-11-23T02:14:40.0655879Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:40.065465] 2022-11-23T02:14:40.0657396Z Ignoring disabled issues: [] 2022-11-23T02:14:42.9393841Z 2022-11-23T02:14:42.9394516Z Expand the folded group to see the log file of test_view_ops 2022-11-23T02:14:42.9395319Z ##[group]PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_jvp_5ipm) 2022-11-23T02:14:42.9396177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:42.9396847Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:42.9396997Z 2022-11-23T02:14:42.9397075Z Running tests... 2022-11-23T02:14:42.9397339Z ---------------------------------------------------------------------- 2022-11-23T02:14:42.9397515Z 2022-11-23T02:14:42.9397664Z ---------------------------------------------------------------------- 2022-11-23T02:14:42.9397910Z Ran 0 tests in 0.000s 2022-11-23T02:14:42.9398029Z 2022-11-23T02:14:42.9398091Z OK 2022-11-23T02:14:42.9398185Z 2022-11-23T02:14:42.9398320Z Generating XML reports... 2022-11-23T02:14:42.9398615Z Test results will be stored in test-reports\python-unittest\test_view_ops 2022-11-23T02:14:42.9398806Z 2022-11-23T02:14:42.9399038Z ##[endgroup] 2022-11-23T02:14:42.9399381Z FINISHED PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_jvp_5ipm) 2022-11-23T02:14:42.9399633Z 2022-11-23T02:14:45.6436816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:45.6437612Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:45.6437962Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:45.8110212Z Running test_vmap ... [2022-11-23 02:14:45.810350] 2022-11-23T02:14:45.8114522Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:45.810936] 2022-11-23T02:14:45.8116692Z Ignoring disabled issues: [] 2022-11-23T02:14:48.8638049Z 2022-11-23T02:14:48.8638492Z Expand the folded group to see the log file of test_vmap 2022-11-23T02:14:48.8639170Z ##[group]PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_1ks3pqxf) 2022-11-23T02:14:48.8642463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:48.8643287Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:48.8643444Z 2022-11-23T02:14:48.8643525Z Running tests... 2022-11-23T02:14:48.8643778Z ---------------------------------------------------------------------- 2022-11-23T02:14:48.8644118Z Test results will be stored in test-reports\python-unittest\test_vmap 2022-11-23T02:14:48.8644735Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8645298Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:48.8645858Z test_batched_gradient_basic (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8646389Z test_constant_function (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8647660Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8648663Z test_fallback_atan2 (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:14:48.8649205Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8649745Z test_fallback_masked_fill (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8650272Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8650831Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8651386Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8651924Z test_fallback_zero_dim (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8652453Z test_func_with_no_inputs (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8654102Z test_functools_partial (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:48.8654776Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8655320Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8655864Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8656426Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:48.8656994Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8657524Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8658140Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8659831Z test_multiple_inputs (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8660372Z test_multiple_out_dims (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8660903Z test_multiple_outputs (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8661434Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8661983Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8662513Z test_nested_out_dims (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8663052Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8663596Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8664116Z test_nn_module (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8665747Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8666294Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8666813Z test_non_zero_in_dims (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8667324Z test_none_in_dims (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8667923Z test_nonzero_out_dims (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:48.8668443Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8668974Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8669515Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8670070Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8671770Z test_out_dims_edge_case (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8672394Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8672937Z test_single_input (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8673440Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8673977Z test_T_numpy (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8674508Z test_as_strided (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:14:48.8675058Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8675592Z test_bmm (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:48.8676109Z test_cat (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8677766Z test_chunk (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8678359Z test_clamp (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8678874Z test_clone (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8679411Z test_comparison_ops (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:48.8679919Z test_conj (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8680444Z test_contiguous (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8681051Z test_diagonal (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8681569Z test_dot (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8682788Z test_expand_as (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8683800Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:48.8684339Z test_imag (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8684867Z test_is_complex (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8685402Z test_is_contiguous (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8686004Z test_is_floating_point (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8686534Z test_mm (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:48.8687035Z test_movedim (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8687558Z test_mv (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8689211Z test_narrow (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8689752Z test_new_empty (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8690289Z test_new_empty_strided (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:48.8690815Z test_new_zeros (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8691355Z test_no_random_op_support (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:14:48.8691891Z test_real (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8692413Z test_reshape (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8692944Z test_reshape_as (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8693458Z test_result_type (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:14:48.8695100Z test_select (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8695715Z test_slice (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8696224Z test_split (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:14:48.8696752Z test_squeeze (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8697274Z test_stack (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8697792Z test_stride (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8698315Z test_sum_dim (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8698835Z test_t (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8699413Z test_tensor_split (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8701083Z test_to (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8701589Z test_trace (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8702114Z test_transpose (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8702657Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8703199Z test_unbind (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8703710Z test_unfold (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8704235Z test_view (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:48.8704753Z test_view_as (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8705284Z test_view_as_complex (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:14:48.8706954Z test_view_as_real (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8707502Z test_vmap_fallback_check (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:48.8708037Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:48.8708327Z 2022-11-23T02:14:48.8708488Z ---------------------------------------------------------------------- 2022-11-23T02:14:48.8708747Z Ran 95 tests in 0.172s 2022-11-23T02:14:48.8708937Z 2022-11-23T02:14:48.8709017Z OK (skipped=95) 2022-11-23T02:14:48.8709134Z 2022-11-23T02:14:48.8709228Z Generating XML reports... 2022-11-23T02:14:48.8709576Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapAPI-20221123021448.xml 2022-11-23T02:14:48.8710041Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapOperators-20221123021448.xml 2022-11-23T02:14:48.8710290Z 2022-11-23T02:14:48.8710579Z ##[endgroup] 2022-11-23T02:14:48.8710918Z FINISHED PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_1ks3pqxf) 2022-11-23T02:14:48.8711163Z 2022-11-23T02:14:51.5237542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:51.5238352Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:51.5238689Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:51.6926545Z Running test_vulkan ... [2022-11-23 02:14:51.690805] 2022-11-23T02:14:51.6931923Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:51.690805] 2022-11-23T02:14:51.6933227Z Ignoring disabled issues: [] 2022-11-23T02:14:54.2296410Z 2022-11-23T02:14:54.2296909Z Expand the folded group to see the log file of test_vulkan 2022-11-23T02:14:54.2297930Z ##[group]PRINTING LOG FILE of test_vulkan (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vulkan_i32np7n1) 2022-11-23T02:14:54.2299422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:54.2300320Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:54.2300488Z 2022-11-23T02:14:54.2300594Z Running tests... 2022-11-23T02:14:54.2300986Z ---------------------------------------------------------------------- 2022-11-23T02:14:54.2301477Z test_conv (__main__.TestVulkanRewritePass) ... Test results will be stored in test-reports\python-unittest\test_vulkan 2022-11-23T02:14:54.2301900Z skip: Vulkan backend must be available for these tests. (0.089s) 2022-11-23T02:14:54.2302072Z 2022-11-23T02:14:54.2302287Z ---------------------------------------------------------------------- 2022-11-23T02:14:54.2302550Z Ran 1 test in 0.094s 2022-11-23T02:14:54.2302673Z 2022-11-23T02:14:54.2302751Z OK (skipped=1) 2022-11-23T02:14:54.2302863Z 2022-11-23T02:14:54.2302966Z Generating XML reports... 2022-11-23T02:14:54.2303392Z Generated XML report: test-reports\python-unittest\test_vulkan\TEST-TestVulkanRewritePass-20221123021453.xml 2022-11-23T02:14:54.2303669Z 2022-11-23T02:14:54.2303904Z ##[endgroup] 2022-11-23T02:14:54.2304317Z FINISHED PRINTING LOG FILE of test_vulkan (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vulkan_i32np7n1) 2022-11-23T02:14:54.2304567Z 2022-11-23T02:14:56.9512767Z 2022-11-23T02:14:56.9513347Z Expand the folded group to see the log file of test_utils 2022-11-23T02:14:56.9514070Z ##[group]PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_e7awsvk6) 2022-11-23T02:14:56.9514978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:56.9516469Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:56.9516926Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:56.9517140Z 2022-11-23T02:14:56.9517276Z Running tests... 2022-11-23T02:14:56.9517589Z ---------------------------------------------------------------------- 2022-11-23T02:14:56.9517922Z Test results will be stored in test-reports\python-unittest\test_utils 2022-11-23T02:14:56.9518367Z test_assert_scriptable (__main__.TestAssert) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.330s) 2022-11-23T02:14:56.9518892Z test_assert_true (__main__.TestAssert) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:56.9519279Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... ok (13.906s) 2022-11-23T02:14:56.9519594Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.001s) 2022-11-23T02:14:56.9520138Z test_checkpoint (__main__.TestCheckpoint) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:56.9520676Z test_checkpoint_module_list (__main__.TestCheckpoint) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:56.9521213Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:56.9521762Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:56.9522324Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:56.9522856Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-11-23T02:14:56.9523380Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:56.9523904Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:56.9524331Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-11-23T02:14:56.9524801Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:56.9525396Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:56.9525953Z test_checkpoint_trigger (__main__.TestCheckpoint) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:56.9526480Z test_checkpoint_valid (__main__.TestCheckpoint) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:56.9526944Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.001s) 2022-11-23T02:14:56.9527402Z test_smoke (__main__.TestCollectEnv) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:56.9527991Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:56.9528578Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:56.9529143Z test_multi_drop (__main__.TestDataLoaderUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:14:56.9529657Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.000s) 2022-11-23T02:14:56.9530525Z test_random_seed (__main__.TestDataLoaderUtils) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:56.9531289Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:56.9531626Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:56.9532088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:14:56.9532480Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:56.9532893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:14:56.9533307Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:56.9534037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:56.9534725Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:56.9535080Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:56.9535534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:14:56.9535930Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:56.9536348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:14:56.9536766Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:56.9537488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:56.9538142Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:56.9538468Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:56.9539200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:56.9539899Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:56.9540267Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:56.9540767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:14:56.9541167Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:56.9541580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:14:56.9541992Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:56.9542412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:14:56.9542782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:56.9543242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:14:56.9543652Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:56.9544372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:56.9545029Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:56.9545362Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:56.9545815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:14:56.9546251Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:56.9546702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:14:56.9547102Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:56.9547815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:56.9548481Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:56.9548806Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:56.9549263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:14:56.9549656Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:56.9550068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:14:56.9550478Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:56.9551176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:56.9551921Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:56.9552254Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:56.9553042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:56.9553698Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:56.9554029Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:56.9554483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:14:56.9554870Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:56.9555319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:14:56.9555702Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:14:56.9556092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:14:56.9556501Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:56.9556921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:14:56.9557383Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:14:56.9557627Z ok (6.093s) 2022-11-23T02:14:56.9558041Z test_single_drop (__main__.TestDataLoaderUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:56.9558631Z test_single_keep (__main__.TestDataLoaderUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:56.9559164Z test_external_module_register (__main__.TestExtensionUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:56.9559698Z test_import_hipify (__main__.TestHipify) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:56.9560226Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:56.9560768Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:14:56.9561311Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:14:56.9561597Z 2022-11-23T02:14:56.9561752Z ---------------------------------------------------------------------- 2022-11-23T02:14:56.9562005Z Ran 31 tests in 20.360s 2022-11-23T02:14:56.9562126Z 2022-11-23T02:14:56.9562203Z OK (skipped=29) 2022-11-23T02:14:56.9562315Z 2022-11-23T02:14:56.9562405Z Generating XML reports... 2022-11-23T02:14:56.9562736Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestBottleneck-20221123021436.xml 2022-11-23T02:14:56.9563258Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestDataLoaderUtils-20221123021436.xml 2022-11-23T02:14:56.9563751Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestAssert-20221123021436.xml 2022-11-23T02:14:56.9564224Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCheckpoint-20221123021436.xml 2022-11-23T02:14:56.9564667Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCollectEnv-20221123021436.xml 2022-11-23T02:14:56.9565131Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCppExtensionUtils-20221123021436.xml 2022-11-23T02:14:56.9565584Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestExtensionUtils-20221123021436.xml 2022-11-23T02:14:56.9566024Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestHipify-20221123021436.xml 2022-11-23T02:14:56.9566453Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestONNXUtils-20221123021436.xml 2022-11-23T02:14:56.9566919Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestStandaloneCPPJIT-20221123021436.xml 2022-11-23T02:14:56.9567173Z 2022-11-23T02:14:56.9567470Z ##[endgroup] 2022-11-23T02:14:56.9567806Z FINISHED PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_e7awsvk6) 2022-11-23T02:14:56.9568111Z 2022-11-23T02:14:57.1251745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:57.1252449Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:57.1252800Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:14:57.2789599Z Running test_xnnpack_integration ... [2022-11-23 02:14:57.278570] 2022-11-23T02:14:57.2794785Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:14:57.279199] 2022-11-23T02:14:57.2796196Z Ignoring disabled issues: [] 2022-11-23T02:14:59.5948788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:14:59.5949530Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:14:59.5949862Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:15:00.1624100Z 2022-11-23T02:15:00.1624874Z Expand the folded group to see the log file of test_xnnpack_integration 2022-11-23T02:15:00.1625696Z ##[group]PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_6nnwcrbo) 2022-11-23T02:15:00.1626593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:15:00.1627262Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:00.1627418Z 2022-11-23T02:15:00.1627498Z Running tests... 2022-11-23T02:15:00.1627764Z ---------------------------------------------------------------------- 2022-11-23T02:15:00.1628320Z Test results will be stored in test-reports\python-unittest\test_xnnpack_integration 2022-11-23T02:15:00.1628769Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:15:00.1629270Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:15:00.1629762Z test_conv2d (__main__.TestXNNPACKOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.409s) 2022-11-23T02:15:00.1630294Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:00.1630812Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.000s) 2022-11-23T02:15:00.1631322Z test_linear_1d_input (__main__.TestXNNPACKOps) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:00.1632393Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:00.1632978Z test_linear (__main__.TestXNNPACKRewritePass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.015s) 2022-11-23T02:15:00.1633511Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.005s) 2022-11-23T02:15:00.1634033Z test_conv2d (__main__.TestXNNPACKSerDes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:15:00.1634571Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:15:00.1635095Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-11-23T02:15:00.1635341Z 2022-11-23T02:15:00.1635480Z ---------------------------------------------------------------------- 2022-11-23T02:15:00.1635742Z Ran 12 tests in 0.453s 2022-11-23T02:15:00.1635863Z 2022-11-23T02:15:00.1635944Z OK (skipped=12) 2022-11-23T02:15:00.1636058Z 2022-11-23T02:15:00.1636151Z Generating XML reports... 2022-11-23T02:15:00.1636565Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKConv1dTransformPass-20221123021459.xml 2022-11-23T02:15:00.1637174Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKOps-20221123021459.xml 2022-11-23T02:15:00.1637692Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKRewritePass-20221123021459.xml 2022-11-23T02:15:00.1638221Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKSerDes-20221123021459.xml 2022-11-23T02:15:00.1638485Z 2022-11-23T02:15:00.1638743Z ##[endgroup] 2022-11-23T02:15:00.1639122Z FINISHED PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_6nnwcrbo) 2022-11-23T02:15:00.1639405Z 2022-11-23T02:15:00.1639517Z Ignoring disabled issues: [] 2022-11-23T02:15:00.5188121Z Running distributions/test_distributions ... [2022-11-23 02:15:00.518477] 2022-11-23T02:15:00.5195592Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:15:00.519064] 2022-11-23T02:15:00.5198662Z Ignoring disabled issues: [] 2022-11-23T02:15:00.5199143Z Prioritized test from test file changes. 2022-11-23T02:15:00.5199402Z reordering tests for PR: 2022-11-23T02:15:00.5199624Z prioritized: [] 2022-11-23T02:15:00.5205085Z the rest: ['backends/xeon/test_launch', 'benchmark_utils/test_benchmark_utils', 'distributions/test_distributions', 'dynamo/test_aot_autograd', 'dynamo/test_aot_cudagraphs', 'dynamo/test_dynamic_shapes', 'dynamo/test_export', 'dynamo/test_export_mutations', 'dynamo/test_functions', 'dynamo/test_global', 'dynamo/test_global_declaration', 'dynamo/test_minifier', 'dynamo/test_misc', 'dynamo/test_model_output', 'dynamo/test_modules', 'dynamo/test_no_fake_tensors', 'dynamo/test_nops', 'dynamo/test_optimizations', 'dynamo/test_optimizers', 'dynamo/test_python_autograd', 'dynamo/test_recompile_ux', 'dynamo/test_replay_record', 'dynamo/test_repros', 'dynamo/test_skip_non_tensor', 'dynamo/test_subgraphs', 'dynamo/test_torchxla_integration', 'dynamo/test_unspec', 'dynamo/test_verify_correctness', 'inductor/test_minifier', 'inductor/test_perf', 'inductor/test_smoke', 'inductor/test_torchinductor', 'inductor/test_torchinductor_opinfo', 'lazy/test_bindings', 'lazy/test_debug_util', 'lazy/test_extract_compiled_graph', 'lazy/test_meta_kernel', 'lazy/test_reuse_ir', 'lazy/test_step_closures', 'lazy/test_ts_opinfo', 'nn/test_convolution', 'nn/test_dropout', 'nn/test_embedding', 'nn/test_lazy_modules', 'nn/test_module_hooks', 'nn/test_packed_sequence', 'nn/test_pooling', 'profiler/test_memory_profiler', 'profiler/test_profiler', 'profiler/test_profiler_tree', 'test_ao_sparsity', 'test_autocast', 'test_autograd', 'test_binary_ufuncs', 'test_bundled_inputs', 'test_comparison_utils', 'test_complex', 'test_cpp_api_parity', 'test_cpp_extensions_aot_ninja', 'test_cpp_extensions_aot_no_ninja', 'test_cpp_extensions_jit', 'test_cpp_extensions_open_device_registration', 'test_cuda', 'test_cuda_nvml_based_avail', 'test_cuda_primary_ctx', 'test_cuda_sanitizer', 'test_cuda_trace', 'test_dataloader', 'test_datapipe', 'test_decomp', 'test_deploy', 'test_dispatch', 'test_dlpack', 'test_dynamic_shapes', 'test_expanded_weights', 'test_fake_tensor', 'test_foreach', 'test_function_schema', 'test_functional_autograd_benchmark', 'test_functional_optim', 'test_functionalization', 'test_futures', 'test_fx', 'test_fx_experimental', 'test_fx_passes', 'test_fx_reinplace_pass', 'test_hub', 'test_import_stats', 'test_indexing', 'test_itt', 'test_jit', 'test_jit_autocast', 'test_jit_cuda_fuser', 'test_jit_disabled', 'test_jit_fuser_te', 'test_jit_llga_fuser', 'test_jiterator', 'test_license', 'test_linalg', 'test_logging', 'test_masked', 'test_maskedtensor', 'test_matmul_cuda', 'test_meta', 'test_mkl_verbose', 'test_mkldnn', 'test_mkldnn_fusion', 'test_mkldnn_verbose', 'test_mobile_optimizer', 'test_model_dump', 'test_module_init', 'test_modules', 'test_monitor', 'test_multiprocessing', 'test_multiprocessing_spawn', 'test_namedtensor', 'test_namedtuple_return_api', 'test_native_functions', 'test_native_mha', 'test_nestedtensor', 'test_nn', 'test_numba_integration', 'test_numpy_interop', 'test_nvfuser_dynamo', 'test_nvfuser_frontend', 'test_openmp', 'test_ops', 'test_ops_fwd_gradients', 'test_ops_gradients', 'test_ops_jit', 'test_optim', 'test_overrides', 'test_package', 'test_per_overload_api', 'test_prims', 'test_proxy_tensor', 'test_pruning_op', 'test_public_bindings', 'test_python_dispatch', 'test_pytree', 'test_quantization', 'test_reductions', 'test_scatter_gather_ops', 'test_schema_check', 'test_serialization', 'test_set_default_mobile_cpu_allocator', 'test_shape_ops', 'test_show_pickle', 'test_sort_and_select', 'test_sparse', 'test_sparse_csr', 'test_spectral_ops', 'test_stateless', 'test_subclass', 'test_tensor_creation_ops', 'test_tensorboard', 'test_tensorexpr', 'test_tensorexpr_pybind', 'test_testing', 'test_torch', 'test_transformers', 'test_type_hints', 'test_type_info', 'test_type_promotion', 'test_unary_ufuncs', 'test_utils', 'test_view_ops', 'test_vmap', 'test_vulkan', 'test_xnnpack_integration', 'doctests'] 2022-11-23T02:15:00.5210266Z 2022-11-23T02:15:00.5210629Z 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-11-23T02:15:00.5211426Z 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-11-23T02:15:04.0973160Z 2022-11-23T02:15:04.0973875Z Expand the folded group to see the log file of distributions/test_distributions 2022-11-23T02:15:04.0974728Z ##[group]PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_n0ay1hlw) 2022-11-23T02:15:04.0978262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:15:04.0978999Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:04.0979158Z 2022-11-23T02:15:04.0979238Z Running tests... 2022-11-23T02:15:04.0979512Z ---------------------------------------------------------------------- 2022-11-23T02:15:04.0980089Z Test results will be stored in test-reports\python-unittest\distributions.test_distributions 2022-11-23T02:15:04.0980608Z test_cdf (__main__.TestAgainstScipy) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.014s) 2022-11-23T02:15:04.0981176Z test_icdf (__main__.TestAgainstScipy) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.0981801Z test_mean (__main__.TestAgainstScipy) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.0982538Z test_variance_stddev (__main__.TestAgainstScipy) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.0983167Z test_params_constraints (__main__.TestConstraints) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0983711Z test_support_constraints (__main__.TestConstraints) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0984275Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.0984857Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0985439Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0986013Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0986632Z test_binomial_shape (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:04.0987230Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0987802Z test_categorical_shape (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0988475Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0989054Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0989628Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0990200Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0990786Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:04.0991446Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0992075Z test_dirichlet_shape (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0992674Z test_entropy_shape (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0993247Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0993839Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0994425Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:04.0994979Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0995559Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0996136Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0996783Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.0997370Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:15:04.0997994Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.0998632Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.0999215Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.0999851Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1000422Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1000985Z test_multinomial_shape (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1001546Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1002103Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1002715Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:15:04.1003289Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1003911Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1004538Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1005113Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1005690Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1015405Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1016235Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1016816Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1017397Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1017953Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1018511Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1019043Z test_bernoulli (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:04.1019560Z test_bernoulli_3d (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1020241Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1020781Z test_beta_log_prob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1021296Z test_beta_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1021861Z test_beta_shape (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1022427Z test_beta_underflow (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:15:04.1022859Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-11-23T02:15:04.1023362Z test_binomial (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1023882Z test_binomial_enumerate_support (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1024428Z test_binomial_extreme_vals (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1024973Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1025529Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1026073Z test_binomial_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1026599Z test_binomial_stable (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1027130Z test_binomial_vectorized_count (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1027709Z test_categorical_1d (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1028280Z test_categorical_2d (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1028825Z test_categorical_enumerate_support (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1029351Z test_cauchy (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1029852Z test_cdf_icdf_inverse (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1030450Z test_cdf_log_prob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1031017Z test_chi2_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1031537Z test_chi2_shape (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1032055Z test_continuous_bernoulli (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1032587Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1033105Z test_dirichlet_log_prob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1033683Z test_dirichlet_mode (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1034302Z test_dirichlet_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1034830Z test_dirichlet_shape (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1035357Z test_distribution_expand (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1036000Z test_distribution_subclass_expand (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:04.1036552Z test_enumerate_support_type (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1037245Z test_exponential (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1037961Z test_exponential_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1038494Z test_fishersnedecor (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1039034Z test_fishersnedecor_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1039472Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-11-23T02:15:04.1039848Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.010s) 2022-11-23T02:15:04.1040317Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1041010Z test_gamma_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1041528Z test_gamma_shape (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1042045Z test_geometric (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1042676Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1043223Z test_geometric_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1043908Z test_gumbel (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:04.1044742Z test_gumbel_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1045599Z test_halfcauchy (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1046415Z test_halfnormal (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1047451Z test_halfnormal_logprob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1048143Z test_halfnormal_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1048669Z test_has_examples (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1049198Z test_independent_expand (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1049732Z test_independent_shape (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1050287Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:15:04.1050844Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1051382Z test_kumaraswamy_shape (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1051898Z test_laplace (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:15:04.1052463Z test_laplace_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1053035Z test_lazy_property_grad (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1053571Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1054104Z test_logisticnormal (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1054635Z test_logisticnormal_logprob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1055249Z test_logisticnormal_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1055776Z test_lognormal (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1056295Z test_lognormal_logprob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1056822Z test_lognormal_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1057376Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1057948Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1058618Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1059224Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1059791Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:04.1060342Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1060888Z test_mixture_same_family_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1061426Z test_mixture_same_family_shape (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1061946Z test_mode (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:04.1062451Z test_multinomial_1d (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1062993Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1063532Z test_multinomial_2d (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1064068Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1064660Z test_multivariate_normal_moments (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1065266Z test_multivariate_normal_properties (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:04.1065803Z test_multivariate_normal_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1066400Z test_multivariate_normal_shape (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1066972Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1067537Z test_negative_binomial (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1068074Z test_negative_binomial_log_prob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:04.1068645Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1069194Z test_normal (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:15:04.1069753Z test_normal_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1070281Z test_one_hot_categorical_1d (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1070868Z test_one_hot_categorical_2d (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1071473Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1072013Z test_pareto (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1072511Z test_pareto_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1073035Z test_poisson_forward_ad (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1073464Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-11-23T02:15:04.1073898Z test_poisson_log_prob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1074422Z test_poisson_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1074942Z test_poisson_shape (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1075468Z test_relaxed_bernoulli (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1076003Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1076598Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1077309Z test_repr (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1077837Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1078364Z test_rsample_requires_grad (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1078899Z test_sample_detached (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1079422Z test_studentT (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1079942Z test_studentT_log_prob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1080517Z test_studentT_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1081047Z test_support_attributes (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1081563Z test_uniform (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1082096Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:04.1082685Z test_vonmises_logprob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1083258Z test_vonmises_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1083787Z test_wishart_log_prob (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1084291Z test_wishart_moments (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1084816Z test_wishart_properties (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:04.1085346Z test_wishart_sample (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1085869Z test_wishart_shape (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1086413Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1086869Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-11-23T02:15:04.1087302Z test_cat_event_dim (__main__.TestFunctors) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1087801Z test_cat_transform (__main__.TestFunctors) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:15:04.1089044Z test_cat_transform_non_uniform (__main__.TestFunctors) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:15:04.1089570Z test_stack_transform (__main__.TestFunctors) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1090052Z test_cdf (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1090529Z test_entropy (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1091025Z test_enumerate_support (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1091519Z test_log_prob (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1092051Z test_mean (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1092532Z test_rsample (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1093014Z test_sample (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1093494Z test_variance (__main__.TestJit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1094036Z test_entropy_exponential_family (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1094599Z test_entropy_monte_carlo (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1095085Z test_kl_edgecases (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1095583Z test_kl_exponential_family (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1096080Z test_kl_infinite (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1096589Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1097122Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1097639Z test_kl_monte_carlo (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1098131Z test_kl_multivariate_normal (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1098648Z test_kl_multivariate_normal_batched (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1099180Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1099749Z test_kl_shape (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1100288Z test_kl_transformed (__main__.TestKL) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1100865Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1101459Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1102033Z test_bernoulli_gradient (__main__.TestNumericalStability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1102597Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:04.1103213Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1103785Z test_categorical_log_prob (__main__.TestNumericalStability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1104351Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1104929Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1105511Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1106187Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1106774Z test_multinomial_log_prob (__main__.TestNumericalStability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:04.1107338Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1107876Z test_beta_wrt_alpha (__main__.TestRsample) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1108367Z test_beta_wrt_beta (__main__.TestRsample) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1108856Z test_chi2 (__main__.TestRsample) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1109362Z test_dirichlet_multivariate (__main__.TestRsample) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1109881Z test_dirichlet_on_diagonal (__main__.TestRsample) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:04.1110452Z test_dirichlet_tangent_field (__main__.TestRsample) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:15:04.1110961Z test_gamma (__main__.TestRsample) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:15:04.1111485Z test_invalid (__main__.TestValidation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:04.1112050Z test_invalid_log_probs_arg (__main__.TestValidation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:04.1112562Z test_valid (__main__.TestValidation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1113095Z test_warning_unimplemented_constraints (__main__.TestValidation) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:04.1113384Z 2022-11-23T02:15:04.1113535Z ---------------------------------------------------------------------- 2022-11-23T02:15:04.1113769Z Ran 219 tests in 0.406s 2022-11-23T02:15:04.1113885Z 2022-11-23T02:15:04.1114003Z OK (skipped=219) 2022-11-23T02:15:04.1114118Z 2022-11-23T02:15:04.1114207Z Generating XML reports... 2022-11-23T02:15:04.1114596Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestAgainstScipy-20221123021503.xml 2022-11-23T02:15:04.1115120Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestConstraints-20221123021503.xml 2022-11-23T02:15:04.1115650Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributionShapes-20221123021503.xml 2022-11-23T02:15:04.1116178Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributions-20221123021503.xml 2022-11-23T02:15:04.1116686Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestFunctors-20221123021503.xml 2022-11-23T02:15:04.1117290Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestJit-20221123021503.xml 2022-11-23T02:15:04.1117770Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestKL-20221123021503.xml 2022-11-23T02:15:04.1118348Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestLazyLogitsInitialization-20221123021503.xml 2022-11-23T02:15:04.1118911Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestNumericalStability-20221123021503.xml 2022-11-23T02:15:04.1119428Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestRsample-20221123021503.xml 2022-11-23T02:15:04.1119923Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestValidation-20221123021503.xml 2022-11-23T02:15:04.1120184Z 2022-11-23T02:15:04.1120508Z ##[endgroup] 2022-11-23T02:15:04.1120907Z FINISHED PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_n0ay1hlw) 2022-11-23T02:15:04.1121208Z 2022-11-23T02:15:04.1121347Z Running inductor/test_torchinductor_opinfo ... [2022-11-23 02:15:04.098667] 2022-11-23T02:15:06.4692210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:15:06.4693136Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:06.4693465Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:15:06.4851877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:15:06.4852542Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:06.4852880Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:15:06.6335882Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:15:06.633292] 2022-11-23T02:15:06.6336862Z Ignoring disabled issues: [] 2022-11-23T02:15:06.6433202Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:15:06.642799] 2022-11-23T02:15:06.6434098Z Ignoring disabled issues: [] 2022-11-23T02:15:10.8730341Z 2022-11-23T02:15:10.8731845Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:15:10.8732692Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_f07tf7u_) 2022-11-23T02:15:10.8733588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:15:10.8734248Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:10.8734682Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:15:10.8735117Z : No module named 'filelock' 2022-11-23T02:15:10.8735414Z : requires sympy/functorch/filelock 2022-11-23T02:15:10.8735597Z 2022-11-23T02:15:10.8735814Z ##[endgroup] 2022-11-23T02:15:10.8736214Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_f07tf7u_) 2022-11-23T02:15:10.8736518Z 2022-11-23T02:15:10.8987887Z 2022-11-23T02:15:10.8988399Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:15:10.8989184Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo__ptd9g8m) 2022-11-23T02:15:10.8990062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:15:10.8990726Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:10.8991058Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:15:10.8991578Z : No module named 'filelock' 2022-11-23T02:15:10.8991887Z : requires sympy/functorch/filelock 2022-11-23T02:15:10.8992067Z 2022-11-23T02:15:10.8992283Z ##[endgroup] 2022-11-23T02:15:10.8992673Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo__ptd9g8m) 2022-11-23T02:15:10.8992981Z 2022-11-23T02:15:11.2740352Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:15:11.273676] 2022-11-23T02:15:15.3071742Z 2022-11-23T02:15:15.3072199Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:15:15.3073012Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_lkjbqq61) 2022-11-23T02:15:15.3074045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:15:15.3074718Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:15.3075046Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:15:15.3075383Z : No module named 'filelock' 2022-11-23T02:15:15.3075692Z : requires sympy/functorch/filelock 2022-11-23T02:15:15.3075871Z 2022-11-23T02:15:15.3076149Z ##[endgroup] 2022-11-23T02:15:15.3076546Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_lkjbqq61) 2022-11-23T02:15:15.3076845Z 2022-11-23T02:15:15.3080163Z Running nn/test_pooling ... [2022-11-23 02:15:15.299766] 2022-11-23T02:15:15.3085508Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:15:15.299766] 2022-11-23T02:15:18.0710791Z 2022-11-23T02:15:18.0711216Z Expand the folded group to see the log file of nn/test_pooling 2022-11-23T02:15:18.0711979Z ##[group]PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_xuozfp0_) 2022-11-23T02:15:18.0712907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:15:18.0713586Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:18.0713733Z 2022-11-23T02:15:18.0713807Z Running tests... 2022-11-23T02:15:18.0714065Z ---------------------------------------------------------------------- 2022-11-23T02:15:18.0714394Z Test results will be stored in test-reports\python-unittest\nn.test_pooling 2022-11-23T02:15:18.0714839Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:18.0715357Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:18.0716115Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:18.0716709Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:18.0717254Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:18.0717793Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:18.0718327Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:18.0718873Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:18.0720076Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:18.0720629Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:15:18.0721038Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:15:18.0721531Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:18.0722088Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:18.0722611Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:18.0723153Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:18.0723694Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:18.0724213Z test_max_unpool (__main__.TestPoolingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:18.0724731Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:18.0725006Z 2022-11-23T02:15:18.0725156Z ---------------------------------------------------------------------- 2022-11-23T02:15:18.0725400Z Ran 18 tests in 0.016s 2022-11-23T02:15:18.0725516Z 2022-11-23T02:15:18.0725589Z OK (skipped=18) 2022-11-23T02:15:18.0725699Z 2022-11-23T02:15:18.0725786Z Generating XML reports... 2022-11-23T02:15:18.0726110Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestAvgPool-20221123021517.xml 2022-11-23T02:15:18.0726564Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestPoolingNN-20221123021517.xml 2022-11-23T02:15:18.0726801Z 2022-11-23T02:15:18.0727057Z ##[endgroup] 2022-11-23T02:15:18.0727404Z FINISHED PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_xuozfp0_) 2022-11-23T02:15:18.0727741Z 2022-11-23T02:15:18.0727862Z Running test_autograd ... [2022-11-23 02:15:18.070428] 2022-11-23T02:15:18.0728299Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:15:18.072019] 2022-11-23T02:15:22.4138115Z 2022-11-23T02:15:22.4138598Z Expand the folded group to see the log file of test_autograd 2022-11-23T02:15:22.4139348Z ##[group]PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_kk9jpmrw) 2022-11-23T02:15:22.4147800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:15:22.4148520Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:15:22.4148670Z 2022-11-23T02:15:22.4148745Z Running tests... 2022-11-23T02:15:22.4149006Z ---------------------------------------------------------------------- 2022-11-23T02:15:22.4149511Z Test results will be stored in test-reports\python-unittest\test_autograd 2022-11-23T02:15:22.4149977Z test_backward_out_of_context (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4150543Z test_basic (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4151102Z test_disallow_nesting (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4151674Z test_double_backward (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4152295Z test_save_base_and_modify_view (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4152909Z test_save_view_modify_base (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4153475Z test_saved_but_not_anymore (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4154049Z test_saved_same_tensor_different_versions (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4154636Z test_saved_same_tensor_many_times (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4155191Z test_views (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4155785Z test_with_math_views (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4156338Z test_with_out_variant (__main__.TestAllowMutationOnSaved) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4156905Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4157547Z test_accumulate_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4158083Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4158677Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4159266Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4159798Z test_anomaly_detect_nan (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4160324Z test_anomaly_grad_warnings (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4160903Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4161431Z test_attribute_deletion (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4161962Z test_autograd_inplace_view_of_view (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4162512Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:22.4163075Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4163626Z test_autograd_multiple_views_python (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4164170Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4164758Z test_autograd_simple_views_python (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4165331Z test_autograd_views_codegen (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4165848Z test_backward (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4166357Z test_backward_badcalls (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4166867Z test_backward_copy (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4167391Z test_backward_create_graph_warns (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4167916Z test_backward_no_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4168521Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4169108Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4169679Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4170231Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4170794Z test_backward_with_inputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4171362Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4171935Z test_calculate_shape_util (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4172459Z test_callback_adds_callback (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4172992Z test_cant_create_saved_tensors (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4173535Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4174063Z test_checkpointing (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4174471Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-11-23T02:15:22.4174944Z Test that autocast args such as the dtype are preserved during non-reentrant ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4175391Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-11-23T02:15:22.4175749Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-11-23T02:15:22.4176132Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-11-23T02:15:22.4176608Z Ensures checkpointing without reentrant autograd works with functions ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4177094Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-11-23T02:15:22.4177585Z Verifies that correct gradients are calculated for checkpoint ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4178164Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4178620Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-11-23T02:15:22.4179090Z Verifies gradient correctness when checkpoint without reentrant autograd ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4179754Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4180377Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4180863Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-11-23T02:15:22.4181316Z Basic test for checkpoint without reentrant autograd. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4181755Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-11-23T02:15:22.4182211Z Basic test for checkpoint without reentrant autograd. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4182684Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.000s) 2022-11-23T02:15:22.4183143Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-11-23T02:15:22.4183647Z Ensures that gradient hooks are only called once per tensor. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4184206Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4184752Z test_current_graph_task_execution_order (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4185297Z test_current_graph_task_id (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4185829Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4186372Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4186905Z test_custom_function_cycle (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4187426Z test_custom_function_error (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4187948Z test_custom_function_exception (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4188501Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4189108Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4189732Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4190545Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4191108Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4191655Z test_custom_function_local_inplace (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4192177Z test_custom_function_no_tensors (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4192720Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4193272Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4193862Z test_custom_function_save_for_forward (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:15:22.4194407Z test_custom_function_saved_tensors (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4194936Z test_deep_reentrant (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4195628Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4196170Z test_dep_nograd (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4196687Z test_dependent_backward (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4197194Z test_detach (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4197547Z test_detach_base (__main__.TestAutograd) 2022-11-23T02:15:22.4197911Z detaching base does not detach view ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4198443Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4198988Z test_diagonal_expanded_v (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4199488Z test_dir (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4200005Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4200547Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4201122Z test_dont_materialize_grads (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4201746Z test_duplicate_backward_root (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4202296Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4202826Z test_free_deep_graph (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4203356Z test_free_deep_graph_complicated (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4203883Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4204432Z test_full_backward_hook_double_backward (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4205000Z test_function (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4205512Z test_function_returns_input (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4206051Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4206447Z test_gc_in_destructor (__main__.TestAutograd) 2022-11-23T02:15:22.4206878Z Previously, if a Function destructor triggered a garbage collection, ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4207455Z test_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4207987Z test_grad_badcalls (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4208503Z test_grad_batched_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4209004Z test_grad_empty_inputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4209525Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.009s) 2022-11-23T02:15:22.4210038Z test_grad_fn_badcalls (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4210552Z test_grad_fn_prehooks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4211088Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4211628Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4212216Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4212756Z test_grad_nonleaf (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4213325Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4213905Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4214451Z test_grad_unreachable (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4214976Z test_grad_unreachable_discovery (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4215537Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:15:22.4216147Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4216583Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-11-23T02:15:22.4217044Z Depending on settings for check_forward_ad and check_backward_ad, the ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4217624Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4218209Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4218766Z test_gradcheck_custom_error (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4219365Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4219949Z test_gradcheck_forward_ad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4220498Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4221078Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4221654Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4222231Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:22.4222884Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4223519Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4224078Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4224638Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4225213Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4225780Z test_gradcheck_single_input (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4226327Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4226910Z test_gradcheck_sparse_input (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4227446Z test_gradcheck_test_outputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4227984Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4228518Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4229069Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4229599Z test_graph_save_on_cpu (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4230072Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-11-23T02:15:22.4230520Z test_hessian_vector (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4231067Z test_hook_none (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4231576Z test_hook_with_no_name (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4232086Z test_hooks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4232589Z test_hooks_cpp (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4233124Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4233640Z test_indexing (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:15:22.4234163Z test_indexing_duplicates (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4234742Z test_inplace (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4235269Z test_inplace_not_requires_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4235877Z test_inplace_on_view_backward (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4236420Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4236964Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4237511Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4238088Z test_input_buffer_accum (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4238612Z test_integer_outputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4239135Z test_invalid_gradients (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4239638Z test_isolated_node (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4240155Z test_leaf_assignment (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4240706Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4241241Z test_lobpcg (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4241763Z test_mark_non_differentiable (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4242308Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4242858Z test_mark_non_differentiable_none (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4243396Z test_materialize_grads (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4243909Z test_multi_backward (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4244434Z test_multi_backward_no_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:22.4244958Z test_multi_grad_hooks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4245521Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4246113Z test_naughty_anomaly_access (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4246700Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4247271Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4247822Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4248374Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4248958Z test_next_functions (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4249470Z test_no_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4249984Z test_no_grad_assignment (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4250500Z test_no_grad_copy (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4251022Z test_no_grad_copy_sparse (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4251530Z test_no_grad_input (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4252058Z test_no_grad_modifies_version (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4252458Z test_no_grad_python_function (__main__.TestAutograd) 2022-11-23T02:15:22.4252874Z Python Functions should respect grad mode. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4253406Z test_no_requires_grad_inplace (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4253940Z test_no_unnecessary_save (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4254470Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4255007Z test_not_implemented_fwad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4255529Z test_not_implemented_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4256044Z test_numpy_requires_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4257050Z test_once_differentiable (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4257598Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4258170Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4258704Z test_pickle (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4259213Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4259739Z test_power_function (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4260293Z test_profiler (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4260822Z test_profiler_aggregation_fake (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4261349Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4261754Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-11-23T02:15:22.4262180Z Test if the profiling result is aggregated for `str(prof)` ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:22.4262707Z test_profiler_function_event_avg (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4263245Z test_profiler_propagation (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4263852Z test_profiler_seq_nr (__main__.TestAutograd) ... STAGE:2022-11-23 02:15:21 5008:3284 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:15:22.4264470Z STAGE:2022-11-23 02:15:21 5008:3284 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:15:22.4265054Z STAGE:2022-11-23 02:15:21 5008:3284 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:15:22.4265581Z ------------------------------------------------------- ------------ ------------ ------------ ------------ ------------ ------------ 2022-11-23T02:15:22.4266002Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls 2022-11-23T02:15:22.4266412Z ------------------------------------------------------- ------------ ------------ ------------ ------------ ------------ ------------ 2022-11-23T02:15:22.4266812Z aten::normal_ 17.92% 93.000us 17.92% 93.000us 46.500us 2 2022-11-23T02:15:22.4267106Z aten::add 15.22% 79.000us 15.22% 79.000us 79.000us 1 2022-11-23T02:15:22.4267449Z aten::sum 12.72% 66.000us 15.03% 78.000us 78.000us 1 2022-11-23T02:15:22.4267725Z aten::randn 10.60% 55.000us 32.76% 170.000us 85.000us 2 2022-11-23T02:15:22.4268033Z aten::new_empty_strided 6.94% 36.000us 7.32% 38.000us 19.000us 2 2022-11-23T02:15:22.4268333Z aten::copy_ 5.97% 31.000us 5.97% 31.000us 15.500us 2 2022-11-23T02:15:22.4268627Z aten::expand 5.59% 29.000us 6.36% 33.000us 33.000us 1 2022-11-23T02:15:22.4268943Z torch::autograd::AccumulateGrad 5.59% 29.000us 18.88% 98.000us 49.000us 2 2022-11-23T02:15:22.4269253Z aten::empty 4.24% 22.000us 4.24% 22.000us 11.000us 2 2022-11-23T02:15:22.4269543Z AddBackward0 3.66% 19.000us 3.66% 19.000us 19.000us 1 2022-11-23T02:15:22.4269886Z aten::as_strided 2.12% 11.000us 2.12% 11.000us 5.500us 2 2022-11-23T02:15:22.4270189Z aten::empty_strided 2.12% 11.000us 2.12% 11.000us 3.667us 3 2022-11-23T02:15:22.4270487Z SumBackward0 1.54% 8.000us 7.90% 41.000us 41.000us 1 2022-11-23T02:15:22.4270782Z aten::ones_like 1.35% 7.000us 4.43% 23.000us 23.000us 1 2022-11-23T02:15:22.4271065Z aten::empty_like 1.35% 7.000us 3.08% 16.000us 16.000us 1 2022-11-23T02:15:22.4271392Z autograd::engine::evaluate_function: SumBackward0 1.16% 6.000us 9.06% 47.000us 47.000us 1 2022-11-23T02:15:22.4271718Z aten::fill_ 0.96% 5.000us 0.96% 5.000us 2.500us 2 2022-11-23T02:15:22.4272034Z autograd::engine::evaluate_function: AddBackward0 0.58% 3.000us 4.24% 22.000us 22.000us 1 2022-11-23T02:15:22.4272391Z autograd::engine::evaluate_function: torch::autograd... 0.39% 2.000us 19.27% 100.000us 50.000us 2 2022-11-23T02:15:22.4272807Z ------------------------------------------------------- ------------ ------------ ------------ ------------ ------------ ------------ 2022-11-23T02:15:22.4273141Z Self CPU time total: 519.000us 2022-11-23T02:15:22.4273267Z 2022-11-23T02:15:22.4273336Z ok (0.013s) 2022-11-23T02:15:22.4273691Z test_profiler_shapes (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4274205Z test_profiler_unboxed_only (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4274741Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4275263Z test_record_function (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4275962Z test_record_function_callbacks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4276499Z test_record_function_legacy (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4277046Z test_record_function_multithreaded (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4277672Z test_reentrant_child_error (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4278213Z test_reentrant_priority (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4278764Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4279328Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4279936Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4280497Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4281038Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4281582Z test_requires_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4282103Z test_requires_grad_ (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4282626Z test_requires_grad_inplace (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4283151Z test_retain_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4283665Z test_retain_grad_cycle (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4284192Z test_retain_grad_inplace (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4284726Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4285266Z test_return_duplicate (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4285796Z test_return_duplicate_inplace (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4286328Z test_return_leaf (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4286828Z test_return_leaf_inplace (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4287415Z test_save_none_for_backward (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4287957Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4288490Z test_save_output_nr (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4289073Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4289708Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4290383Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4290998Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:22.4291596Z test_saved_variable_saved_original_inplace_detach (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4292167Z test_saved_variable_version_counter (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4292720Z test_saved_variables_deprecated (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4293260Z test_saving_variable_to_disk (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4293797Z test_select_expanded_v (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4294295Z test_select_sum (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4294824Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4295371Z test_set_data_self_requires_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4295921Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4296455Z test_set_grad_coroutines (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4297006Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4297579Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4298184Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4298713Z test_set_grad_enabled (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4299255Z test_set_grad_generator_functions (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4299818Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4300339Z test_setitem (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4300851Z test_setitem_mask (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4301452Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4302060Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4302608Z test_shape (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4303120Z test_sharded_grad (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4303643Z test_simple_reentrant (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4304169Z test_slice_expanded_v (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4304700Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4305235Z test_sparse_gather_dim0 (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4305755Z test_sparse_gather_dim1 (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4306267Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4306803Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4307338Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4307867Z test_sparse_mm_backward (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4308402Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4308985Z test_tensor_grad_warnings (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4309452Z test_thread_shutdown (__main__.TestAutograd) ... skip: Skipping because doesn't work for windows (0.001s) 2022-11-23T02:15:22.4309910Z test_too_many_grads (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4310433Z test_type_conversions (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4310958Z test_unrelated_inputs (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4311479Z test_unused_output (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4312385Z test_var_mean_differentiable (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4312936Z test_variable_traverse (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4313459Z test_version_counter (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4313988Z test_volatile_deprecated (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4314532Z test_will_engine_execute_node (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:22.4315086Z test_wrapped_number_saved_variable_hooks (__main__.TestAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4315756Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4316373Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4317003Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4317892Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4318786Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4319768Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4320924Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4321809Z test_default_level (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4323235Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4323884Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4324459Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4325039Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4325652Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4326382Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4326978Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4327575Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4328188Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4328819Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4329453Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4330045Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4330622Z test_nested_level (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4331188Z test_non_differentiable (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4331756Z test_out_variant (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4332303Z test_print (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4332885Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4333519Z test_size_check (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4334205Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4334811Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4335419Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4336034Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4336664Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4337308Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4337970Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4338590Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4339231Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4339809Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T02:15:22.4340310Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T02:15:22.4340902Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4341582Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:22.4342267Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4342972Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4343659Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4344329Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4344981Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4345696Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4346380Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4347059Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4347739Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4348397Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4349116Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4349776Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4350425Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4351068Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4351703Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4352337Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4352971Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4353626Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4354297Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4354978Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4355729Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4356407Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4357129Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4357811Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4358508Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4359193Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4359925Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4360615Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4361331Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4362023Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4362705Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4363367Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4364009Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4364647Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:22.4365287Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4365926Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4366571Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4367209Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4367880Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4368512Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4369143Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4369763Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4370381Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4371052Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4371748Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4372431Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4373118Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4373797Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4374456Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4375128Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:15:22.4375807Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4376492Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4377169Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4377844Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4378519Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4379227Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4379881Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4380522Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4381161Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4381798Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4382481Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4383120Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4383793Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4384441Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4385079Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4385727Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4386387Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4386990Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-11-23T02:15:22.4387532Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-11-23T02:15:22.4388164Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4388880Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4389589Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4390333Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4391048Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4391770Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4392479Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4393215Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4393916Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4394633Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4395323Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4396096Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4396782Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4397459Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4398124Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4398764Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4399400Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:22.4400033Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4400663Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4401357Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4401992Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4402622Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4403247Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:15:22.4403884Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4404548Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4405179Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4405794Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4406439Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4407071Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4407705Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4408341Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4408987Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4409625Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4410255Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4410886Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4411517Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4412178Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4412803Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4413430Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4414070Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4414700Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4415317Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4415995Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4416645Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4417279Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4417912Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:15:22.4418537Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4419166Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4419786Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4420406Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4421022Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4421618Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4422222Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4422838Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4423504Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4424140Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4424760Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4425384Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4426017Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4426690Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4427322Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4427933Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4428548Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:15:22.4429172Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4429787Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4430394Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4431014Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4431633Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4432243Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4432824Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:15:22.4433395Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:15:22.4434500Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4435106Z test_multi_grad_hooks (__main__.TestMultithreadAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:15:22.4435756Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4436346Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4436916Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4437477Z test_simple_backward (__main__.TestMultithreadAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:15:22.4438108Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:15:22.4438408Z 2022-11-23T02:15:22.4438558Z ---------------------------------------------------------------------- 2022-11-23T02:15:22.4438809Z Ran 461 tests in 0.687s 2022-11-23T02:15:22.4438926Z 2022-11-23T02:15:22.4439001Z OK (skipped=460) 2022-11-23T02:15:22.4439116Z 2022-11-23T02:15:22.4439193Z Generating XML reports... 2022-11-23T02:15:22.4439538Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutograd-20221123021521.xml 2022-11-23T02:15:22.4440020Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAllowMutationOnSaved-20221123021521.xml 2022-11-23T02:15:22.4440613Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_complex.TestAutogradComplex-20221123021521.xml 2022-11-23T02:15:22.4441144Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardMode-20221123021521.xml 2022-11-23T02:15:22.4441735Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardModeBatchedGrad-20221123021521.xml 2022-11-23T02:15:22.4442309Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_functional.TestAutogradFunctional-20221123021521.xml 2022-11-23T02:15:22.4442859Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradInferenceMode-20221123021521.xml 2022-11-23T02:15:22.4443353Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestMultithreadAutograd-20221123021521.xml 2022-11-23T02:15:22.4443612Z 2022-11-23T02:15:22.4443930Z ##[endgroup] 2022-11-23T02:15:22.4444274Z FINISHED PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_kk9jpmrw) 2022-11-23T02:15:22.4444527Z 2022-11-23T02:15:22.4444648Z Running test_cpp_api_parity ... [2022-11-23 02:15:22.415874] 2022-11-23T02:15:22.4445105Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:15:22.416496] 2022-11-23T02:16:01.3635137Z 2022-11-23T02:16:01.3636003Z Expand the folded group to see the log file of test_cpp_api_parity 2022-11-23T02:16:01.3636772Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_xj2uwzr5) 2022-11-23T02:16:01.3652654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:16:01.3653525Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:01.3653871Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:01.3654084Z 2022-11-23T02:16:01.3655700Z Running tests... 2022-11-23T02:16:01.3655995Z ---------------------------------------------------------------------- 2022-11-23T02:16:01.3656354Z Test results will be stored in test-reports\python-unittest\test_cpp_api_parity 2022-11-23T02:16:01.3656841Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:16:01.3657325Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3657836Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3658497Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3659010Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3659508Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3660185Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3660846Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3661526Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3662319Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3662996Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3663562Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3664231Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3664893Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3665869Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3666525Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3667190Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3667831Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3668484Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3669249Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3669926Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:16:01.3670585Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3671240Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3671891Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3672621Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3673284Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3674033Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3674678Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3675319Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3675812Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3676300Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3676795Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3677289Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3677770Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3678260Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3678804Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3679347Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3679847Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3680346Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3680828Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3681328Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3682075Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3682873Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3683655Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3684420Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3685143Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3685887Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3687314Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3688043Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3688533Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3689017Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3689459Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3689929Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3690396Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3690865Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3691321Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3691790Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3692247Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3692699Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3693139Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3693603Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3694064Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3694535Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3695009Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3695489Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3696032Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3696517Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:16:01.3696975Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3697448Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3697902Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3698372Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3698839Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3699344Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3699785Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3700244Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3700702Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3701161Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3701743Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3702249Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3702653Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3703135Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3703614Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3704126Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3704652Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3705179Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:16:01.3705701Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3706222Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3706794Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3707297Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3707762Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3708229Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3708792Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3709280Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3709668Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3710667Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3711149Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3711641Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3712156Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3712754Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3713273Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3713793Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3714302Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3714783Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3715215Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3715676Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3716147Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3716611Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3717080Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3717549Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3718069Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3718549Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3719028Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3719503Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3719962Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3720438Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3720897Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3721390Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3721932Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3722439Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3722932Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3723436Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3723931Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3724440Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3724943Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3725443Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3725918Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3726406Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3726875Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3727362Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3727847Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3728329Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3728790Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3729321Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3729822Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3730296Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3730768Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3731255Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3731739Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3732226Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3732736Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3733209Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3733767Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3734253Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3734625Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3735175Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3735696Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3736169Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3736642Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3737133Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3737624Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3738107Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3738576Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3739043Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3739588Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3740076Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3740509Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3740976Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3741437Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3741910Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:16:01.3742378Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3742863Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3743352Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3743865Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3744337Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3744790Z test_torch_nn_CELU (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:16:01.3745216Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3745663Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3746108Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3746591Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3747087Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3747575Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3748033Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3748511Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3748978Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3749449Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3750002Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:16:01.3750468Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3750945Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3751459Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3751835Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3752284Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3752902Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3753378Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3753764Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3754244Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3754724Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3755247Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3755794Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3756260Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3756629Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3757110Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3757587Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3758055Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3758608Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3759089Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3759458Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3759906Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:16:01.3760349Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3760792Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3761239Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3761692Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3762132Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3762637Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3763090Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3763547Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3763987Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3764440Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3764873Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3765336Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3765915Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3766368Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3766737Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3767204Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3767668Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3768142Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3768586Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3769046Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3769523Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3770008Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3770489Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3770959Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3771407Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3771866Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3772323Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3772791Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3773246Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3773792Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3774385Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3774912Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3775331Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3775834Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3776335Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3776843Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3777396Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3777886Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3778391Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3778909Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3779430Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3791666Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:16:01.3792546Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3793038Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3793502Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3793968Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3794424Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3794892Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3795353Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3795814Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3796262Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3796721Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3797303Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3797774Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3798250Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3798720Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3799174Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3799632Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3800083Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3800561Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3801094Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3801575Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:16:01.3802063Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3802538Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3802994Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3803461Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3803918Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3804392Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3804861Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3805319Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3805857Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3806297Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3806769Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3807252Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3807625Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3808086Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3808583Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3809052Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3809522Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3809977Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3810423Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3810878Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3811324Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:16:01.3811831Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3812287Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3812760Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3813229Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3813698Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3814140Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3814619Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3815101Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3815573Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3816018Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3816483Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3816952Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3817425Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3817881Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3818337Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3818803Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3819329Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3819789Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3820266Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3820746Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3821227Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:16:01.3821705Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3822191Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3822665Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3823161Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3823625Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3824098Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3824575Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3825058Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3825531Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3826012Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3826480Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3826945Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3827386Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3827867Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3828340Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3828821Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3829298Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3829784Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3830322Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3830830Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:16:01.3831340Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3831843Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3832349Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3832931Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3833434Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3833976Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3834535Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3835002Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3835492Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3836054Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3836582Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3837146Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3837688Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3838238Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3838793Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3839344Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3839896Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3840435Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3840956Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3842080Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3842642Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3843162Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3843687Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3844237Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3844784Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3845319Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3845905Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3846417Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3846920Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3847407Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3847977Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3848553Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3849101Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3849634Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3850189Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3850742Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3851313Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3851995Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3852536Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3853033Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3853632Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3854215Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3854756Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3855302Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3855831Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3856338Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3856897Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3857382Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3857894Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3858413Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3858820Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3859301Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3859830Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3860368Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3860856Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3861349Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3861823Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3862302Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3862759Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3863211Z test_torch_nn_ELU (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3863637Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3864083Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3864582Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3865035Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3865641Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3866165Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3866646Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3867109Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3867593Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:16:01.3868080Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3868614Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3869082Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3869564Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3870057Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3870531Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:16:01.3871001Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3871525Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3872033Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3872606Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3873093Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3873477Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3873950Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3874431Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3874893Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3875351Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3875811Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3876307Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:16:01.3876766Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3877277Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3877777Z test_torch_nn_Fold (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3878201Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3878648Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3879086Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3879606Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3880076Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3880551Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3881021Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3881514Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3882009Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3882520Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3883086Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3883657Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3884214Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.3884744Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3885228Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3885731Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3886245Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3886786Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:16:01.3887389Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.3887924Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3888417Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3888963Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3889488Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3889995Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3890507Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3891090Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3891647Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.3892170Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3893075Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3893580Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3894089Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3894676Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3895280Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.3895768Z test_torch_nn_GELU (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3896196Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3896641Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3897084Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3897527Z test_torch_nn_GLU (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:16:01.3897954Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3898395Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3898888Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3899336Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3899894Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3900412Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3900800Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3901332Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3901822Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3902310Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3903189Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3903680Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3904155Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3904622Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3905084Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3905573Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3906073Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3906620Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3907134Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3907608Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3908085Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3908576Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3909063Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3909544Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3909992Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3910453Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3910967Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3911427Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3911862Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3912373Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3912955Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3913421Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3913899Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3914444Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3914931Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3915441Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3915942Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3916458Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3916960Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3917475Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3918030Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3918580Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3919083Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3919565Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3920006Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3920467Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3920931Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3921409Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3921941Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3922435Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3922926Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3923430Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3923992Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3924532Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3924991Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3925523Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3926006Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3926497Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3926979Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3927489Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3927993Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3928486Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3928940Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3929418Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3929941Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3930480Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3930966Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3931475Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3931983Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3932453Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3932895Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3933419Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3933888Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3934359Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3934816Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:16:01.3935296Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3935833Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3936349Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3936819Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3937276Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3937723Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3938181Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:16:01.3938626Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3939093Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3939561Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3940029Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3940482Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3940925Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3941393Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3941867Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3942364Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3942847Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.3943340Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:16:01.3943848Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3944350Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3944910Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3945403Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3945906Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3946399Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3946901Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3947444Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3948046Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3948545Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3949021Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3949468Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3949932Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3950389Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3950879Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3951362Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3951848Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3952321Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3952854Z test_torch_nn_Linear (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3953370Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3953883Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3954351Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3954801Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3955253Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3955725Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3956254Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3956756Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3957250Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3957759Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3958257Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3958742Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3959229Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3959777Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3960242Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3960706Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3961149Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3961616Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3962094Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3962585Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3963077Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3963554Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3964029Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3964495Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3964980Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3965479Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3965926Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3966385Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3966840Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3967365Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3967825Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3968314Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3968797Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3969299Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3969801Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3970310Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3970913Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3971472Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3971971Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3972451Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3972882Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3973343Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3973803Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3974269Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3974720Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3975185Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3975641Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3976099Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3976590Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3977042Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3977555Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3978030Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3978558Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3979018Z test_torch_nn_Mish (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3979443Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3979890Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3980333Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3980794Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3981368Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3981854Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3982300Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3982808Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3983372Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3983942Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3984459Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3984987Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3985499Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3985994Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3986490Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3987012Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3987542Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3988069Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3988594Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3989164Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3989745Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3990323Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3990840Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3991326Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3991883Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3992353Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3992807Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3993283Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3993816Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3994300Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3994769Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3995308Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3995832Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3996302Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3996834Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3997275Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3997735Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3998203Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3998676Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.3999134Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.3999501Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.3999941Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4000393Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4000903Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4001457Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4001927Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4002386Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4002861Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4003333Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4003809Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4004263Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4004787Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4005256Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4005726Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4006179Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4006656Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4007190Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4007738Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4008225Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4008691Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4009113Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4009577Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4010042Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4010505Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4010942Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4011402Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4011861Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4012318Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4012837Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4013309Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:16:01.4013823Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4014287Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4014731Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4015197Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4015772Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4016322Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4016828Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4017329Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4017718Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4018203Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4018697Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4019262Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4019821Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4020309Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4020760Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4021228Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4021684Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4022152Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:16:01.4022628Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4023121Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4023623Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4024567Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4025108Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4025664Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4026176Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4026655Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4027087Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.4027549Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4028064Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.4028546Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4029024Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.4029488Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4030012Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4030442Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4030942Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4031435Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4031780Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4032227Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:16:01.4032739Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4033206Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4033770Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4034243Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4034731Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4035212Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4035646Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4036118Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4036684Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4037216Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4037652Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4038134Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4038622Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4039103Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4039712Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4040193Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4040569Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4041052Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4041544Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4042030Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4042595Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4043130Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4043667Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4044159Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4044555Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4045019Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4045583Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4046057Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4046448Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4046936Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4047482Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4047972Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4048575Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4049097Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4049484Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4049976Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4050467Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4050979Z test_torch_nn_SELU (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4051408Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4051854Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4052298Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4052768Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4053248Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4053720Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4054196Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4054705Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4055181Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4055632Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4056073Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4056530Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4056963Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4057403Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4057858Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4058315Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4058817Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4059283Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4059747Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4060247Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4060720Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4061253Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4061733Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4062275Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4062765Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4063258Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4063745Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4064215Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4064751Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4065192Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4065657Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4066172Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4066529Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4067039Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4067497Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4067961Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4068414Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4068863Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4069299Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4069799Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:16:01.4070235Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4070701Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4071159Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4071619Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4072123Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4072681Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:16:01.4073269Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4073721Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4074192Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4074654Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4075137Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4075634Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4076012Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4076464Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4076903Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4077369Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4077885Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4078388Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:16:01.4078870Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4079333Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4079768Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4080222Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4080673Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4081171Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4081595Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4082042Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4082486Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4082931Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4083375Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4083894Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4084402Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4085278Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4085765Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4086246Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4086719Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4087214Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4087694Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4088217Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:16:01.4088747Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4089277Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4089861Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4090445Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4090963Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4091494Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4092013Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4092525Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4093051Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4093558Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4094063Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4094575Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4095075Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4095633Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4096183Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4096720Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4097189Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4097648Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4098065Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4098522Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4098972Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:16:01.4099435Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4099980Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4100444Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4100817Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4101338Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4101853Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4102342Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4102820Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4103300Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4103784Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4104332Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4104828Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4105340Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4105837Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4106351Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4106855Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4107488Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4108056Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4108580Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4109096Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4109626Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4110157Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4110697Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4111230Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4111764Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4112284Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4112839Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4113375Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4113923Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4114409Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4114919Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4115488Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4116009Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4116514Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4117043Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4117572Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4118090Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4118616Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4119237Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4119801Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4120307Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4120894Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4121395Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4121801Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4122300Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4122797Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4123279Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4123766Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4124269Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4124816Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4125336Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4125915Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4126500Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4127022Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4127553Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4128076Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4128605Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4129126Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4129668Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4130249Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4130810Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4131446Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4132002Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4132514Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4133035Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4133559Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4134084Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4134589Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4135095Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4135604Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4136129Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4136651Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4137211Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4137799Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4138311Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4138826Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4139344Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4139847Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4140337Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:16:01.4140828Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4141382Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4141894Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4142417Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4142970Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4143518Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:16:01.4144006Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4144508Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4145017Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4145513Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4146014Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4146534Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4147056Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4147589Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4148120Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4148690Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4149240Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4149798Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:16:01.4150294Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4150796Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4151283Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4151780Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4152315Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4152877Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4153373Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4153876Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4154373Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4154930Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4155473Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4155980Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4156460Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4156962Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4157451Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4157955Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4158454Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4158954Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4159440Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:16:01.4159994Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4160489Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4161049Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4161590Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4162096Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4162590Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4163095Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4163648Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4164159Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4164653Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4165164Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4165680Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4166199Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4166693Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4167220Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4167756Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4168297Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4168928Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4169507Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4169969Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4170497Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:16:01.4171155Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4171693Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4172185Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4172733Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4173232Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4173752Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4174312Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4174832Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4175335Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4175870Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4176409Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4176952Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4177599Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4178168Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4178639Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4179155Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4179770Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4180309Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4180748Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4181255Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4181607Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4181826Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4182027Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4182324Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4182531Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4182827Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4183176Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4183399Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4183606Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4183897Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4184107Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4184397Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4184600Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4184898Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4185108Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4185398Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4185601Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4185910Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4186127Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4186419Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4186628Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4186957Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4187156Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4187458Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4187667Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4188019Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4188233Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4188621Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4188831Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4189118Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4189328Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4189626Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4189834Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4190131Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4190338Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4190629Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4190826Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4191117Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4191324Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4191625Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4191839Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:01.4192143Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4192922Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:16:01.4193157Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4193370Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4193667Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4193983Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4194211Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:16:01.4194469Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4194756Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4194948Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4195229Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4195421Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4195708Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4195907Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:16:01.4196190Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4196386Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4196670Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4196868Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4197161Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4197366Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4197683Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4197909Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4198248Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4198454Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4198749Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:16:01.4198958Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4199248Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4199457Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.4199745Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4199990Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.4200281Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4200492Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.4200768Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4200966Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4201254Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4201458Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.4201739Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4201933Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4202219Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4202425Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:16:01.4202712Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:01.4202914Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:01.4202924Z 2022-11-23T02:16:01.4203075Z ---------------------------------------------------------------------- 2022-11-23T02:16:01.4203156Z Ran 1100 tests in 0.562s 2022-11-23T02:16:01.4203161Z 2022-11-23T02:16:01.4203235Z OK (skipped=1100) 2022-11-23T02:16:01.4203240Z 2022-11-23T02:16:01.4203374Z Generating XML reports... 2022-11-23T02:16:01.4203620Z Generated XML report: test-reports\python-unittest\test_cpp_api_parity\TEST-TestCppApiParity-20221123021600.xml 2022-11-23T02:16:01.4203625Z 2022-11-23T02:16:01.4203975Z ##[endgroup] 2022-11-23T02:16:01.4204236Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_xj2uwzr5) 2022-11-23T02:16:01.4204242Z 2022-11-23T02:16:01.4204374Z Running test_cpp_extensions_aot_ninja ... [2022-11-23 02:16:01.367925] 2022-11-23T02:16:03.6243523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:16:03.6244337Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:03.6244671Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:03.8190651Z running install 2022-11-23T02:16:03.8263505Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T02:16:03.8263957Z warnings.warn( 2022-11-23T02:16:03.8368698Z running build 2022-11-23T02:16:03.8368908Z running build_py 2022-11-23T02:16:03.8476397Z creating build 2022-11-23T02:16:03.8477326Z creating build\lib.win-amd64-cpython-39 2022-11-23T02:16:03.8478712Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:16:03.8482193Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:16:03.8488052Z running build_ext 2022-11-23T02:16:03.8565064Z building 'torch_test_cpp_extension.cpp' extension 2022-11-23T02:16:03.8581350Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39 2022-11-23T02:16:03.8582774Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release 2022-11-23T02:16:03.8638078Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T02:16:03.8642520Z Compiling objects... 2022-11-23T02:16:03.8642846Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:16:15.4244068Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T02:16:15.4246564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:16:15.4247377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4247803Z with 2022-11-23T02:16:15.4248080Z [ 2022-11-23T02:16:15.4248327Z T=c10::SymInt 2022-11-23T02:16:15.4248572Z ] 2022-11-23T02:16:15.4249134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4249648Z with 2022-11-23T02:16:15.4249857Z [ 2022-11-23T02:16:15.4250100Z T=c10::SymInt 2022-11-23T02:16:15.4250339Z ] 2022-11-23T02:16:15.4251026Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4251705Z with 2022-11-23T02:16:15.4252095Z [ 2022-11-23T02:16:15.4252393Z T=c10::SymInt 2022-11-23T02:16:15.4252670Z ] 2022-11-23T02:16:15.4253472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4254231Z with 2022-11-23T02:16:15.4254499Z [ 2022-11-23T02:16:15.4254775Z T=c10::SymInt 2022-11-23T02:16:15.4255051Z ] 2022-11-23T02:16:15.4255784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4256873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4257989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4258656Z with 2022-11-23T02:16:15.4258921Z [ 2022-11-23T02:16:15.4259196Z T=c10::SymInt 2022-11-23T02:16:15.4259478Z ] 2022-11-23T02:16:15.4260124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:16:15.4261181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4261791Z with 2022-11-23T02:16:15.4262051Z [ 2022-11-23T02:16:15.4262349Z T=at::Generator 2022-11-23T02:16:15.4262622Z ] 2022-11-23T02:16:15.4263310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4263947Z with 2022-11-23T02:16:15.4264209Z [ 2022-11-23T02:16:15.4264493Z T=at::Generator 2022-11-23T02:16:15.4264765Z ] 2022-11-23T02:16:15.4265519Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4266382Z with 2022-11-23T02:16:15.4266644Z [ 2022-11-23T02:16:15.4266936Z T=at::Generator 2022-11-23T02:16:15.4267217Z ] 2022-11-23T02:16:15.4268002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4268749Z with 2022-11-23T02:16:15.4269014Z [ 2022-11-23T02:16:15.4269313Z T=at::Generator 2022-11-23T02:16:15.4269599Z ] 2022-11-23T02:16:15.4270310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4271521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4272776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4273459Z with 2022-11-23T02:16:15.4273723Z [ 2022-11-23T02:16:15.4274020Z T=at::Generator 2022-11-23T02:16:15.4274303Z ] 2022-11-23T02:16:15.4274948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4275548Z with 2022-11-23T02:16:15.4275812Z [ 2022-11-23T02:16:15.4276116Z T=at::TensorBase 2022-11-23T02:16:15.4276401Z ] 2022-11-23T02:16:15.4277114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4277760Z with 2022-11-23T02:16:15.4278008Z [ 2022-11-23T02:16:15.4278303Z T=at::TensorBase 2022-11-23T02:16:15.4278596Z ] 2022-11-23T02:16:15.4279362Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4280050Z with 2022-11-23T02:16:15.4280299Z [ 2022-11-23T02:16:15.4280590Z T=at::TensorBase 2022-11-23T02:16:15.4280875Z ] 2022-11-23T02:16:15.4281657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4282405Z with 2022-11-23T02:16:15.4282652Z [ 2022-11-23T02:16:15.4282925Z T=at::TensorBase 2022-11-23T02:16:15.4283155Z ] 2022-11-23T02:16:15.4283576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4284221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4284867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4285383Z with 2022-11-23T02:16:15.4285539Z [ 2022-11-23T02:16:15.4285702Z T=at::TensorBase 2022-11-23T02:16:15.4285947Z ] 2022-11-23T02:16:15.4286337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4286743Z with 2022-11-23T02:16:15.4286900Z [ 2022-11-23T02:16:15.4287068Z T=at::Tensor 2022-11-23T02:16:15.4287221Z ] 2022-11-23T02:16:15.4287619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4287988Z with 2022-11-23T02:16:15.4288146Z [ 2022-11-23T02:16:15.4288311Z T=at::Tensor 2022-11-23T02:16:15.4288464Z ] 2022-11-23T02:16:15.4288908Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4289317Z with 2022-11-23T02:16:15.4289472Z [ 2022-11-23T02:16:15.4289642Z T=at::Tensor 2022-11-23T02:16:15.4289806Z ] 2022-11-23T02:16:15.4290715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4291159Z with 2022-11-23T02:16:15.4291313Z [ 2022-11-23T02:16:15.4291482Z T=at::Tensor 2022-11-23T02:16:15.4291644Z ] 2022-11-23T02:16:15.4292047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4292679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4293310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4293698Z with 2022-11-23T02:16:15.4293851Z [ 2022-11-23T02:16:15.4294019Z T=at::Tensor 2022-11-23T02:16:15.4294182Z ] 2022-11-23T02:16:15.4294569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4294911Z with 2022-11-23T02:16:15.4295063Z [ 2022-11-23T02:16:15.4295230Z T=c10::Scalar 2022-11-23T02:16:15.4295390Z ] 2022-11-23T02:16:15.4295788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4296150Z with 2022-11-23T02:16:15.4296290Z [ 2022-11-23T02:16:15.4296453Z T=c10::Scalar 2022-11-23T02:16:15.4296615Z ] 2022-11-23T02:16:15.4297049Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4297447Z with 2022-11-23T02:16:15.4297600Z [ 2022-11-23T02:16:15.4297749Z T=c10::Scalar 2022-11-23T02:16:15.4297911Z ] 2022-11-23T02:16:15.4298381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4298867Z with 2022-11-23T02:16:15.4299019Z [ 2022-11-23T02:16:15.4299170Z T=c10::Scalar 2022-11-23T02:16:15.4299331Z ] 2022-11-23T02:16:15.4299734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4300355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4300997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4301387Z with 2022-11-23T02:16:15.4301540Z [ 2022-11-23T02:16:15.4301692Z T=c10::Scalar 2022-11-23T02:16:15.4301853Z ] 2022-11-23T02:16:15.4302278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4302639Z with 2022-11-23T02:16:15.4302791Z [ 2022-11-23T02:16:15.4302956Z T=std::string 2022-11-23T02:16:15.4303105Z ] 2022-11-23T02:16:15.4303502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4303867Z with 2022-11-23T02:16:15.4304022Z [ 2022-11-23T02:16:15.4304185Z T=std::string 2022-11-23T02:16:15.4304339Z ] 2022-11-23T02:16:15.4304772Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4305173Z with 2022-11-23T02:16:15.4305687Z [ 2022-11-23T02:16:15.4305854Z T=std::string 2022-11-23T02:16:15.4306013Z ] 2022-11-23T02:16:15.4306475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4306889Z with 2022-11-23T02:16:15.4307041Z [ 2022-11-23T02:16:15.4307206Z T=std::string 2022-11-23T02:16:15.4307370Z ] 2022-11-23T02:16:15.4307769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4308393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4309029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4309396Z with 2022-11-23T02:16:15.4309549Z [ 2022-11-23T02:16:15.4309714Z T=std::string 2022-11-23T02:16:15.4309874Z ] 2022-11-23T02:16:15.4310258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4310670Z with 2022-11-23T02:16:15.4310812Z [ 2022-11-23T02:16:15.4310988Z T=c10::QualifiedName 2022-11-23T02:16:15.4311161Z ] 2022-11-23T02:16:15.4311646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4312017Z with 2022-11-23T02:16:15.4312159Z [ 2022-11-23T02:16:15.4312334Z T=c10::QualifiedName 2022-11-23T02:16:15.4312505Z ] 2022-11-23T02:16:15.4312937Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4313339Z with 2022-11-23T02:16:15.4313494Z [ 2022-11-23T02:16:15.4313657Z T=c10::QualifiedName 2022-11-23T02:16:15.4313826Z ] 2022-11-23T02:16:15.4314288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4314713Z with 2022-11-23T02:16:15.4314862Z [ 2022-11-23T02:16:15.4315088Z T=c10::QualifiedName 2022-11-23T02:16:15.4315251Z ] 2022-11-23T02:16:15.4315659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4316293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4316931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4317324Z with 2022-11-23T02:16:15.4317480Z [ 2022-11-23T02:16:15.4317656Z T=c10::QualifiedName 2022-11-23T02:16:15.4317818Z ] 2022-11-23T02:16:15.4318203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4318561Z with 2022-11-23T02:16:15.4318712Z [ 2022-11-23T02:16:15.4318927Z T=std::shared_ptr 2022-11-23T02:16:15.4319119Z ] 2022-11-23T02:16:15.4319516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4319883Z with 2022-11-23T02:16:15.4320034Z [ 2022-11-23T02:16:15.4320246Z T=std::shared_ptr 2022-11-23T02:16:15.4320488Z ] 2022-11-23T02:16:15.4320934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4321368Z with 2022-11-23T02:16:15.4321560Z [ 2022-11-23T02:16:15.4321814Z T=std::shared_ptr 2022-11-23T02:16:15.4322057Z ] 2022-11-23T02:16:15.4322555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4323024Z with 2022-11-23T02:16:15.4323240Z [ 2022-11-23T02:16:15.4323496Z T=std::shared_ptr 2022-11-23T02:16:15.4323743Z ] 2022-11-23T02:16:15.4324229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:15.4324969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:15.4325680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4326101Z with 2022-11-23T02:16:15.4326262Z [ 2022-11-23T02:16:15.4326520Z T=std::shared_ptr 2022-11-23T02:16:15.4338140Z ] 2022-11-23T02:16:15.4338699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4339079Z with 2022-11-23T02:16:15.4339377Z [ 2022-11-23T02:16:15.4339598Z T=std::weak_ptr 2022-11-23T02:16:15.4339819Z ] 2022-11-23T02:16:15.4340236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4340626Z with 2022-11-23T02:16:15.4340790Z [ 2022-11-23T02:16:15.4340999Z T=std::weak_ptr 2022-11-23T02:16:15.4341215Z ] 2022-11-23T02:16:15.4341671Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4342095Z with 2022-11-23T02:16:15.4342258Z [ 2022-11-23T02:16:15.4342480Z T=std::weak_ptr 2022-11-23T02:16:15.4342676Z ] 2022-11-23T02:16:15.4343155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4343593Z with 2022-11-23T02:16:15.4343757Z [ 2022-11-23T02:16:15.4343977Z T=std::weak_ptr 2022-11-23T02:16:15.4344188Z ] 2022-11-23T02:16:15.4344643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:15.4345329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:15.4345999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4346390Z with 2022-11-23T02:16:15.4346554Z [ 2022-11-23T02:16:15.4346778Z T=std::weak_ptr 2022-11-23T02:16:15.4346988Z ] 2022-11-23T02:16:15.4347384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4347797Z with 2022-11-23T02:16:15.4347965Z [ 2022-11-23T02:16:15.4348218Z T=std::vector> 2022-11-23T02:16:15.4348454Z ] 2022-11-23T02:16:15.4348871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4349250Z with 2022-11-23T02:16:15.4349395Z [ 2022-11-23T02:16:15.4349644Z T=std::vector> 2022-11-23T02:16:15.4349880Z ] 2022-11-23T02:16:15.4350330Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4350750Z with 2022-11-23T02:16:15.4350912Z [ 2022-11-23T02:16:15.4351144Z T=std::vector> 2022-11-23T02:16:15.4351378Z ] 2022-11-23T02:16:15.4351987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4352428Z with 2022-11-23T02:16:15.4352592Z [ 2022-11-23T02:16:15.4352844Z T=std::vector> 2022-11-23T02:16:15.4353063Z ] 2022-11-23T02:16:15.4353530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:15.4354273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:15.4354970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4355368Z with 2022-11-23T02:16:15.4355533Z [ 2022-11-23T02:16:15.4355783Z T=std::vector> 2022-11-23T02:16:15.4356017Z ] 2022-11-23T02:16:15.4356394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4356763Z with 2022-11-23T02:16:15.4356928Z [ 2022-11-23T02:16:15.4357142Z T=std::vector> 2022-11-23T02:16:15.4357347Z ] 2022-11-23T02:16:15.4357755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4358118Z with 2022-11-23T02:16:15.4358282Z [ 2022-11-23T02:16:15.4358495Z T=std::vector> 2022-11-23T02:16:15.4358699Z ] 2022-11-23T02:16:15.4359143Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4359552Z with 2022-11-23T02:16:15.4359701Z [ 2022-11-23T02:16:15.4359913Z T=std::vector> 2022-11-23T02:16:15.4360170Z ] 2022-11-23T02:16:15.4360641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4361077Z with 2022-11-23T02:16:15.4361242Z [ 2022-11-23T02:16:15.4361439Z T=std::vector> 2022-11-23T02:16:15.4361647Z ] 2022-11-23T02:16:15.4362087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:15.4362773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:15.4363441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4363834Z with 2022-11-23T02:16:15.4364000Z [ 2022-11-23T02:16:15.4364241Z T=std::vector> 2022-11-23T02:16:15.4364450Z ] 2022-11-23T02:16:15.4364845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4365211Z with 2022-11-23T02:16:15.4365374Z [ 2022-11-23T02:16:15.4365634Z T=std::vector,std::allocator>> 2022-11-23T02:16:15.4365862Z ] 2022-11-23T02:16:15.4366271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4366648Z with 2022-11-23T02:16:15.4366811Z [ 2022-11-23T02:16:15.4367071Z T=std::vector,std::allocator>> 2022-11-23T02:16:15.4367313Z ] 2022-11-23T02:16:15.4367744Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4368157Z with 2022-11-23T02:16:15.4368320Z [ 2022-11-23T02:16:15.4368580Z T=std::vector,std::allocator>> 2022-11-23T02:16:15.4368820Z ] 2022-11-23T02:16:15.4369292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4369732Z with 2022-11-23T02:16:15.4369878Z [ 2022-11-23T02:16:15.4370137Z T=std::vector,std::allocator>> 2022-11-23T02:16:15.4370383Z ] 2022-11-23T02:16:15.4370863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:16:15.4371613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:16:15.4372340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:16:15.4372982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4373380Z with 2022-11-23T02:16:15.4373527Z [ 2022-11-23T02:16:15.4373788Z T=std::vector,std::allocator>> 2022-11-23T02:16:15.4374029Z ] 2022-11-23T02:16:15.4374422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4374785Z with 2022-11-23T02:16:15.4374950Z [ 2022-11-23T02:16:15.4375188Z T=std::vector,std::allocator>> 2022-11-23T02:16:15.4375427Z ] 2022-11-23T02:16:15.4375837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4376257Z with 2022-11-23T02:16:15.4376422Z [ 2022-11-23T02:16:15.4376674Z T=std::vector,std::allocator>> 2022-11-23T02:16:15.4376896Z ] 2022-11-23T02:16:15.4377342Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4377754Z with 2022-11-23T02:16:15.4377916Z [ 2022-11-23T02:16:15.4378168Z T=std::vector,std::allocator>> 2022-11-23T02:16:15.4378400Z ] 2022-11-23T02:16:15.4378855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4379301Z with 2022-11-23T02:16:15.4379464Z [ 2022-11-23T02:16:15.4379716Z T=std::vector,std::allocator>> 2022-11-23T02:16:15.4379952Z ] 2022-11-23T02:16:15.4380421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:16:15.4381160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:16:15.4381838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:16:15.4382476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4382851Z with 2022-11-23T02:16:15.4383015Z [ 2022-11-23T02:16:15.4383268Z T=std::vector,std::allocator>> 2022-11-23T02:16:15.4383505Z ] 2022-11-23T02:16:15.4383901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4384314Z with 2022-11-23T02:16:15.4384466Z [ 2022-11-23T02:16:15.4384690Z T=std::vector> 2022-11-23T02:16:15.4384899Z ] 2022-11-23T02:16:15.4385313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4385693Z with 2022-11-23T02:16:15.4385859Z [ 2022-11-23T02:16:15.4386062Z T=std::vector> 2022-11-23T02:16:15.4386269Z ] 2022-11-23T02:16:15.4386718Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4387220Z with 2022-11-23T02:16:15.4387424Z [ 2022-11-23T02:16:15.4387649Z T=std::vector> 2022-11-23T02:16:15.4387841Z ] 2022-11-23T02:16:15.4388359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4388794Z with 2022-11-23T02:16:15.4388957Z [ 2022-11-23T02:16:15.4389174Z T=std::vector> 2022-11-23T02:16:15.4389380Z ] 2022-11-23T02:16:15.4389804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:15.4390495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:15.4391163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4391632Z with 2022-11-23T02:16:15.4391800Z [ 2022-11-23T02:16:15.4392023Z T=std::vector> 2022-11-23T02:16:15.4392235Z ] 2022-11-23T02:16:15.4392617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4393028Z with 2022-11-23T02:16:15.4393238Z [ 2022-11-23T02:16:15.4393488Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:15.4393724Z ] 2022-11-23T02:16:15.4394132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4394509Z with 2022-11-23T02:16:15.4394656Z [ 2022-11-23T02:16:15.4394903Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:15.4395136Z ] 2022-11-23T02:16:15.4395582Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4395995Z with 2022-11-23T02:16:15.4396137Z [ 2022-11-23T02:16:15.4396373Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:15.4396654Z ] 2022-11-23T02:16:15.4397118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4397545Z with 2022-11-23T02:16:15.4397699Z [ 2022-11-23T02:16:15.4397939Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:15.4398153Z ] 2022-11-23T02:16:15.4398652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:15.4399439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:15.4400188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:16:15.4400928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4401323Z with 2022-11-23T02:16:15.4401478Z [ 2022-11-23T02:16:15.4401717Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:15.4401932Z ] 2022-11-23T02:16:15.4402320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4402682Z with 2022-11-23T02:16:15.4402836Z [ 2022-11-23T02:16:15.4403075Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:15.4403303Z ] 2022-11-23T02:16:15.4403695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4404069Z with 2022-11-23T02:16:15.4404225Z [ 2022-11-23T02:16:15.4404460Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:15.4404724Z ] 2022-11-23T02:16:15.4405200Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4405591Z with 2022-11-23T02:16:15.4405746Z [ 2022-11-23T02:16:15.4405982Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:15.4406204Z ] 2022-11-23T02:16:15.4406671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4407101Z with 2022-11-23T02:16:15.4407244Z [ 2022-11-23T02:16:15.4407481Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:15.4407706Z ] 2022-11-23T02:16:15.4408165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:15.4408908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:15.4409703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:16:15.4410442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4410835Z with 2022-11-23T02:16:15.4411034Z [ 2022-11-23T02:16:15.4411262Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:15.4411487Z ] 2022-11-23T02:16:15.4411876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4412240Z with 2022-11-23T02:16:15.4412398Z [ 2022-11-23T02:16:15.4412579Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:15.4412766Z ] 2022-11-23T02:16:15.4413216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4413589Z with 2022-11-23T02:16:15.4413749Z [ 2022-11-23T02:16:15.4413938Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:15.4414115Z ] 2022-11-23T02:16:15.4414552Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4414957Z with 2022-11-23T02:16:15.4415113Z [ 2022-11-23T02:16:15.4415299Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:15.4415488Z ] 2022-11-23T02:16:15.4415940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4416412Z with 2022-11-23T02:16:15.4416566Z [ 2022-11-23T02:16:15.4416794Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:15.4416978Z ] 2022-11-23T02:16:15.4417402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4418053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4418421Z with 2022-11-23T02:16:15.4418576Z [ 2022-11-23T02:16:15.4418766Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:15.4418950Z ] 2022-11-23T02:16:15.4419408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:16:15.4420097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4420475Z with 2022-11-23T02:16:15.4420633Z [ 2022-11-23T02:16:15.4420822Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:15.4421010Z ] 2022-11-23T02:16:15.4421442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4421801Z with 2022-11-23T02:16:15.4421943Z [ 2022-11-23T02:16:15.4422261Z T=std::vector> 2022-11-23T02:16:15.4422518Z ] 2022-11-23T02:16:15.4422959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4423324Z with 2022-11-23T02:16:15.4423479Z [ 2022-11-23T02:16:15.4423742Z T=std::vector> 2022-11-23T02:16:15.4423996Z ] 2022-11-23T02:16:15.4424439Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4424840Z with 2022-11-23T02:16:15.4424994Z [ 2022-11-23T02:16:15.4425315Z T=std::vector> 2022-11-23T02:16:15.4425568Z ] 2022-11-23T02:16:15.4426018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4426449Z with 2022-11-23T02:16:15.4426604Z [ 2022-11-23T02:16:15.4426875Z T=std::vector> 2022-11-23T02:16:15.4427125Z ] 2022-11-23T02:16:15.4427621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:15.4428488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:15.4429197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4429575Z with 2022-11-23T02:16:15.4429731Z [ 2022-11-23T02:16:15.4430002Z T=std::vector> 2022-11-23T02:16:15.4430258Z ] 2022-11-23T02:16:15.4430642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4431001Z with 2022-11-23T02:16:15.4431143Z [ 2022-11-23T02:16:15.4431332Z T=torch::autograd::ViewInfo 2022-11-23T02:16:15.4431584Z ] 2022-11-23T02:16:15.4431991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4432361Z with 2022-11-23T02:16:15.4432563Z [ 2022-11-23T02:16:15.4432737Z T=torch::autograd::ViewInfo 2022-11-23T02:16:15.4432919Z ] 2022-11-23T02:16:15.4433360Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4434454Z with 2022-11-23T02:16:15.4434613Z [ 2022-11-23T02:16:15.4434805Z T=torch::autograd::ViewInfo 2022-11-23T02:16:15.4434979Z ] 2022-11-23T02:16:15.4435453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4435884Z with 2022-11-23T02:16:15.4436038Z [ 2022-11-23T02:16:15.4436224Z T=torch::autograd::ViewInfo 2022-11-23T02:16:15.4436407Z ] 2022-11-23T02:16:15.4436813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4437480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4438205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4438595Z with 2022-11-23T02:16:15.4438752Z [ 2022-11-23T02:16:15.4438939Z T=torch::autograd::ViewInfo 2022-11-23T02:16:15.4439122Z ] 2022-11-23T02:16:15.4439538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4439903Z with 2022-11-23T02:16:15.4440101Z [ 2022-11-23T02:16:15.4440272Z T=c10::IValue 2022-11-23T02:16:15.4440438Z ] 2022-11-23T02:16:15.4440824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4441196Z with 2022-11-23T02:16:15.4441350Z [ 2022-11-23T02:16:15.4441519Z T=c10::IValue 2022-11-23T02:16:15.4441681Z ] 2022-11-23T02:16:15.4442117Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4442524Z with 2022-11-23T02:16:15.4442665Z [ 2022-11-23T02:16:15.4442829Z T=c10::IValue 2022-11-23T02:16:15.4442992Z ] 2022-11-23T02:16:15.4443453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4443883Z with 2022-11-23T02:16:15.4444025Z [ 2022-11-23T02:16:15.4444189Z T=c10::IValue 2022-11-23T02:16:15.4444352Z ] 2022-11-23T02:16:15.4444754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4445425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4446109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4446559Z with 2022-11-23T02:16:15.4446703Z [ 2022-11-23T02:16:15.4446874Z T=c10::IValue 2022-11-23T02:16:15.4447041Z ] 2022-11-23T02:16:15.4447427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4447783Z with 2022-11-23T02:16:15.4447940Z [ 2022-11-23T02:16:15.4448098Z T=c10::AliasInfo 2022-11-23T02:16:15.4448270Z ] 2022-11-23T02:16:15.4448667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4449033Z with 2022-11-23T02:16:15.4449188Z [ 2022-11-23T02:16:15.4449346Z T=c10::AliasInfo 2022-11-23T02:16:15.4449517Z ] 2022-11-23T02:16:15.4449952Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4450355Z with 2022-11-23T02:16:15.4450563Z [ 2022-11-23T02:16:15.4450734Z T=c10::AliasInfo 2022-11-23T02:16:15.4450887Z ] 2022-11-23T02:16:15.4451389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4451861Z with 2022-11-23T02:16:15.4452015Z [ 2022-11-23T02:16:15.4452181Z T=c10::AliasInfo 2022-11-23T02:16:15.4452349Z ] 2022-11-23T02:16:15.4452743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4453378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4454022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4454413Z with 2022-11-23T02:16:15.4454569Z [ 2022-11-23T02:16:15.4454738Z T=c10::AliasInfo 2022-11-23T02:16:15.4454909Z ] 2022-11-23T02:16:15.4455278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4455633Z with 2022-11-23T02:16:15.4455788Z [ 2022-11-23T02:16:15.4456007Z T=std::vector> 2022-11-23T02:16:15.4456217Z ] 2022-11-23T02:16:15.4456622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4456984Z with 2022-11-23T02:16:15.4457181Z [ 2022-11-23T02:16:15.4457402Z T=std::vector> 2022-11-23T02:16:15.4457646Z ] 2022-11-23T02:16:15.4458087Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4458488Z with 2022-11-23T02:16:15.4458682Z [ 2022-11-23T02:16:15.4458902Z T=std::vector> 2022-11-23T02:16:15.4459105Z ] 2022-11-23T02:16:15.4459570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4460002Z with 2022-11-23T02:16:15.4460158Z [ 2022-11-23T02:16:15.4460369Z T=std::vector> 2022-11-23T02:16:15.4460581Z ] 2022-11-23T02:16:15.4461010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:15.4461403Z with 2022-11-23T02:16:15.4461557Z [ 2022-11-23T02:16:15.4461725Z T=c10::SymInt 2022-11-23T02:16:15.4461880Z ] 2022-11-23T02:16:15.4462294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:15.4462680Z with 2022-11-23T02:16:15.4462915Z [ 2022-11-23T02:16:15.4463085Z T=c10::SymInt 2022-11-23T02:16:15.4463239Z ] 2022-11-23T02:16:15.4463725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:16:15.4464486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:16:15.4465211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4465600Z with 2022-11-23T02:16:15.4465757Z [ 2022-11-23T02:16:15.4465980Z T=std::vector> 2022-11-23T02:16:15.4466190Z ] 2022-11-23T02:16:15.4466564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4466920Z with 2022-11-23T02:16:15.4467074Z [ 2022-11-23T02:16:15.4467302Z T=c10::either 2022-11-23T02:16:15.4467519Z ] 2022-11-23T02:16:15.4467914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4468278Z with 2022-11-23T02:16:15.4468434Z [ 2022-11-23T02:16:15.4468695Z T=c10::either 2022-11-23T02:16:15.4468909Z ] 2022-11-23T02:16:15.4469387Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4469794Z with 2022-11-23T02:16:15.4469940Z [ 2022-11-23T02:16:15.4470164Z T=c10::either 2022-11-23T02:16:15.4470374Z ] 2022-11-23T02:16:15.4470833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4471308Z with 2022-11-23T02:16:15.4471544Z [ 2022-11-23T02:16:15.4471761Z T=c10::either 2022-11-23T02:16:15.4471976Z ] 2022-11-23T02:16:15.4472424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:15.4473157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:15.4473871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4474262Z with 2022-11-23T02:16:15.4474420Z [ 2022-11-23T02:16:15.4474689Z T=c10::either 2022-11-23T02:16:15.4474891Z ] 2022-11-23T02:16:15.4475361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4475723Z with 2022-11-23T02:16:15.4475878Z [ 2022-11-23T02:16:15.4476056Z T=at::StepCallbacks 2022-11-23T02:16:15.4476219Z ] 2022-11-23T02:16:15.4476623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4476990Z with 2022-11-23T02:16:15.4477147Z [ 2022-11-23T02:16:15.4477325Z T=at::StepCallbacks 2022-11-23T02:16:15.4477499Z ] 2022-11-23T02:16:15.4477924Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4478324Z with 2022-11-23T02:16:15.4478477Z [ 2022-11-23T02:16:15.4478652Z T=at::StepCallbacks 2022-11-23T02:16:15.4478824Z ] 2022-11-23T02:16:15.4479288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4479718Z with 2022-11-23T02:16:15.4479860Z [ 2022-11-23T02:16:15.4480035Z T=at::StepCallbacks 2022-11-23T02:16:15.4480212Z ] 2022-11-23T02:16:15.4480667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4481361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4482007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4482390Z with 2022-11-23T02:16:15.4482535Z [ 2022-11-23T02:16:15.4482713Z T=at::StepCallbacks 2022-11-23T02:16:15.4482892Z ] 2022-11-23T02:16:15.4483275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4483690Z with 2022-11-23T02:16:15.4483832Z [ 2022-11-23T02:16:15.4484002Z T=c10::DimVector 2022-11-23T02:16:15.4484169Z ] 2022-11-23T02:16:15.4484572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4484947Z with 2022-11-23T02:16:15.4485102Z [ 2022-11-23T02:16:15.4485261Z T=c10::DimVector 2022-11-23T02:16:15.4485427Z ] 2022-11-23T02:16:15.4485866Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4486310Z with 2022-11-23T02:16:15.4486461Z [ 2022-11-23T02:16:15.4486618Z T=c10::DimVector 2022-11-23T02:16:15.4486827Z ] 2022-11-23T02:16:15.4487340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4487771Z with 2022-11-23T02:16:15.4487929Z [ 2022-11-23T02:16:15.4488101Z T=c10::DimVector 2022-11-23T02:16:15.4488257Z ] 2022-11-23T02:16:15.4488665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4489301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4489949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4490341Z with 2022-11-23T02:16:15.4490496Z [ 2022-11-23T02:16:15.4490668Z T=c10::DimVector 2022-11-23T02:16:15.4490824Z ] 2022-11-23T02:16:15.4491210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4491566Z with 2022-11-23T02:16:15.4491720Z [ 2022-11-23T02:16:15.4491907Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:15.4492137Z ] 2022-11-23T02:16:15.4492557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4492934Z with 2022-11-23T02:16:15.4493089Z [ 2022-11-23T02:16:15.4493276Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:15.4493461Z ] 2022-11-23T02:16:15.4493903Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4494294Z with 2022-11-23T02:16:15.4494449Z [ 2022-11-23T02:16:15.4494635Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:15.4494818Z ] 2022-11-23T02:16:15.4495280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4495763Z with 2022-11-23T02:16:15.4495909Z [ 2022-11-23T02:16:15.4496094Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:15.4496278Z ] 2022-11-23T02:16:15.4496699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4497368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4498089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4498516Z with 2022-11-23T02:16:15.4498665Z [ 2022-11-23T02:16:15.4498855Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:15.4499038Z ] 2022-11-23T02:16:15.4499422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4499780Z with 2022-11-23T02:16:15.4500367Z [ 2022-11-23T02:16:15.4500598Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:15.4500820Z ] 2022-11-23T02:16:15.4501222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4501592Z with 2022-11-23T02:16:15.4501746Z [ 2022-11-23T02:16:15.4501978Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:15.4502182Z ] 2022-11-23T02:16:15.4502621Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4503017Z with 2022-11-23T02:16:15.4503173Z [ 2022-11-23T02:16:15.4503401Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:15.4503618Z ] 2022-11-23T02:16:15.4504117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4504588Z with 2022-11-23T02:16:15.4504743Z [ 2022-11-23T02:16:15.4504967Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:15.4505178Z ] 2022-11-23T02:16:15.4505635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4506377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4507069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4507461Z with 2022-11-23T02:16:15.4507617Z [ 2022-11-23T02:16:15.4507848Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:15.4508062Z ] 2022-11-23T02:16:15.4508455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:16:15.4509068Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:16:15.4509644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4510010Z with 2022-11-23T02:16:15.4510168Z [ 2022-11-23T02:16:15.4510413Z T=std::tuple 2022-11-23T02:16:15.4510611Z ] 2022-11-23T02:16:15.4511015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4511376Z with 2022-11-23T02:16:15.4511602Z [ 2022-11-23T02:16:15.4511808Z T=std::tuple 2022-11-23T02:16:15.4512003Z ] 2022-11-23T02:16:15.4512501Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4512903Z with 2022-11-23T02:16:15.4513047Z [ 2022-11-23T02:16:15.4513250Z T=std::tuple 2022-11-23T02:16:15.4513443Z ] 2022-11-23T02:16:15.4513906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4514336Z with 2022-11-23T02:16:15.4514489Z [ 2022-11-23T02:16:15.4514683Z T=std::tuple 2022-11-23T02:16:15.4514881Z ] 2022-11-23T02:16:15.4515310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:15.4516087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:15.4516766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4517152Z with 2022-11-23T02:16:15.4517306Z [ 2022-11-23T02:16:15.4517499Z T=std::tuple 2022-11-23T02:16:15.4517692Z ] 2022-11-23T02:16:15.4518076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4518435Z with 2022-11-23T02:16:15.4518591Z [ 2022-11-23T02:16:15.4518775Z T=torch::jit::SourceRange 2022-11-23T02:16:15.4518944Z ] 2022-11-23T02:16:15.4519344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4519712Z with 2022-11-23T02:16:15.4519865Z [ 2022-11-23T02:16:15.4520045Z T=torch::jit::SourceRange 2022-11-23T02:16:15.4520224Z ] 2022-11-23T02:16:15.4520649Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4521103Z with 2022-11-23T02:16:15.4521256Z [ 2022-11-23T02:16:15.4521480Z T=torch::jit::SourceRange 2022-11-23T02:16:15.4521662Z ] 2022-11-23T02:16:15.4522163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4522581Z with 2022-11-23T02:16:15.4522736Z [ 2022-11-23T02:16:15.4522914Z T=torch::jit::SourceRange 2022-11-23T02:16:15.4523090Z ] 2022-11-23T02:16:15.4523508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4524174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4524883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4525256Z with 2022-11-23T02:16:15.4525413Z [ 2022-11-23T02:16:15.4525597Z T=torch::jit::SourceRange 2022-11-23T02:16:15.4525779Z ] 2022-11-23T02:16:15.4526160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4526523Z with 2022-11-23T02:16:15.4526671Z [ 2022-11-23T02:16:15.4526875Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:15.4527069Z ] 2022-11-23T02:16:15.4527510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4527920Z with 2022-11-23T02:16:15.4528080Z [ 2022-11-23T02:16:15.4528271Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:15.4528464Z ] 2022-11-23T02:16:15.4528899Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4529296Z with 2022-11-23T02:16:15.4529450Z [ 2022-11-23T02:16:15.4529636Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:15.4529829Z ] 2022-11-23T02:16:15.4530293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4530716Z with 2022-11-23T02:16:15.4530873Z [ 2022-11-23T02:16:15.4531075Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:15.4531256Z ] 2022-11-23T02:16:15.4531689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4532367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4533069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4533559Z with 2022-11-23T02:16:15.4533718Z [ 2022-11-23T02:16:15.4533921Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:15.4534118Z ] 2022-11-23T02:16:15.4534492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4534855Z with 2022-11-23T02:16:15.4535010Z [ 2022-11-23T02:16:15.4535205Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:15.4535397Z ] 2022-11-23T02:16:15.4535783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4536161Z with 2022-11-23T02:16:15.4536316Z [ 2022-11-23T02:16:15.4536517Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:15.4536706Z ] 2022-11-23T02:16:15.4537196Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4537606Z with 2022-11-23T02:16:15.4537748Z [ 2022-11-23T02:16:15.4537945Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:15.4538133Z ] 2022-11-23T02:16:15.4538600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4539072Z with 2022-11-23T02:16:15.4539217Z [ 2022-11-23T02:16:15.4539452Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:15.4539648Z ] 2022-11-23T02:16:15.4540076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4540751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4541414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4541802Z with 2022-11-23T02:16:15.4541959Z [ 2022-11-23T02:16:15.4542145Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:15.4542341Z ] 2022-11-23T02:16:15.4542729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4543083Z with 2022-11-23T02:16:15.4543237Z [ 2022-11-23T02:16:15.4543408Z T=torch::jit::ScopePtr 2022-11-23T02:16:15.4543586Z ] 2022-11-23T02:16:15.4543983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4544349Z with 2022-11-23T02:16:15.4544504Z [ 2022-11-23T02:16:15.4544717Z T=torch::jit::ScopePtr 2022-11-23T02:16:15.4544882Z ] 2022-11-23T02:16:15.4545352Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4545819Z with 2022-11-23T02:16:15.4545972Z [ 2022-11-23T02:16:15.4546151Z T=torch::jit::ScopePtr 2022-11-23T02:16:15.4546325Z ] 2022-11-23T02:16:15.4546776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4547205Z with 2022-11-23T02:16:15.4547357Z [ 2022-11-23T02:16:15.4547533Z T=torch::jit::ScopePtr 2022-11-23T02:16:15.4547706Z ] 2022-11-23T02:16:15.4548123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4548767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4549468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4549860Z with 2022-11-23T02:16:15.4550016Z [ 2022-11-23T02:16:15.4550195Z T=torch::jit::ScopePtr 2022-11-23T02:16:15.4550371Z ] 2022-11-23T02:16:15.4550803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4551190Z with 2022-11-23T02:16:15.4551347Z [ 2022-11-23T02:16:15.4551603Z T=at::ThreadLocalState 2022-11-23T02:16:15.4551786Z ] 2022-11-23T02:16:15.4552188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4552571Z with 2022-11-23T02:16:15.4552713Z [ 2022-11-23T02:16:15.4552898Z T=at::ThreadLocalState 2022-11-23T02:16:15.4553077Z ] 2022-11-23T02:16:15.4553516Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4553915Z with 2022-11-23T02:16:15.4554061Z [ 2022-11-23T02:16:15.4554248Z T=at::ThreadLocalState 2022-11-23T02:16:15.4554425Z ] 2022-11-23T02:16:15.4554888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4555322Z with 2022-11-23T02:16:15.4555479Z [ 2022-11-23T02:16:15.4555650Z T=at::ThreadLocalState 2022-11-23T02:16:15.4555831Z ] 2022-11-23T02:16:15.4556249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4556992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4557659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4558103Z with 2022-11-23T02:16:15.4558258Z [ 2022-11-23T02:16:15.4558433Z T=at::ThreadLocalState 2022-11-23T02:16:15.4558613Z ] 2022-11-23T02:16:15.4559001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4559358Z with 2022-11-23T02:16:15.4559512Z [ 2022-11-23T02:16:15.4559717Z T=std::shared_ptr 2022-11-23T02:16:15.4559896Z ] 2022-11-23T02:16:15.4560301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4560666Z with 2022-11-23T02:16:15.4560819Z [ 2022-11-23T02:16:15.4561018Z T=std::shared_ptr 2022-11-23T02:16:15.4561206Z ] 2022-11-23T02:16:15.4561632Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4562077Z with 2022-11-23T02:16:15.4562275Z [ 2022-11-23T02:16:15.4562480Z T=std::shared_ptr 2022-11-23T02:16:15.4562707Z ] 2022-11-23T02:16:15.4563177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4563597Z with 2022-11-23T02:16:15.4563755Z [ 2022-11-23T02:16:15.4563952Z T=std::shared_ptr 2022-11-23T02:16:15.4564148Z ] 2022-11-23T02:16:15.4564572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:15.4565233Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:15.4565916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:16:15.4566593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4566972Z with 2022-11-23T02:16:15.4567132Z [ 2022-11-23T02:16:15.4567333Z T=std::shared_ptr 2022-11-23T02:16:15.4567527Z ] 2022-11-23T02:16:15.4567912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4568305Z with 2022-11-23T02:16:15.4568449Z [ 2022-11-23T02:16:15.4568677Z T=torch::jit::GraphExecutor 2022-11-23T02:16:15.4568862Z ] 2022-11-23T02:16:15.4569259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4569629Z with 2022-11-23T02:16:15.4569783Z [ 2022-11-23T02:16:15.4569954Z T=torch::jit::GraphExecutor 2022-11-23T02:16:15.4570195Z ] 2022-11-23T02:16:15.4570628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4571026Z with 2022-11-23T02:16:15.4571181Z [ 2022-11-23T02:16:15.4571356Z T=torch::jit::GraphExecutor 2022-11-23T02:16:15.4571546Z ] 2022-11-23T02:16:15.4572011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4572437Z with 2022-11-23T02:16:15.4572592Z [ 2022-11-23T02:16:15.4572776Z T=torch::jit::GraphExecutor 2022-11-23T02:16:15.4572946Z ] 2022-11-23T02:16:15.4573372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4574102Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4574809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:16:15.4575479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4575869Z with 2022-11-23T02:16:15.4576030Z [ 2022-11-23T02:16:15.4576219Z T=torch::jit::GraphExecutor 2022-11-23T02:16:15.4576391Z ] 2022-11-23T02:16:15.4576776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4577134Z with 2022-11-23T02:16:15.4577290Z [ 2022-11-23T02:16:15.4577463Z T=torch::jit::Method 2022-11-23T02:16:15.4577636Z ] 2022-11-23T02:16:15.4578020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4578389Z with 2022-11-23T02:16:15.4578543Z [ 2022-11-23T02:16:15.4578719Z T=torch::jit::Method 2022-11-23T02:16:15.4578891Z ] 2022-11-23T02:16:15.4579331Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4579766Z with 2022-11-23T02:16:15.4579920Z [ 2022-11-23T02:16:15.4580094Z T=torch::jit::Method 2022-11-23T02:16:15.4580306Z ] 2022-11-23T02:16:15.4580774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4581204Z with 2022-11-23T02:16:15.4581347Z [ 2022-11-23T02:16:15.4581522Z T=torch::jit::Method 2022-11-23T02:16:15.4581696Z ] 2022-11-23T02:16:15.4582102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4582794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4583448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4583834Z with 2022-11-23T02:16:15.4583977Z [ 2022-11-23T02:16:15.4584153Z T=torch::jit::Method 2022-11-23T02:16:15.4584328Z ] 2022-11-23T02:16:15.4584711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4585071Z with 2022-11-23T02:16:15.4585229Z [ 2022-11-23T02:16:15.4585478Z T=std::vector> 2022-11-23T02:16:15.4585691Z ] 2022-11-23T02:16:15.4586133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4586562Z with 2022-11-23T02:16:15.4586720Z [ 2022-11-23T02:16:15.4586931Z T=std::vector> 2022-11-23T02:16:15.4587142Z ] 2022-11-23T02:16:15.4587579Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4587982Z with 2022-11-23T02:16:15.4588135Z [ 2022-11-23T02:16:15.4588354Z T=std::vector> 2022-11-23T02:16:15.4588552Z ] 2022-11-23T02:16:15.4589017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4589446Z with 2022-11-23T02:16:15.4589603Z [ 2022-11-23T02:16:15.4589825Z T=std::vector> 2022-11-23T02:16:15.4590039Z ] 2022-11-23T02:16:15.4590483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:15.4591176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:15.4592024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4592414Z with 2022-11-23T02:16:15.4592572Z [ 2022-11-23T02:16:15.4592793Z T=std::vector> 2022-11-23T02:16:15.4593004Z ] 2022-11-23T02:16:15.4593298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4593363Z with 2022-11-23T02:16:15.4593423Z [ 2022-11-23T02:16:15.4593583Z T=std::function 2022-11-23T02:16:15.4593631Z ] 2022-11-23T02:16:15.4594007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4594074Z with 2022-11-23T02:16:15.4594137Z [ 2022-11-23T02:16:15.4594299Z T=std::function 2022-11-23T02:16:15.4594360Z ] 2022-11-23T02:16:15.4594712Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4594775Z with 2022-11-23T02:16:15.4594834Z [ 2022-11-23T02:16:15.4594993Z T=std::function 2022-11-23T02:16:15.4595053Z ] 2022-11-23T02:16:15.4595428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4595494Z with 2022-11-23T02:16:15.4595554Z [ 2022-11-23T02:16:15.4595757Z T=std::function 2022-11-23T02:16:15.4595819Z ] 2022-11-23T02:16:15.4596199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:15.4596598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:15.4596930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4596996Z with 2022-11-23T02:16:15.4597061Z [ 2022-11-23T02:16:15.4597248Z T=std::function 2022-11-23T02:16:15.4597312Z ] 2022-11-23T02:16:15.4597608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4597672Z with 2022-11-23T02:16:15.4597769Z [ 2022-11-23T02:16:15.4597955Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:15.4598016Z ] 2022-11-23T02:16:15.4598328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4598390Z with 2022-11-23T02:16:15.4598453Z [ 2022-11-23T02:16:15.4598635Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:15.4598697Z ] 2022-11-23T02:16:15.4599045Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4599107Z with 2022-11-23T02:16:15.4599168Z [ 2022-11-23T02:16:15.4599348Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:15.4599408Z ] 2022-11-23T02:16:15.4599766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4599875Z with 2022-11-23T02:16:15.4599936Z [ 2022-11-23T02:16:15.4600115Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:15.4600176Z ] 2022-11-23T02:16:15.4600576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:15.4601010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:15.4601338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4601403Z with 2022-11-23T02:16:15.4601464Z [ 2022-11-23T02:16:15.4601687Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:15.4601752Z ] 2022-11-23T02:16:15.4602047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4602113Z with 2022-11-23T02:16:15.4602172Z [ 2022-11-23T02:16:15.4602297Z T=std::vector> 2022-11-23T02:16:15.4602358Z ] 2022-11-23T02:16:15.4602664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4602731Z with 2022-11-23T02:16:15.4602780Z [ 2022-11-23T02:16:15.4602904Z T=std::vector> 2022-11-23T02:16:15.4602965Z ] 2022-11-23T02:16:15.4603354Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4603418Z with 2022-11-23T02:16:15.4603479Z [ 2022-11-23T02:16:15.4603635Z T=std::vector> 2022-11-23T02:16:15.4603697Z ] 2022-11-23T02:16:15.4604070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4604135Z with 2022-11-23T02:16:15.4604196Z [ 2022-11-23T02:16:15.4604316Z T=std::vector> 2022-11-23T02:16:15.4604377Z ] 2022-11-23T02:16:15.4604715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:15.4604781Z with 2022-11-23T02:16:15.4604842Z [ 2022-11-23T02:16:15.4604899Z T=double 2022-11-23T02:16:15.4604960Z ] 2022-11-23T02:16:15.4605335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:15.4605449Z with 2022-11-23T02:16:15.4605510Z [ 2022-11-23T02:16:15.4605579Z T=double 2022-11-23T02:16:15.4605641Z ] 2022-11-23T02:16:15.4605965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4606031Z with 2022-11-23T02:16:15.4606090Z [ 2022-11-23T02:16:15.4606215Z T=std::vector> 2022-11-23T02:16:15.4606277Z ] 2022-11-23T02:16:15.4606571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4606634Z with 2022-11-23T02:16:15.4606694Z [ 2022-11-23T02:16:15.4606804Z T=std::tuple 2022-11-23T02:16:15.4606854Z ] 2022-11-23T02:16:15.4607169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4607235Z with 2022-11-23T02:16:15.4607295Z [ 2022-11-23T02:16:15.4607405Z T=std::tuple 2022-11-23T02:16:15.4607507Z ] 2022-11-23T02:16:15.4607854Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4607919Z with 2022-11-23T02:16:15.4607979Z [ 2022-11-23T02:16:15.4608084Z T=std::tuple 2022-11-23T02:16:15.4608143Z ] 2022-11-23T02:16:15.4608512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4608578Z with 2022-11-23T02:16:15.4608637Z [ 2022-11-23T02:16:15.4608744Z T=std::tuple 2022-11-23T02:16:15.4608793Z ] 2022-11-23T02:16:15.4609167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:15.4609572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:15.4609904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4609970Z with 2022-11-23T02:16:15.4610035Z [ 2022-11-23T02:16:15.4610139Z T=std::tuple 2022-11-23T02:16:15.4610200Z ] 2022-11-23T02:16:15.4610490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4610554Z with 2022-11-23T02:16:15.4610614Z [ 2022-11-23T02:16:15.4610745Z T=std::vector> 2022-11-23T02:16:15.4610806Z ] 2022-11-23T02:16:15.4611116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:15.4611183Z with 2022-11-23T02:16:15.4611690Z [ 2022-11-23T02:16:15.4611825Z T=std::vector> 2022-11-23T02:16:15.4611888Z ] 2022-11-23T02:16:15.4612241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:15.4612293Z with 2022-11-23T02:16:15.4612355Z [ 2022-11-23T02:16:15.4612486Z T=std::vector> 2022-11-23T02:16:15.4612549Z ] 2022-11-23T02:16:15.4612920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:15.4612985Z with 2022-11-23T02:16:15.4613046Z [ 2022-11-23T02:16:15.4613178Z T=std::vector> 2022-11-23T02:16:15.4613238Z ] 2022-11-23T02:16:15.4613589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:15.4614022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:15.4614358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:15.4614422Z with 2022-11-23T02:16:15.4614482Z [ 2022-11-23T02:16:15.4614614Z T=std::vector> 2022-11-23T02:16:15.4614675Z ] 2022-11-23T02:16:15.4876383Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_cpp C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2022-11-23T02:16:15.7023546Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2022-11-23T02:16:15.7657260Z Generating code 2022-11-23T02:16:17.0819013Z Finished generating code 2022-11-23T02:16:17.3975053Z building 'torch_test_cpp_extension.ort' extension 2022-11-23T02:16:17.4040434Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T02:16:17.4045846Z Compiling objects... 2022-11-23T02:16:17.4046178Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:16:28.8371886Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\ort_extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort_extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T02:16:28.8375215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:16:28.8376086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8376598Z with 2022-11-23T02:16:28.8376825Z [ 2022-11-23T02:16:28.8377065Z T=c10::SymInt 2022-11-23T02:16:28.8377285Z ] 2022-11-23T02:16:28.8377838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8378352Z with 2022-11-23T02:16:28.8378576Z [ 2022-11-23T02:16:28.8378801Z T=c10::SymInt 2022-11-23T02:16:28.8379010Z ] 2022-11-23T02:16:28.8379611Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8380147Z with 2022-11-23T02:16:28.8380361Z [ 2022-11-23T02:16:28.8380588Z T=c10::SymInt 2022-11-23T02:16:28.8380821Z ] 2022-11-23T02:16:28.8381482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8382093Z with 2022-11-23T02:16:28.8382299Z [ 2022-11-23T02:16:28.8382531Z T=c10::SymInt 2022-11-23T02:16:28.8382756Z ] 2022-11-23T02:16:28.8383298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8384143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8384787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8385295Z with 2022-11-23T02:16:28.8385439Z [ 2022-11-23T02:16:28.8385605Z T=c10::SymInt 2022-11-23T02:16:28.8385770Z ] 2022-11-23T02:16:28.8386191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:16:28.8386770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8387173Z with 2022-11-23T02:16:28.8387315Z [ 2022-11-23T02:16:28.8387484Z T=at::Generator 2022-11-23T02:16:28.8387688Z ] 2022-11-23T02:16:28.8388095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8388462Z with 2022-11-23T02:16:28.8388602Z [ 2022-11-23T02:16:28.8388769Z T=at::Generator 2022-11-23T02:16:28.8388934Z ] 2022-11-23T02:16:28.8389443Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8389849Z with 2022-11-23T02:16:28.8390000Z [ 2022-11-23T02:16:28.8390154Z T=at::Generator 2022-11-23T02:16:28.8390320Z ] 2022-11-23T02:16:28.8390848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8391275Z with 2022-11-23T02:16:28.8391427Z [ 2022-11-23T02:16:28.8391594Z T=at::Generator 2022-11-23T02:16:28.8391748Z ] 2022-11-23T02:16:28.8392155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8392780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8393471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8393947Z with 2022-11-23T02:16:28.8394099Z [ 2022-11-23T02:16:28.8394268Z T=at::Generator 2022-11-23T02:16:28.8394425Z ] 2022-11-23T02:16:28.8394808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8395160Z with 2022-11-23T02:16:28.8395314Z [ 2022-11-23T02:16:28.8395485Z T=at::TensorBase 2022-11-23T02:16:28.8395644Z ] 2022-11-23T02:16:28.8396044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8396411Z with 2022-11-23T02:16:28.8396562Z [ 2022-11-23T02:16:28.8396730Z T=at::TensorBase 2022-11-23T02:16:28.8396895Z ] 2022-11-23T02:16:28.8397316Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8397782Z with 2022-11-23T02:16:28.8397935Z [ 2022-11-23T02:16:28.8398104Z T=at::TensorBase 2022-11-23T02:16:28.8398271Z ] 2022-11-23T02:16:28.8398735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8399200Z with 2022-11-23T02:16:28.8399351Z [ 2022-11-23T02:16:28.8399567Z T=at::TensorBase 2022-11-23T02:16:28.8399735Z ] 2022-11-23T02:16:28.8400141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8400769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8401409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8401883Z with 2022-11-23T02:16:28.8402043Z [ 2022-11-23T02:16:28.8402214Z T=at::TensorBase 2022-11-23T02:16:28.8402381Z ] 2022-11-23T02:16:28.8402762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8403113Z with 2022-11-23T02:16:28.8403253Z [ 2022-11-23T02:16:28.8403418Z T=at::Tensor 2022-11-23T02:16:28.8403581Z ] 2022-11-23T02:16:28.8403980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8404348Z with 2022-11-23T02:16:28.8404485Z [ 2022-11-23T02:16:28.8404648Z T=at::Tensor 2022-11-23T02:16:28.8404861Z ] 2022-11-23T02:16:28.8405344Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8405746Z with 2022-11-23T02:16:28.8405898Z [ 2022-11-23T02:16:28.8406048Z T=at::Tensor 2022-11-23T02:16:28.8406209Z ] 2022-11-23T02:16:28.8406668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8407099Z with 2022-11-23T02:16:28.8407252Z [ 2022-11-23T02:16:28.8407414Z T=at::Tensor 2022-11-23T02:16:28.8407562Z ] 2022-11-23T02:16:28.8407961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8408578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8409212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8409594Z with 2022-11-23T02:16:28.8409747Z [ 2022-11-23T02:16:28.8409965Z T=at::Tensor 2022-11-23T02:16:28.8410115Z ] 2022-11-23T02:16:28.8410496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8410895Z with 2022-11-23T02:16:28.8411049Z [ 2022-11-23T02:16:28.8411217Z T=c10::Scalar 2022-11-23T02:16:28.8411416Z ] 2022-11-23T02:16:28.8411818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8412182Z with 2022-11-23T02:16:28.8412334Z [ 2022-11-23T02:16:28.8412497Z T=c10::Scalar 2022-11-23T02:16:28.8412659Z ] 2022-11-23T02:16:28.8413121Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8413526Z with 2022-11-23T02:16:28.8413677Z [ 2022-11-23T02:16:28.8413841Z T=c10::Scalar 2022-11-23T02:16:28.8414002Z ] 2022-11-23T02:16:28.8414516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8414931Z with 2022-11-23T02:16:28.8415087Z [ 2022-11-23T02:16:28.8415249Z T=c10::Scalar 2022-11-23T02:16:28.8415410Z ] 2022-11-23T02:16:28.8415813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8416439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8417120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8417543Z with 2022-11-23T02:16:28.8417698Z [ 2022-11-23T02:16:28.8417862Z T=c10::Scalar 2022-11-23T02:16:28.8418025Z ] 2022-11-23T02:16:28.8418456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8418808Z with 2022-11-23T02:16:28.8418948Z [ 2022-11-23T02:16:28.8419118Z T=std::string 2022-11-23T02:16:28.8419281Z ] 2022-11-23T02:16:28.8419672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8420040Z with 2022-11-23T02:16:28.8420181Z [ 2022-11-23T02:16:28.8420346Z T=std::string 2022-11-23T02:16:28.8420509Z ] 2022-11-23T02:16:28.8420943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8421341Z with 2022-11-23T02:16:28.8421494Z [ 2022-11-23T02:16:28.8421646Z T=std::string 2022-11-23T02:16:28.8421807Z ] 2022-11-23T02:16:28.8422267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8422753Z with 2022-11-23T02:16:28.8422955Z [ 2022-11-23T02:16:28.8423125Z T=std::string 2022-11-23T02:16:28.8423274Z ] 2022-11-23T02:16:28.8423712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8424336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8424971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8425407Z with 2022-11-23T02:16:28.8425560Z [ 2022-11-23T02:16:28.8425725Z T=std::string 2022-11-23T02:16:28.8425876Z ] 2022-11-23T02:16:28.8426260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8427097Z with 2022-11-23T02:16:28.8427276Z [ 2022-11-23T02:16:28.8427454Z T=c10::QualifiedName 2022-11-23T02:16:28.8427617Z ] 2022-11-23T02:16:28.8428019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8428386Z with 2022-11-23T02:16:28.8428539Z [ 2022-11-23T02:16:28.8428712Z T=c10::QualifiedName 2022-11-23T02:16:28.8428941Z ] 2022-11-23T02:16:28.8429411Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8429823Z with 2022-11-23T02:16:28.8429974Z [ 2022-11-23T02:16:28.8430146Z T=c10::QualifiedName 2022-11-23T02:16:28.8430318Z ] 2022-11-23T02:16:28.8430863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8431292Z with 2022-11-23T02:16:28.8431432Z [ 2022-11-23T02:16:28.8431604Z T=c10::QualifiedName 2022-11-23T02:16:28.8431777Z ] 2022-11-23T02:16:28.8432187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8432824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8433464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8433850Z with 2022-11-23T02:16:28.8433991Z [ 2022-11-23T02:16:28.8434167Z T=c10::QualifiedName 2022-11-23T02:16:28.8434338Z ] 2022-11-23T02:16:28.8434767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8435243Z with 2022-11-23T02:16:28.8435387Z [ 2022-11-23T02:16:28.8435604Z T=std::shared_ptr 2022-11-23T02:16:28.8435808Z ] 2022-11-23T02:16:28.8436208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8436574Z with 2022-11-23T02:16:28.8436777Z [ 2022-11-23T02:16:28.8436981Z T=std::shared_ptr 2022-11-23T02:16:28.8437183Z ] 2022-11-23T02:16:28.8437620Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8438019Z with 2022-11-23T02:16:28.8438169Z [ 2022-11-23T02:16:28.8438382Z T=std::shared_ptr 2022-11-23T02:16:28.8438574Z ] 2022-11-23T02:16:28.8439034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8439458Z with 2022-11-23T02:16:28.8439663Z [ 2022-11-23T02:16:28.8439881Z T=std::shared_ptr 2022-11-23T02:16:28.8440084Z ] 2022-11-23T02:16:28.8440518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:28.8441309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:28.8442025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8442413Z with 2022-11-23T02:16:28.8442570Z [ 2022-11-23T02:16:28.8442787Z T=std::shared_ptr 2022-11-23T02:16:28.8442988Z ] 2022-11-23T02:16:28.8443360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8443714Z with 2022-11-23T02:16:28.8443866Z [ 2022-11-23T02:16:28.8444077Z T=std::weak_ptr 2022-11-23T02:16:28.8444276Z ] 2022-11-23T02:16:28.8444675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8445036Z with 2022-11-23T02:16:28.8445188Z [ 2022-11-23T02:16:28.8445398Z T=std::weak_ptr 2022-11-23T02:16:28.8445600Z ] 2022-11-23T02:16:28.8446039Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8446434Z with 2022-11-23T02:16:28.8446572Z [ 2022-11-23T02:16:28.8446834Z T=std::weak_ptr 2022-11-23T02:16:28.8447032Z ] 2022-11-23T02:16:28.8447537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8448026Z with 2022-11-23T02:16:28.8448179Z [ 2022-11-23T02:16:28.8448377Z T=std::weak_ptr 2022-11-23T02:16:28.8448575Z ] 2022-11-23T02:16:28.8449015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:28.8449797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:28.8450459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8450846Z with 2022-11-23T02:16:28.8450999Z [ 2022-11-23T02:16:28.8451210Z T=std::weak_ptr 2022-11-23T02:16:28.8451401Z ] 2022-11-23T02:16:28.8451836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8452198Z with 2022-11-23T02:16:28.8452351Z [ 2022-11-23T02:16:28.8452591Z T=std::vector> 2022-11-23T02:16:28.8452857Z ] 2022-11-23T02:16:28.8453299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8453667Z with 2022-11-23T02:16:28.8453821Z [ 2022-11-23T02:16:28.8454059Z T=std::vector> 2022-11-23T02:16:28.8454282Z ] 2022-11-23T02:16:28.8454708Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8455105Z with 2022-11-23T02:16:28.8455256Z [ 2022-11-23T02:16:28.8455493Z T=std::vector> 2022-11-23T02:16:28.8455714Z ] 2022-11-23T02:16:28.8456171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8456597Z with 2022-11-23T02:16:28.8456739Z [ 2022-11-23T02:16:28.8456978Z T=std::vector> 2022-11-23T02:16:28.8457200Z ] 2022-11-23T02:16:28.8457662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:28.8458381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:28.8459118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8459550Z with 2022-11-23T02:16:28.8459762Z [ 2022-11-23T02:16:28.8460039Z T=std::vector> 2022-11-23T02:16:28.8460263Z ] 2022-11-23T02:16:28.8460651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8472430Z with 2022-11-23T02:16:28.8472606Z [ 2022-11-23T02:16:28.8472839Z T=std::vector> 2022-11-23T02:16:28.8473037Z ] 2022-11-23T02:16:28.8473464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8473844Z with 2022-11-23T02:16:28.8473998Z [ 2022-11-23T02:16:28.8474193Z T=std::vector> 2022-11-23T02:16:28.8474387Z ] 2022-11-23T02:16:28.8474833Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8475248Z with 2022-11-23T02:16:28.8475402Z [ 2022-11-23T02:16:28.8475739Z T=std::vector> 2022-11-23T02:16:28.8475928Z ] 2022-11-23T02:16:28.8476398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8476824Z with 2022-11-23T02:16:28.8477033Z [ 2022-11-23T02:16:28.8477239Z T=std::vector> 2022-11-23T02:16:28.8477433Z ] 2022-11-23T02:16:28.8477908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:28.8478587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:28.8479254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8479642Z with 2022-11-23T02:16:28.8479798Z [ 2022-11-23T02:16:28.8480003Z T=std::vector> 2022-11-23T02:16:28.8480196Z ] 2022-11-23T02:16:28.8480573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8480932Z with 2022-11-23T02:16:28.8481084Z [ 2022-11-23T02:16:28.8481334Z T=std::vector,std::allocator>> 2022-11-23T02:16:28.8481570Z ] 2022-11-23T02:16:28.8481971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8482330Z with 2022-11-23T02:16:28.8482534Z [ 2022-11-23T02:16:28.8482794Z T=std::vector,std::allocator>> 2022-11-23T02:16:28.8483072Z ] 2022-11-23T02:16:28.8483557Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8484038Z with 2022-11-23T02:16:28.8484181Z [ 2022-11-23T02:16:28.8484433Z T=std::vector,std::allocator>> 2022-11-23T02:16:28.8484667Z ] 2022-11-23T02:16:28.8485136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8485566Z with 2022-11-23T02:16:28.8485722Z [ 2022-11-23T02:16:28.8485971Z T=std::vector,std::allocator>> 2022-11-23T02:16:28.8486195Z ] 2022-11-23T02:16:28.8486663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:16:28.8487454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:16:28.8488137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:16:28.8488776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8489218Z with 2022-11-23T02:16:28.8489403Z [ 2022-11-23T02:16:28.8489673Z T=std::vector,std::allocator>> 2022-11-23T02:16:28.8489895Z ] 2022-11-23T02:16:28.8490284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8490638Z with 2022-11-23T02:16:28.8490794Z [ 2022-11-23T02:16:28.8491036Z T=std::vector,std::allocator>> 2022-11-23T02:16:28.8491263Z ] 2022-11-23T02:16:28.8491650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8492019Z with 2022-11-23T02:16:28.8492173Z [ 2022-11-23T02:16:28.8492419Z T=std::vector,std::allocator>> 2022-11-23T02:16:28.8492681Z ] 2022-11-23T02:16:28.8493132Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8493537Z with 2022-11-23T02:16:28.8493679Z [ 2022-11-23T02:16:28.8493922Z T=std::vector,std::allocator>> 2022-11-23T02:16:28.8494148Z ] 2022-11-23T02:16:28.8494611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8495084Z with 2022-11-23T02:16:28.8495237Z [ 2022-11-23T02:16:28.8495508Z T=std::vector,std::allocator>> 2022-11-23T02:16:28.8495798Z ] 2022-11-23T02:16:28.8496262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:16:28.8496982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:16:28.8497649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:16:28.8498332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8498731Z with 2022-11-23T02:16:28.8498885Z [ 2022-11-23T02:16:28.8499118Z T=std::vector,std::allocator>> 2022-11-23T02:16:28.8499344Z ] 2022-11-23T02:16:28.8499782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8500142Z with 2022-11-23T02:16:28.8500298Z [ 2022-11-23T02:16:28.8500509Z T=std::vector> 2022-11-23T02:16:28.8500696Z ] 2022-11-23T02:16:28.8501206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8501756Z with 2022-11-23T02:16:28.8501979Z [ 2022-11-23T02:16:28.8502198Z T=std::vector> 2022-11-23T02:16:28.8502396Z ] 2022-11-23T02:16:28.8502824Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8503229Z with 2022-11-23T02:16:28.8503384Z [ 2022-11-23T02:16:28.8503594Z T=std::vector> 2022-11-23T02:16:28.8503838Z ] 2022-11-23T02:16:28.8504303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8504722Z with 2022-11-23T02:16:28.8504874Z [ 2022-11-23T02:16:28.8505084Z T=std::vector> 2022-11-23T02:16:28.8505281Z ] 2022-11-23T02:16:28.8505716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:28.8506392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:28.8507092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8507520Z with 2022-11-23T02:16:28.8507663Z [ 2022-11-23T02:16:28.8507872Z T=std::vector> 2022-11-23T02:16:28.8508147Z ] 2022-11-23T02:16:28.8508536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8508944Z with 2022-11-23T02:16:28.8509087Z [ 2022-11-23T02:16:28.8509329Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:28.8509555Z ] 2022-11-23T02:16:28.8509959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8510327Z with 2022-11-23T02:16:28.8510557Z [ 2022-11-23T02:16:28.8510783Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:28.8511009Z ] 2022-11-23T02:16:28.8511450Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8511857Z with 2022-11-23T02:16:28.8512015Z [ 2022-11-23T02:16:28.8512249Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:28.8512514Z ] 2022-11-23T02:16:28.8513034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8513513Z with 2022-11-23T02:16:28.8513672Z [ 2022-11-23T02:16:28.8513908Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:28.8514134Z ] 2022-11-23T02:16:28.8514597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:28.8515338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:28.8516079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:16:28.8516776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8517168Z with 2022-11-23T02:16:28.8517323Z [ 2022-11-23T02:16:28.8517557Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:28.8517781Z ] 2022-11-23T02:16:28.8518169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8518509Z with 2022-11-23T02:16:28.8518714Z [ 2022-11-23T02:16:28.8518955Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:28.8519208Z ] 2022-11-23T02:16:28.8519619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8519985Z with 2022-11-23T02:16:28.8520126Z [ 2022-11-23T02:16:28.8520363Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:28.8520640Z ] 2022-11-23T02:16:28.8521078Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8521477Z with 2022-11-23T02:16:28.8521632Z [ 2022-11-23T02:16:28.8521861Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:28.8522083Z ] 2022-11-23T02:16:28.8522547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8522976Z with 2022-11-23T02:16:28.8523133Z [ 2022-11-23T02:16:28.8523370Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:28.8523583Z ] 2022-11-23T02:16:28.8524077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:28.8524918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:28.8525708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:16:28.8526397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8526792Z with 2022-11-23T02:16:28.8526951Z [ 2022-11-23T02:16:28.8527189Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:28.8527412Z ] 2022-11-23T02:16:28.8527788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8528142Z with 2022-11-23T02:16:28.8528297Z [ 2022-11-23T02:16:28.8528485Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:28.8528669Z ] 2022-11-23T02:16:28.8529052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8529416Z with 2022-11-23T02:16:28.8529570Z [ 2022-11-23T02:16:28.8529758Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:28.8529944Z ] 2022-11-23T02:16:28.8530378Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8531199Z with 2022-11-23T02:16:28.8531348Z [ 2022-11-23T02:16:28.8531546Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:28.8531741Z ] 2022-11-23T02:16:28.8532213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8532644Z with 2022-11-23T02:16:28.8532808Z [ 2022-11-23T02:16:28.8533033Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:28.8533284Z ] 2022-11-23T02:16:28.8533720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8534379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8534773Z with 2022-11-23T02:16:28.8534938Z [ 2022-11-23T02:16:28.8535117Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:28.8535311Z ] 2022-11-23T02:16:28.8535774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:16:28.8536514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8536917Z with 2022-11-23T02:16:28.8537129Z [ 2022-11-23T02:16:28.8537330Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:28.8537512Z ] 2022-11-23T02:16:28.8537959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8538330Z with 2022-11-23T02:16:28.8538495Z [ 2022-11-23T02:16:28.8538774Z T=std::vector> 2022-11-23T02:16:28.8539038Z ] 2022-11-23T02:16:28.8539425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8539805Z with 2022-11-23T02:16:28.8539966Z [ 2022-11-23T02:16:28.8540247Z T=std::vector> 2022-11-23T02:16:28.8540505Z ] 2022-11-23T02:16:28.8540953Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8541343Z with 2022-11-23T02:16:28.8541509Z [ 2022-11-23T02:16:28.8541790Z T=std::vector> 2022-11-23T02:16:28.8542048Z ] 2022-11-23T02:16:28.8542566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8543056Z with 2022-11-23T02:16:28.8543203Z [ 2022-11-23T02:16:28.8543531Z T=std::vector> 2022-11-23T02:16:28.8543797Z ] 2022-11-23T02:16:28.8544300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:28.8545101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:28.8545870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8546271Z with 2022-11-23T02:16:28.8546436Z [ 2022-11-23T02:16:28.8546721Z T=std::vector> 2022-11-23T02:16:28.8546965Z ] 2022-11-23T02:16:28.8547361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8547726Z with 2022-11-23T02:16:28.8547893Z [ 2022-11-23T02:16:28.8548116Z T=torch::autograd::ViewInfo 2022-11-23T02:16:28.8548306Z ] 2022-11-23T02:16:28.8548760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8549147Z with 2022-11-23T02:16:28.8549312Z [ 2022-11-23T02:16:28.8549508Z T=torch::autograd::ViewInfo 2022-11-23T02:16:28.8549699Z ] 2022-11-23T02:16:28.8550174Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8550670Z with 2022-11-23T02:16:28.8550832Z [ 2022-11-23T02:16:28.8551025Z T=torch::autograd::ViewInfo 2022-11-23T02:16:28.8551214Z ] 2022-11-23T02:16:28.8551694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8552134Z with 2022-11-23T02:16:28.8552322Z [ 2022-11-23T02:16:28.8552527Z T=torch::autograd::ViewInfo 2022-11-23T02:16:28.8552717Z ] 2022-11-23T02:16:28.8553150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8553820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8554584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8554980Z with 2022-11-23T02:16:28.8555130Z [ 2022-11-23T02:16:28.8555323Z T=torch::autograd::ViewInfo 2022-11-23T02:16:28.8555516Z ] 2022-11-23T02:16:28.8555909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8556277Z with 2022-11-23T02:16:28.8556425Z [ 2022-11-23T02:16:28.8556603Z T=c10::IValue 2022-11-23T02:16:28.8556778Z ] 2022-11-23T02:16:28.8557183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8557560Z with 2022-11-23T02:16:28.8557722Z [ 2022-11-23T02:16:28.8557878Z T=c10::IValue 2022-11-23T02:16:28.8558050Z ] 2022-11-23T02:16:28.8558495Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8558969Z with 2022-11-23T02:16:28.8559132Z [ 2022-11-23T02:16:28.8559310Z T=c10::IValue 2022-11-23T02:16:28.8559465Z ] 2022-11-23T02:16:28.8559988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8560466Z with 2022-11-23T02:16:28.8560630Z [ 2022-11-23T02:16:28.8560804Z T=c10::IValue 2022-11-23T02:16:28.8560958Z ] 2022-11-23T02:16:28.8561368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8562007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8562700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8563103Z with 2022-11-23T02:16:28.8563267Z [ 2022-11-23T02:16:28.8563442Z T=c10::IValue 2022-11-23T02:16:28.8563597Z ] 2022-11-23T02:16:28.8564038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8564400Z with 2022-11-23T02:16:28.8564564Z [ 2022-11-23T02:16:28.8564746Z T=c10::AliasInfo 2022-11-23T02:16:28.8564924Z ] 2022-11-23T02:16:28.8565313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8565738Z with 2022-11-23T02:16:28.8565901Z [ 2022-11-23T02:16:28.8566082Z T=c10::AliasInfo 2022-11-23T02:16:28.8566304Z ] 2022-11-23T02:16:28.8566756Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8567148Z with 2022-11-23T02:16:28.8567311Z [ 2022-11-23T02:16:28.8567487Z T=c10::AliasInfo 2022-11-23T02:16:28.8567663Z ] 2022-11-23T02:16:28.8568136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8568571Z with 2022-11-23T02:16:28.8568718Z [ 2022-11-23T02:16:28.8568896Z T=c10::AliasInfo 2022-11-23T02:16:28.8569074Z ] 2022-11-23T02:16:28.8569490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8570139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8570791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8571677Z with 2022-11-23T02:16:28.8571827Z [ 2022-11-23T02:16:28.8572012Z T=c10::AliasInfo 2022-11-23T02:16:28.8572192Z ] 2022-11-23T02:16:28.8572587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8572957Z with 2022-11-23T02:16:28.8573103Z [ 2022-11-23T02:16:28.8573335Z T=std::vector> 2022-11-23T02:16:28.8573557Z ] 2022-11-23T02:16:28.8573971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8574350Z with 2022-11-23T02:16:28.8574516Z [ 2022-11-23T02:16:28.8574728Z T=std::vector> 2022-11-23T02:16:28.8574946Z ] 2022-11-23T02:16:28.8575394Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8575857Z with 2022-11-23T02:16:28.8576024Z [ 2022-11-23T02:16:28.8576254Z T=std::vector> 2022-11-23T02:16:28.8576512Z ] 2022-11-23T02:16:28.8577036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8577476Z with 2022-11-23T02:16:28.8577640Z [ 2022-11-23T02:16:28.8577867Z T=std::vector> 2022-11-23T02:16:28.8578085Z ] 2022-11-23T02:16:28.8578497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:28.8578902Z with 2022-11-23T02:16:28.8579069Z [ 2022-11-23T02:16:28.8579243Z T=c10::SymInt 2022-11-23T02:16:28.8579417Z ] 2022-11-23T02:16:28.8579842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:28.8580241Z with 2022-11-23T02:16:28.8580387Z [ 2022-11-23T02:16:28.8580560Z T=c10::SymInt 2022-11-23T02:16:28.8580732Z ] 2022-11-23T02:16:28.8581182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:16:28.8582004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:16:28.8582743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8583144Z with 2022-11-23T02:16:28.8583290Z [ 2022-11-23T02:16:28.8583519Z T=std::vector> 2022-11-23T02:16:28.8583737Z ] 2022-11-23T02:16:28.8584129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8584549Z with 2022-11-23T02:16:28.8584713Z [ 2022-11-23T02:16:28.8584932Z T=c10::either 2022-11-23T02:16:28.8585156Z ] 2022-11-23T02:16:28.8585569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8585949Z with 2022-11-23T02:16:28.8586112Z [ 2022-11-23T02:16:28.8586330Z T=c10::either 2022-11-23T02:16:28.8586554Z ] 2022-11-23T02:16:28.8586999Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8587420Z with 2022-11-23T02:16:28.8587585Z [ 2022-11-23T02:16:28.8587819Z T=c10::either 2022-11-23T02:16:28.8588021Z ] 2022-11-23T02:16:28.8588537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8588973Z with 2022-11-23T02:16:28.8589136Z [ 2022-11-23T02:16:28.8589367Z T=c10::either 2022-11-23T02:16:28.8589589Z ] 2022-11-23T02:16:28.8590042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:28.8590838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:28.8591608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8592004Z with 2022-11-23T02:16:28.8592173Z [ 2022-11-23T02:16:28.8592458Z T=c10::either 2022-11-23T02:16:28.8592683Z ] 2022-11-23T02:16:28.8593123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8593478Z with 2022-11-23T02:16:28.8593642Z [ 2022-11-23T02:16:28.8593829Z T=at::StepCallbacks 2022-11-23T02:16:28.8594015Z ] 2022-11-23T02:16:28.8594425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8594805Z with 2022-11-23T02:16:28.8594950Z [ 2022-11-23T02:16:28.8595136Z T=at::StepCallbacks 2022-11-23T02:16:28.8595317Z ] 2022-11-23T02:16:28.8595764Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8596174Z with 2022-11-23T02:16:28.8596339Z [ 2022-11-23T02:16:28.8596507Z T=at::StepCallbacks 2022-11-23T02:16:28.8596688Z ] 2022-11-23T02:16:28.8597219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8597654Z with 2022-11-23T02:16:28.8597817Z [ 2022-11-23T02:16:28.8598005Z T=at::StepCallbacks 2022-11-23T02:16:28.8598171Z ] 2022-11-23T02:16:28.8598674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8599338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8600001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8600401Z with 2022-11-23T02:16:28.8600566Z [ 2022-11-23T02:16:28.8600751Z T=at::StepCallbacks 2022-11-23T02:16:28.8600919Z ] 2022-11-23T02:16:28.8601363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8601735Z with 2022-11-23T02:16:28.8601901Z [ 2022-11-23T02:16:28.8602084Z T=c10::DimVector 2022-11-23T02:16:28.8602244Z ] 2022-11-23T02:16:28.8602650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8603023Z with 2022-11-23T02:16:28.8603188Z [ 2022-11-23T02:16:28.8603366Z T=c10::DimVector 2022-11-23T02:16:28.8603547Z ] 2022-11-23T02:16:28.8603975Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8604387Z with 2022-11-23T02:16:28.8604549Z [ 2022-11-23T02:16:28.8604771Z T=c10::DimVector 2022-11-23T02:16:28.8604949Z ] 2022-11-23T02:16:28.8605421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8605846Z with 2022-11-23T02:16:28.8606009Z [ 2022-11-23T02:16:28.8606187Z T=c10::DimVector 2022-11-23T02:16:28.8606365Z ] 2022-11-23T02:16:28.8606773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8607415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8608065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8608445Z with 2022-11-23T02:16:28.8608608Z [ 2022-11-23T02:16:28.8608787Z T=c10::DimVector 2022-11-23T02:16:28.8608966Z ] 2022-11-23T02:16:28.8609356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8609775Z with 2022-11-23T02:16:28.8609919Z [ 2022-11-23T02:16:28.8610119Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:28.8610314Z ] 2022-11-23T02:16:28.8610720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8611100Z with 2022-11-23T02:16:28.8611245Z [ 2022-11-23T02:16:28.8611442Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:28.8611633Z ] 2022-11-23T02:16:28.8612184Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8612890Z with 2022-11-23T02:16:28.8613151Z [ 2022-11-23T02:16:28.8613366Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:28.8613558Z ] 2022-11-23T02:16:28.8614093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8614538Z with 2022-11-23T02:16:28.8614708Z [ 2022-11-23T02:16:28.8614906Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:28.8615081Z ] 2022-11-23T02:16:28.8615514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8616261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8616953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8617351Z with 2022-11-23T02:16:28.8617516Z [ 2022-11-23T02:16:28.8617716Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:28.8617893Z ] 2022-11-23T02:16:28.8618286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8618654Z with 2022-11-23T02:16:28.8618818Z [ 2022-11-23T02:16:28.8619058Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:28.8619279Z ] 2022-11-23T02:16:28.8619667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8620037Z with 2022-11-23T02:16:28.8620195Z [ 2022-11-23T02:16:28.8620424Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:28.8620642Z ] 2022-11-23T02:16:28.8621077Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8621465Z with 2022-11-23T02:16:28.8621621Z [ 2022-11-23T02:16:28.8621847Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:28.8622061Z ] 2022-11-23T02:16:28.8622522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8623002Z with 2022-11-23T02:16:28.8623144Z [ 2022-11-23T02:16:28.8623427Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:28.8623642Z ] 2022-11-23T02:16:28.8624143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8624886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8625642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8626037Z with 2022-11-23T02:16:28.8626195Z [ 2022-11-23T02:16:28.8626412Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:28.8626628Z ] 2022-11-23T02:16:28.8627074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:16:28.8627626Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:16:28.8628179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8628538Z with 2022-11-23T02:16:28.8628697Z [ 2022-11-23T02:16:28.8628889Z T=std::tuple 2022-11-23T02:16:28.8629088Z ] 2022-11-23T02:16:28.8629488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8629859Z with 2022-11-23T02:16:28.8630016Z [ 2022-11-23T02:16:28.8630206Z T=std::tuple 2022-11-23T02:16:28.8630474Z ] 2022-11-23T02:16:28.8630917Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8631345Z with 2022-11-23T02:16:28.8631500Z [ 2022-11-23T02:16:28.8631705Z T=std::tuple 2022-11-23T02:16:28.8631889Z ] 2022-11-23T02:16:28.8632353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8632782Z with 2022-11-23T02:16:28.8632939Z [ 2022-11-23T02:16:28.8633190Z T=std::tuple 2022-11-23T02:16:28.8633394Z ] 2022-11-23T02:16:28.8633812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:28.8634509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:28.8635238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8635628Z with 2022-11-23T02:16:28.8635784Z [ 2022-11-23T02:16:28.8635990Z T=std::tuple 2022-11-23T02:16:28.8636186Z ] 2022-11-23T02:16:28.8636572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8636919Z with 2022-11-23T02:16:28.8637073Z [ 2022-11-23T02:16:28.8637259Z T=torch::jit::SourceRange 2022-11-23T02:16:28.8637441Z ] 2022-11-23T02:16:28.8637842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8638207Z with 2022-11-23T02:16:28.8638349Z [ 2022-11-23T02:16:28.8638532Z T=torch::jit::SourceRange 2022-11-23T02:16:28.8638716Z ] 2022-11-23T02:16:28.8639641Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8640061Z with 2022-11-23T02:16:28.8640205Z [ 2022-11-23T02:16:28.8640392Z T=torch::jit::SourceRange 2022-11-23T02:16:28.8640572Z ] 2022-11-23T02:16:28.8641032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8641471Z with 2022-11-23T02:16:28.8641624Z [ 2022-11-23T02:16:28.8641793Z T=torch::jit::SourceRange 2022-11-23T02:16:28.8641972Z ] 2022-11-23T02:16:28.8642396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8643066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8643735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8644121Z with 2022-11-23T02:16:28.8644278Z [ 2022-11-23T02:16:28.8644446Z T=torch::jit::SourceRange 2022-11-23T02:16:28.8644626Z ] 2022-11-23T02:16:28.8645014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8645429Z with 2022-11-23T02:16:28.8645588Z [ 2022-11-23T02:16:28.8645790Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:28.8645972Z ] 2022-11-23T02:16:28.8646366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8646739Z with 2022-11-23T02:16:28.8646892Z [ 2022-11-23T02:16:28.8647092Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:28.8647285Z ] 2022-11-23T02:16:28.8647711Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8648178Z with 2022-11-23T02:16:28.8648331Z [ 2022-11-23T02:16:28.8648533Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:28.8648726Z ] 2022-11-23T02:16:28.8649193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8649611Z with 2022-11-23T02:16:28.8649770Z [ 2022-11-23T02:16:28.8649970Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:28.8650160Z ] 2022-11-23T02:16:28.8650592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8651272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8651976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8652362Z with 2022-11-23T02:16:28.8652505Z [ 2022-11-23T02:16:28.8652711Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:28.8652907Z ] 2022-11-23T02:16:28.8653290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8653651Z with 2022-11-23T02:16:28.8653794Z [ 2022-11-23T02:16:28.8653990Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:28.8654183Z ] 2022-11-23T02:16:28.8654587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8655007Z with 2022-11-23T02:16:28.8655162Z [ 2022-11-23T02:16:28.8655345Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:28.8655536Z ] 2022-11-23T02:16:28.8655972Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8656377Z with 2022-11-23T02:16:28.8656531Z [ 2022-11-23T02:16:28.8656725Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:28.8656906Z ] 2022-11-23T02:16:28.8657370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8657798Z with 2022-11-23T02:16:28.8657955Z [ 2022-11-23T02:16:28.8658150Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:28.8658342Z ] 2022-11-23T02:16:28.8658755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8659436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8660153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8660541Z with 2022-11-23T02:16:28.8660697Z [ 2022-11-23T02:16:28.8660896Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:28.8661088Z ] 2022-11-23T02:16:28.8661462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8661818Z with 2022-11-23T02:16:28.8661972Z [ 2022-11-23T02:16:28.8662152Z T=torch::jit::ScopePtr 2022-11-23T02:16:28.8662329Z ] 2022-11-23T02:16:28.8662716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8663097Z with 2022-11-23T02:16:28.8663253Z [ 2022-11-23T02:16:28.8663432Z T=torch::jit::ScopePtr 2022-11-23T02:16:28.8663606Z ] 2022-11-23T02:16:28.8664092Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8664494Z with 2022-11-23T02:16:28.8664636Z [ 2022-11-23T02:16:28.8664814Z T=torch::jit::ScopePtr 2022-11-23T02:16:28.8664989Z ] 2022-11-23T02:16:28.8665452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8665930Z with 2022-11-23T02:16:28.8666073Z [ 2022-11-23T02:16:28.8666250Z T=torch::jit::ScopePtr 2022-11-23T02:16:28.8666427Z ] 2022-11-23T02:16:28.8666846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8667491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8668146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8668529Z with 2022-11-23T02:16:28.8668672Z [ 2022-11-23T02:16:28.8668851Z T=torch::jit::ScopePtr 2022-11-23T02:16:28.8669029Z ] 2022-11-23T02:16:28.8669412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8669774Z with 2022-11-23T02:16:28.8669926Z [ 2022-11-23T02:16:28.8670096Z T=at::ThreadLocalState 2022-11-23T02:16:28.8670277Z ] 2022-11-23T02:16:28.8670763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8671134Z with 2022-11-23T02:16:28.8671288Z [ 2022-11-23T02:16:28.8671469Z T=at::ThreadLocalState 2022-11-23T02:16:28.8671634Z ] 2022-11-23T02:16:28.8672072Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8672536Z with 2022-11-23T02:16:28.8672692Z [ 2022-11-23T02:16:28.8672873Z T=at::ThreadLocalState 2022-11-23T02:16:28.8673051Z ] 2022-11-23T02:16:28.8673504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8673984Z with 2022-11-23T02:16:28.8674146Z [ 2022-11-23T02:16:28.8674327Z T=at::ThreadLocalState 2022-11-23T02:16:28.8674504Z ] 2022-11-23T02:16:28.8674925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8675580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8676295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8676685Z with 2022-11-23T02:16:28.8676843Z [ 2022-11-23T02:16:28.8677026Z T=at::ThreadLocalState 2022-11-23T02:16:28.8677205Z ] 2022-11-23T02:16:28.8677589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8677935Z with 2022-11-23T02:16:28.8678092Z [ 2022-11-23T02:16:28.8678294Z T=std::shared_ptr 2022-11-23T02:16:28.8678488Z ] 2022-11-23T02:16:28.8678893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8679302Z with 2022-11-23T02:16:28.8679453Z [ 2022-11-23T02:16:28.8679657Z T=std::shared_ptr 2022-11-23T02:16:28.8679892Z ] 2022-11-23T02:16:28.8680336Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8680740Z with 2022-11-23T02:16:28.8680882Z [ 2022-11-23T02:16:28.8681082Z T=std::shared_ptr 2022-11-23T02:16:28.8681318Z ] 2022-11-23T02:16:28.8681782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8682205Z with 2022-11-23T02:16:28.8682361Z [ 2022-11-23T02:16:28.8682548Z T=std::shared_ptr 2022-11-23T02:16:28.8682739Z ] 2022-11-23T02:16:28.8683169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:28.8683830Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:28.8684515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:16:28.8685249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8685638Z with 2022-11-23T02:16:28.8685798Z [ 2022-11-23T02:16:28.8685984Z T=std::shared_ptr 2022-11-23T02:16:28.8686177Z ] 2022-11-23T02:16:28.8686566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8686923Z with 2022-11-23T02:16:28.8687079Z [ 2022-11-23T02:16:28.8687265Z T=torch::jit::GraphExecutor 2022-11-23T02:16:28.8687440Z ] 2022-11-23T02:16:28.8687845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8688215Z with 2022-11-23T02:16:28.8688422Z [ 2022-11-23T02:16:28.8688658Z T=torch::jit::GraphExecutor 2022-11-23T02:16:28.8688844Z ] 2022-11-23T02:16:28.8689268Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8689675Z with 2022-11-23T02:16:28.8689833Z [ 2022-11-23T02:16:28.8690018Z T=torch::jit::GraphExecutor 2022-11-23T02:16:28.8690202Z ] 2022-11-23T02:16:28.8690667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8691079Z with 2022-11-23T02:16:28.8691237Z [ 2022-11-23T02:16:28.8691427Z T=torch::jit::GraphExecutor 2022-11-23T02:16:28.8691610Z ] 2022-11-23T02:16:28.8692036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8692685Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8693351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:16:28.8694029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8694405Z with 2022-11-23T02:16:28.8694562Z [ 2022-11-23T02:16:28.8694749Z T=torch::jit::GraphExecutor 2022-11-23T02:16:28.8694934Z ] 2022-11-23T02:16:28.8695317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8695672Z with 2022-11-23T02:16:28.8695814Z [ 2022-11-23T02:16:28.8695989Z T=torch::jit::Method 2022-11-23T02:16:28.8696166Z ] 2022-11-23T02:16:28.8696571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8697091Z with 2022-11-23T02:16:28.8697231Z [ 2022-11-23T02:16:28.8697406Z T=torch::jit::Method 2022-11-23T02:16:28.8697578Z ] 2022-11-23T02:16:28.8698017Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8698417Z with 2022-11-23T02:16:28.8698571Z [ 2022-11-23T02:16:28.8698733Z T=torch::jit::Method 2022-11-23T02:16:28.8698903Z ] 2022-11-23T02:16:28.8699368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8699802Z with 2022-11-23T02:16:28.8699959Z [ 2022-11-23T02:16:28.8700133Z T=torch::jit::Method 2022-11-23T02:16:28.8700292Z ] 2022-11-23T02:16:28.8700756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8701400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8702047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8702429Z with 2022-11-23T02:16:28.8702589Z [ 2022-11-23T02:16:28.8702765Z T=torch::jit::Method 2022-11-23T02:16:28.8702925Z ] 2022-11-23T02:16:28.8703308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8703668Z with 2022-11-23T02:16:28.8703824Z [ 2022-11-23T02:16:28.8704050Z T=std::vector> 2022-11-23T02:16:28.8704263Z ] 2022-11-23T02:16:28.8704652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8705026Z with 2022-11-23T02:16:28.8705180Z [ 2022-11-23T02:16:28.8705403Z T=std::vector> 2022-11-23T02:16:28.8705612Z ] 2022-11-23T02:16:28.8706053Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8706443Z with 2022-11-23T02:16:28.8706598Z [ 2022-11-23T02:16:28.8706822Z T=std::vector> 2022-11-23T02:16:28.8707030Z ] 2022-11-23T02:16:28.8707491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8707921Z with 2022-11-23T02:16:28.8708062Z [ 2022-11-23T02:16:28.8708338Z T=std::vector> 2022-11-23T02:16:28.8708550Z ] 2022-11-23T02:16:28.8709051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:28.8709755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:28.8710509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8710894Z with 2022-11-23T02:16:28.8711052Z [ 2022-11-23T02:16:28.8711263Z T=std::vector> 2022-11-23T02:16:28.8711472Z ] 2022-11-23T02:16:28.8711769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8711835Z with 2022-11-23T02:16:28.8711896Z [ 2022-11-23T02:16:28.8712057Z T=std::function 2022-11-23T02:16:28.8712171Z ] 2022-11-23T02:16:28.8712485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8712550Z with 2022-11-23T02:16:28.8712610Z [ 2022-11-23T02:16:28.8712771Z T=std::function 2022-11-23T02:16:28.8712831Z ] 2022-11-23T02:16:28.8713182Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8713248Z with 2022-11-23T02:16:28.8713296Z [ 2022-11-23T02:16:28.8713455Z T=std::function 2022-11-23T02:16:28.8713515Z ] 2022-11-23T02:16:28.8713890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8713954Z with 2022-11-23T02:16:28.8714016Z [ 2022-11-23T02:16:28.8714173Z T=std::function 2022-11-23T02:16:28.8714233Z ] 2022-11-23T02:16:28.8714668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:28.8715074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:28.8715406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8715471Z with 2022-11-23T02:16:28.8715533Z [ 2022-11-23T02:16:28.8715692Z T=std::function 2022-11-23T02:16:28.8715754Z ] 2022-11-23T02:16:28.8716051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8716167Z with 2022-11-23T02:16:28.8716229Z [ 2022-11-23T02:16:28.8716412Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:28.8716473Z ] 2022-11-23T02:16:28.8716771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8716839Z with 2022-11-23T02:16:28.8716902Z [ 2022-11-23T02:16:28.8717082Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:28.8717143Z ] 2022-11-23T02:16:28.8717493Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8717559Z with 2022-11-23T02:16:28.8717620Z [ 2022-11-23T02:16:28.8717800Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:28.8717860Z ] 2022-11-23T02:16:28.8718277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8718342Z with 2022-11-23T02:16:28.8718403Z [ 2022-11-23T02:16:28.8718583Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:28.8718645Z ] 2022-11-23T02:16:28.8719049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:28.8719489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:28.8719817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8719881Z with 2022-11-23T02:16:28.8719942Z [ 2022-11-23T02:16:28.8720110Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:28.8720170Z ] 2022-11-23T02:16:28.8720468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8720535Z with 2022-11-23T02:16:28.8720596Z [ 2022-11-23T02:16:28.8720721Z T=std::vector> 2022-11-23T02:16:28.8720782Z ] 2022-11-23T02:16:28.8721095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8721159Z with 2022-11-23T02:16:28.8721220Z [ 2022-11-23T02:16:28.8721343Z T=std::vector> 2022-11-23T02:16:28.8721405Z ] 2022-11-23T02:16:28.8721751Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8721856Z with 2022-11-23T02:16:28.8721916Z [ 2022-11-23T02:16:28.8722038Z T=std::vector> 2022-11-23T02:16:28.8722085Z ] 2022-11-23T02:16:28.8722462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8722526Z with 2022-11-23T02:16:28.8722586Z [ 2022-11-23T02:16:28.8722709Z T=std::vector> 2022-11-23T02:16:28.8722770Z ] 2022-11-23T02:16:28.8723109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:28.8723173Z with 2022-11-23T02:16:28.8723237Z [ 2022-11-23T02:16:28.8723307Z T=double 2022-11-23T02:16:28.8723368Z ] 2022-11-23T02:16:28.8723741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:28.8723845Z with 2022-11-23T02:16:28.8723906Z [ 2022-11-23T02:16:28.8723976Z T=double 2022-11-23T02:16:28.8724023Z ] 2022-11-23T02:16:28.8724349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8724414Z with 2022-11-23T02:16:28.8724475Z [ 2022-11-23T02:16:28.8724597Z T=std::vector> 2022-11-23T02:16:28.8724657Z ] 2022-11-23T02:16:28.8724955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8725018Z with 2022-11-23T02:16:28.8725082Z [ 2022-11-23T02:16:28.8725192Z T=std::tuple 2022-11-23T02:16:28.8725255Z ] 2022-11-23T02:16:28.8725564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8725628Z with 2022-11-23T02:16:28.8725687Z [ 2022-11-23T02:16:28.8725795Z T=std::tuple 2022-11-23T02:16:28.8725856Z ] 2022-11-23T02:16:28.8726189Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8726255Z with 2022-11-23T02:16:28.8726316Z [ 2022-11-23T02:16:28.8726425Z T=std::tuple 2022-11-23T02:16:28.8726485Z ] 2022-11-23T02:16:28.8726857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8726922Z with 2022-11-23T02:16:28.8726983Z [ 2022-11-23T02:16:28.8727093Z T=std::tuple 2022-11-23T02:16:28.8727153Z ] 2022-11-23T02:16:28.8727486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:28.8727902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:28.8728233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8728298Z with 2022-11-23T02:16:28.8728359Z [ 2022-11-23T02:16:28.8728467Z T=std::tuple 2022-11-23T02:16:28.8728528Z ] 2022-11-23T02:16:28.8728818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8728880Z with 2022-11-23T02:16:28.8728928Z [ 2022-11-23T02:16:28.8729062Z T=std::vector> 2022-11-23T02:16:28.8729123Z ] 2022-11-23T02:16:28.8729431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:28.8729536Z with 2022-11-23T02:16:28.8729599Z [ 2022-11-23T02:16:28.8729731Z T=std::vector> 2022-11-23T02:16:28.8729792Z ] 2022-11-23T02:16:28.8730134Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:28.8730199Z with 2022-11-23T02:16:28.8730260Z [ 2022-11-23T02:16:28.8730389Z T=std::vector> 2022-11-23T02:16:28.8730452Z ] 2022-11-23T02:16:28.8730825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:28.8730888Z with 2022-11-23T02:16:28.8730951Z [ 2022-11-23T02:16:28.8731066Z T=std::vector> 2022-11-23T02:16:28.8731127Z ] 2022-11-23T02:16:28.8731479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:28.8731861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:28.8732191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:28.8732256Z with 2022-11-23T02:16:28.8732321Z [ 2022-11-23T02:16:28.8732451Z T=std::vector> 2022-11-23T02:16:28.8732512Z ] 2022-11-23T02:16:28.8733909Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_ort C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib 2022-11-23T02:16:29.0338785Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.exp 2022-11-23T02:16:29.0497474Z Generating code 2022-11-23T02:16:30.3391307Z Finished generating code 2022-11-23T02:16:30.4658293Z building 'torch_test_cpp_extension.rng' extension 2022-11-23T02:16:30.4717447Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T02:16:30.4721270Z Compiling objects... 2022-11-23T02:16:30.4721770Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:16:42.3237177Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\rng_extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng_extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T02:16:42.3239738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:16:42.3240580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3241075Z with 2022-11-23T02:16:42.3241302Z [ 2022-11-23T02:16:42.3241547Z T=c10::SymInt 2022-11-23T02:16:42.3241775Z ] 2022-11-23T02:16:42.3242334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3242890Z with 2022-11-23T02:16:42.3243107Z [ 2022-11-23T02:16:42.3243380Z T=c10::SymInt 2022-11-23T02:16:42.3243605Z ] 2022-11-23T02:16:42.3244182Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3245544Z with 2022-11-23T02:16:42.3245755Z [ 2022-11-23T02:16:42.3245998Z T=c10::SymInt 2022-11-23T02:16:42.3246230Z ] 2022-11-23T02:16:42.3246863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3247449Z with 2022-11-23T02:16:42.3247660Z [ 2022-11-23T02:16:42.3247888Z T=c10::SymInt 2022-11-23T02:16:42.3248112Z ] 2022-11-23T02:16:42.3248718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3249608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3250566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3251101Z with 2022-11-23T02:16:42.3251328Z [ 2022-11-23T02:16:42.3251547Z T=c10::SymInt 2022-11-23T02:16:42.3251786Z ] 2022-11-23T02:16:42.3252290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:16:42.3253074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3253567Z with 2022-11-23T02:16:42.3253779Z [ 2022-11-23T02:16:42.3254020Z T=at::Generator 2022-11-23T02:16:42.3254260Z ] 2022-11-23T02:16:42.3254835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3255369Z with 2022-11-23T02:16:42.3255533Z [ 2022-11-23T02:16:42.3255706Z T=at::Generator 2022-11-23T02:16:42.3255877Z ] 2022-11-23T02:16:42.3256316Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3256723Z with 2022-11-23T02:16:42.3256870Z [ 2022-11-23T02:16:42.3257043Z T=at::Generator 2022-11-23T02:16:42.3257213Z ] 2022-11-23T02:16:42.3257676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3258100Z with 2022-11-23T02:16:42.3258255Z [ 2022-11-23T02:16:42.3258409Z T=at::Generator 2022-11-23T02:16:42.3258581Z ] 2022-11-23T02:16:42.3258992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3259627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3260348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3260798Z with 2022-11-23T02:16:42.3260955Z [ 2022-11-23T02:16:42.3261114Z T=at::Generator 2022-11-23T02:16:42.3261287Z ] 2022-11-23T02:16:42.3261729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3262082Z with 2022-11-23T02:16:42.3262237Z [ 2022-11-23T02:16:42.3262396Z T=at::TensorBase 2022-11-23T02:16:42.3262567Z ] 2022-11-23T02:16:42.3262966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3263340Z with 2022-11-23T02:16:42.3263493Z [ 2022-11-23T02:16:42.3263663Z T=at::TensorBase 2022-11-23T02:16:42.3263821Z ] 2022-11-23T02:16:42.3264313Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3264718Z with 2022-11-23T02:16:42.3264876Z [ 2022-11-23T02:16:42.3265050Z T=at::TensorBase 2022-11-23T02:16:42.3265691Z ] 2022-11-23T02:16:42.3266140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3266571Z with 2022-11-23T02:16:42.3266733Z [ 2022-11-23T02:16:42.3266961Z T=at::TensorBase 2022-11-23T02:16:42.3267131Z ] 2022-11-23T02:16:42.3267663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3268321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3268969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3269431Z with 2022-11-23T02:16:42.3269593Z [ 2022-11-23T02:16:42.3269769Z T=at::TensorBase 2022-11-23T02:16:42.3269940Z ] 2022-11-23T02:16:42.3270327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3270666Z with 2022-11-23T02:16:42.3270825Z [ 2022-11-23T02:16:42.3270992Z T=at::Tensor 2022-11-23T02:16:42.3271162Z ] 2022-11-23T02:16:42.3271566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3271933Z with 2022-11-23T02:16:42.3272074Z [ 2022-11-23T02:16:42.3272238Z T=at::Tensor 2022-11-23T02:16:42.3272402Z ] 2022-11-23T02:16:42.3272833Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3273376Z with 2022-11-23T02:16:42.3273517Z [ 2022-11-23T02:16:42.3273689Z T=at::Tensor 2022-11-23T02:16:42.3273906Z ] 2022-11-23T02:16:42.3274374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3274805Z with 2022-11-23T02:16:42.3274961Z [ 2022-11-23T02:16:42.3275115Z T=at::Tensor 2022-11-23T02:16:42.3275283Z ] 2022-11-23T02:16:42.3275683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3276302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3276945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3277331Z with 2022-11-23T02:16:42.3277538Z [ 2022-11-23T02:16:42.3277694Z T=at::Tensor 2022-11-23T02:16:42.3277858Z ] 2022-11-23T02:16:42.3278245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3278600Z with 2022-11-23T02:16:42.3278758Z [ 2022-11-23T02:16:42.3278912Z T=c10::Scalar 2022-11-23T02:16:42.3279081Z ] 2022-11-23T02:16:42.3279539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3279960Z with 2022-11-23T02:16:42.3280114Z [ 2022-11-23T02:16:42.3280281Z T=c10::Scalar 2022-11-23T02:16:42.3280430Z ] 2022-11-23T02:16:42.3280867Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3281266Z with 2022-11-23T02:16:42.3281419Z [ 2022-11-23T02:16:42.3281582Z T=c10::Scalar 2022-11-23T02:16:42.3281745Z ] 2022-11-23T02:16:42.3282193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3282620Z with 2022-11-23T02:16:42.3282773Z [ 2022-11-23T02:16:42.3282938Z T=c10::Scalar 2022-11-23T02:16:42.3283100Z ] 2022-11-23T02:16:42.3283498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3284101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3284743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3285130Z with 2022-11-23T02:16:42.3285337Z [ 2022-11-23T02:16:42.3285505Z T=c10::Scalar 2022-11-23T02:16:42.3285768Z ] 2022-11-23T02:16:42.3286163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3286507Z with 2022-11-23T02:16:42.3286666Z [ 2022-11-23T02:16:42.3286835Z T=std::string 2022-11-23T02:16:42.3287003Z ] 2022-11-23T02:16:42.3287401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3287762Z with 2022-11-23T02:16:42.3287905Z [ 2022-11-23T02:16:42.3288070Z T=std::string 2022-11-23T02:16:42.3288231Z ] 2022-11-23T02:16:42.3288669Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3289071Z with 2022-11-23T02:16:42.3289215Z [ 2022-11-23T02:16:42.3289383Z T=std::string 2022-11-23T02:16:42.3289549Z ] 2022-11-23T02:16:42.3290060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3290492Z with 2022-11-23T02:16:42.3290649Z [ 2022-11-23T02:16:42.3290803Z T=std::string 2022-11-23T02:16:42.3291001Z ] 2022-11-23T02:16:42.3291459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3292140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3292786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3293171Z with 2022-11-23T02:16:42.3293331Z [ 2022-11-23T02:16:42.3293486Z T=std::string 2022-11-23T02:16:42.3293653Z ] 2022-11-23T02:16:42.3294038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3294393Z with 2022-11-23T02:16:42.3294555Z [ 2022-11-23T02:16:42.3294733Z T=c10::QualifiedName 2022-11-23T02:16:42.3294896Z ] 2022-11-23T02:16:42.3295293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3295658Z with 2022-11-23T02:16:42.3295809Z [ 2022-11-23T02:16:42.3295984Z T=c10::QualifiedName 2022-11-23T02:16:42.3296144Z ] 2022-11-23T02:16:42.3296584Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3297035Z with 2022-11-23T02:16:42.3297193Z [ 2022-11-23T02:16:42.3297407Z T=c10::QualifiedName 2022-11-23T02:16:42.3297587Z ] 2022-11-23T02:16:42.3298042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3298525Z with 2022-11-23T02:16:42.3298685Z [ 2022-11-23T02:16:42.3298861Z T=c10::QualifiedName 2022-11-23T02:16:42.3299038Z ] 2022-11-23T02:16:42.3299449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3300088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3300721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3301113Z with 2022-11-23T02:16:42.3301271Z [ 2022-11-23T02:16:42.3301451Z T=c10::QualifiedName 2022-11-23T02:16:42.3301625Z ] 2022-11-23T02:16:42.3302008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3302396Z with 2022-11-23T02:16:42.3302555Z [ 2022-11-23T02:16:42.3302818Z T=std::shared_ptr 2022-11-23T02:16:42.3303033Z ] 2022-11-23T02:16:42.3303490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3303864Z with 2022-11-23T02:16:42.3304007Z [ 2022-11-23T02:16:42.3304224Z T=std::shared_ptr 2022-11-23T02:16:42.3304428Z ] 2022-11-23T02:16:42.3304863Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3305268Z with 2022-11-23T02:16:42.3305421Z [ 2022-11-23T02:16:42.3305627Z T=std::shared_ptr 2022-11-23T02:16:42.3305831Z ] 2022-11-23T02:16:42.3306294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3306720Z with 2022-11-23T02:16:42.3306875Z [ 2022-11-23T02:16:42.3307090Z T=std::shared_ptr 2022-11-23T02:16:42.3307282Z ] 2022-11-23T02:16:42.3307732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:42.3308432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:42.3309147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3309654Z with 2022-11-23T02:16:42.3309813Z [ 2022-11-23T02:16:42.3310034Z T=std::shared_ptr 2022-11-23T02:16:42.3310229Z ] 2022-11-23T02:16:42.3310617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3311035Z with 2022-11-23T02:16:42.3311195Z [ 2022-11-23T02:16:42.3311411Z T=std::weak_ptr 2022-11-23T02:16:42.3311615Z ] 2022-11-23T02:16:42.3312006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3312383Z with 2022-11-23T02:16:42.3312540Z [ 2022-11-23T02:16:42.3312756Z T=std::weak_ptr 2022-11-23T02:16:42.3312965Z ] 2022-11-23T02:16:42.3313400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3313795Z with 2022-11-23T02:16:42.3313947Z [ 2022-11-23T02:16:42.3314157Z T=std::weak_ptr 2022-11-23T02:16:42.3314356Z ] 2022-11-23T02:16:42.3315288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3315799Z with 2022-11-23T02:16:42.3315944Z [ 2022-11-23T02:16:42.3316164Z T=std::weak_ptr 2022-11-23T02:16:42.3316371Z ] 2022-11-23T02:16:42.3316818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:42.3317509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:42.3318178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3318567Z with 2022-11-23T02:16:42.3318726Z [ 2022-11-23T02:16:42.3318926Z T=std::weak_ptr 2022-11-23T02:16:42.3319127Z ] 2022-11-23T02:16:42.3319512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3319869Z with 2022-11-23T02:16:42.3320024Z [ 2022-11-23T02:16:42.3320256Z T=std::vector> 2022-11-23T02:16:42.3320480Z ] 2022-11-23T02:16:42.3320935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3321303Z with 2022-11-23T02:16:42.3321509Z [ 2022-11-23T02:16:42.3321752Z T=std::vector> 2022-11-23T02:16:42.3321963Z ] 2022-11-23T02:16:42.3322400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3322804Z with 2022-11-23T02:16:42.3322958Z [ 2022-11-23T02:16:42.3323197Z T=std::vector> 2022-11-23T02:16:42.3323481Z ] 2022-11-23T02:16:42.3323947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3324367Z with 2022-11-23T02:16:42.3324529Z [ 2022-11-23T02:16:42.3324773Z T=std::vector> 2022-11-23T02:16:42.3325001Z ] 2022-11-23T02:16:42.3325466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:42.3326197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:42.3326943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3327379Z with 2022-11-23T02:16:42.3327570Z [ 2022-11-23T02:16:42.3327814Z T=std::vector> 2022-11-23T02:16:42.3328040Z ] 2022-11-23T02:16:42.3328424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3328781Z with 2022-11-23T02:16:42.3328923Z [ 2022-11-23T02:16:42.3329128Z T=std::vector> 2022-11-23T02:16:42.3329329Z ] 2022-11-23T02:16:42.3329733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3330105Z with 2022-11-23T02:16:42.3330260Z [ 2022-11-23T02:16:42.3330452Z T=std::vector> 2022-11-23T02:16:42.3330651Z ] 2022-11-23T02:16:42.3331087Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3331489Z with 2022-11-23T02:16:42.3331643Z [ 2022-11-23T02:16:42.3331846Z T=std::vector> 2022-11-23T02:16:42.3332031Z ] 2022-11-23T02:16:42.3332491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3332973Z with 2022-11-23T02:16:42.3333163Z [ 2022-11-23T02:16:42.3333383Z T=std::vector> 2022-11-23T02:16:42.3333577Z ] 2022-11-23T02:16:42.3333998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:42.3334669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:42.3335324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3335767Z with 2022-11-23T02:16:42.3335922Z [ 2022-11-23T02:16:42.3336128Z T=std::vector> 2022-11-23T02:16:42.3336328Z ] 2022-11-23T02:16:42.3336706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3337070Z with 2022-11-23T02:16:42.3337229Z [ 2022-11-23T02:16:42.3337486Z T=std::vector,std::allocator>> 2022-11-23T02:16:42.3337726Z ] 2022-11-23T02:16:42.3338129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3338556Z with 2022-11-23T02:16:42.3338701Z [ 2022-11-23T02:16:42.3338954Z T=std::vector,std::allocator>> 2022-11-23T02:16:42.3339239Z ] 2022-11-23T02:16:42.3339725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3340227Z with 2022-11-23T02:16:42.3340468Z [ 2022-11-23T02:16:42.3340852Z T=std::vector,std::allocator>> 2022-11-23T02:16:42.3341217Z ] 2022-11-23T02:16:42.3341941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3342626Z with 2022-11-23T02:16:42.3342872Z [ 2022-11-23T02:16:42.3343286Z T=std::vector,std::allocator>> 2022-11-23T02:16:42.3343651Z ] 2022-11-23T02:16:42.3344243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:16:42.3345269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:16:42.3346233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:16:42.3346895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3347288Z with 2022-11-23T02:16:42.3347449Z [ 2022-11-23T02:16:42.3359392Z T=std::vector,std::allocator>> 2022-11-23T02:16:42.3359735Z ] 2022-11-23T02:16:42.3360158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3360522Z with 2022-11-23T02:16:42.3360682Z [ 2022-11-23T02:16:42.3360919Z T=std::vector,std::allocator>> 2022-11-23T02:16:42.3361149Z ] 2022-11-23T02:16:42.3361711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3362085Z with 2022-11-23T02:16:42.3362243Z [ 2022-11-23T02:16:42.3362557Z T=std::vector,std::allocator>> 2022-11-23T02:16:42.3362774Z ] 2022-11-23T02:16:42.3363269Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3363684Z with 2022-11-23T02:16:42.3363839Z [ 2022-11-23T02:16:42.3364085Z T=std::vector,std::allocator>> 2022-11-23T02:16:42.3364308Z ] 2022-11-23T02:16:42.3364775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3365191Z with 2022-11-23T02:16:42.3365345Z [ 2022-11-23T02:16:42.3365657Z T=std::vector,std::allocator>> 2022-11-23T02:16:42.3365906Z ] 2022-11-23T02:16:42.3366372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:16:42.3367104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:16:42.3367770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:16:42.3368459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3368893Z with 2022-11-23T02:16:42.3369041Z [ 2022-11-23T02:16:42.3369286Z T=std::vector,std::allocator>> 2022-11-23T02:16:42.3369515Z ] 2022-11-23T02:16:42.3369903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3370260Z with 2022-11-23T02:16:42.3370405Z [ 2022-11-23T02:16:42.3370615Z T=std::vector> 2022-11-23T02:16:42.3370815Z ] 2022-11-23T02:16:42.3371215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3371588Z with 2022-11-23T02:16:42.3371743Z [ 2022-11-23T02:16:42.3371940Z T=std::vector> 2022-11-23T02:16:42.3372139Z ] 2022-11-23T02:16:42.3372576Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3372973Z with 2022-11-23T02:16:42.3373127Z [ 2022-11-23T02:16:42.3373335Z T=std::vector> 2022-11-23T02:16:42.3373575Z ] 2022-11-23T02:16:42.3374037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3374526Z with 2022-11-23T02:16:42.3374867Z [ 2022-11-23T02:16:42.3375089Z T=std::vector> 2022-11-23T02:16:42.3375410Z ] 2022-11-23T02:16:42.3375839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:42.3376518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:42.3377187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3377626Z with 2022-11-23T02:16:42.3377781Z [ 2022-11-23T02:16:42.3378057Z T=std::vector> 2022-11-23T02:16:42.3378262Z ] 2022-11-23T02:16:42.3378655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3379003Z with 2022-11-23T02:16:42.3379160Z [ 2022-11-23T02:16:42.3379403Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:42.3379637Z ] 2022-11-23T02:16:42.3380037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3380470Z with 2022-11-23T02:16:42.3380612Z [ 2022-11-23T02:16:42.3380848Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:42.3381124Z ] 2022-11-23T02:16:42.3381565Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3381970Z with 2022-11-23T02:16:42.3382124Z [ 2022-11-23T02:16:42.3382347Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:42.3382569Z ] 2022-11-23T02:16:42.3383030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3383465Z with 2022-11-23T02:16:42.3383619Z [ 2022-11-23T02:16:42.3383856Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:42.3384067Z ] 2022-11-23T02:16:42.3384526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:42.3385264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:42.3386005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:16:42.3386844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3387261Z with 2022-11-23T02:16:42.3387424Z [ 2022-11-23T02:16:42.3387664Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:42.3387877Z ] 2022-11-23T02:16:42.3388270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3388631Z with 2022-11-23T02:16:42.3388795Z [ 2022-11-23T02:16:42.3389034Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:42.3389259Z ] 2022-11-23T02:16:42.3389725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3390101Z with 2022-11-23T02:16:42.3390260Z [ 2022-11-23T02:16:42.3390549Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:42.3390774Z ] 2022-11-23T02:16:42.3391213Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3391623Z with 2022-11-23T02:16:42.3391766Z [ 2022-11-23T02:16:42.3392005Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:42.3392284Z ] 2022-11-23T02:16:42.3392883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3393316Z with 2022-11-23T02:16:42.3393471Z [ 2022-11-23T02:16:42.3393696Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:42.3393923Z ] 2022-11-23T02:16:42.3394383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:42.3395123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:42.3395867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:16:42.3396560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3396946Z with 2022-11-23T02:16:42.3397102Z [ 2022-11-23T02:16:42.3397325Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:42.3397551Z ] 2022-11-23T02:16:42.3397942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3398300Z with 2022-11-23T02:16:42.3398507Z [ 2022-11-23T02:16:42.3398697Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:42.3398870Z ] 2022-11-23T02:16:42.3399268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3399644Z with 2022-11-23T02:16:42.3399801Z [ 2022-11-23T02:16:42.3399991Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:42.3400169Z ] 2022-11-23T02:16:42.3400607Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3401012Z with 2022-11-23T02:16:42.3401167Z [ 2022-11-23T02:16:42.3401354Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:42.3401538Z ] 2022-11-23T02:16:42.3401988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3402414Z with 2022-11-23T02:16:42.3402568Z [ 2022-11-23T02:16:42.3402797Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:42.3402984Z ] 2022-11-23T02:16:42.3403470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3404175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3404539Z with 2022-11-23T02:16:42.3404696Z [ 2022-11-23T02:16:42.3404888Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:42.3405073Z ] 2022-11-23T02:16:42.3405524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:16:42.3406215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3406604Z with 2022-11-23T02:16:42.3406745Z [ 2022-11-23T02:16:42.3406936Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:42.3407121Z ] 2022-11-23T02:16:42.3407500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3407858Z with 2022-11-23T02:16:42.3407999Z [ 2022-11-23T02:16:42.3408276Z T=std::vector> 2022-11-23T02:16:42.3408530Z ] 2022-11-23T02:16:42.3408928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3409299Z with 2022-11-23T02:16:42.3409456Z [ 2022-11-23T02:16:42.3409730Z T=std::vector> 2022-11-23T02:16:42.3409969Z ] 2022-11-23T02:16:42.3410406Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3410871Z with 2022-11-23T02:16:42.3411030Z [ 2022-11-23T02:16:42.3411304Z T=std::vector> 2022-11-23T02:16:42.3411557Z ] 2022-11-23T02:16:42.3412009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3412436Z with 2022-11-23T02:16:42.3412594Z [ 2022-11-23T02:16:42.3412868Z T=std::vector> 2022-11-23T02:16:42.3413123Z ] 2022-11-23T02:16:42.3413613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:42.3414449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:42.3415167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3415553Z with 2022-11-23T02:16:42.3415695Z [ 2022-11-23T02:16:42.3415967Z T=std::vector> 2022-11-23T02:16:42.3416218Z ] 2022-11-23T02:16:42.3416601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3416960Z with 2022-11-23T02:16:42.3417117Z [ 2022-11-23T02:16:42.3417288Z T=torch::autograd::ViewInfo 2022-11-23T02:16:42.3417470Z ] 2022-11-23T02:16:42.3417874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3418243Z with 2022-11-23T02:16:42.3418398Z [ 2022-11-23T02:16:42.3418567Z T=torch::autograd::ViewInfo 2022-11-23T02:16:42.3418749Z ] 2022-11-23T02:16:42.3419252Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3419697Z with 2022-11-23T02:16:42.3419871Z [ 2022-11-23T02:16:42.3420058Z T=torch::autograd::ViewInfo 2022-11-23T02:16:42.3420227Z ] 2022-11-23T02:16:42.3420700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3421133Z with 2022-11-23T02:16:42.3421290Z [ 2022-11-23T02:16:42.3421475Z T=torch::autograd::ViewInfo 2022-11-23T02:16:42.3421658Z ] 2022-11-23T02:16:42.3422066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3422729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3423450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3423846Z with 2022-11-23T02:16:42.3424007Z [ 2022-11-23T02:16:42.3424196Z T=torch::autograd::ViewInfo 2022-11-23T02:16:42.3424381Z ] 2022-11-23T02:16:42.3424757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3425113Z with 2022-11-23T02:16:42.3425268Z [ 2022-11-23T02:16:42.3425434Z T=c10::IValue 2022-11-23T02:16:42.3425597Z ] 2022-11-23T02:16:42.3425993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3426353Z with 2022-11-23T02:16:42.3426506Z [ 2022-11-23T02:16:42.3426670Z T=c10::IValue 2022-11-23T02:16:42.3426833Z ] 2022-11-23T02:16:42.3427316Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3427721Z with 2022-11-23T02:16:42.3427864Z [ 2022-11-23T02:16:42.3428027Z T=c10::IValue 2022-11-23T02:16:42.3428190Z ] 2022-11-23T02:16:42.3428649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3429077Z with 2022-11-23T02:16:42.3429232Z [ 2022-11-23T02:16:42.3429450Z T=c10::IValue 2022-11-23T02:16:42.3429616Z ] 2022-11-23T02:16:42.3430023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3430656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3431296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3431689Z with 2022-11-23T02:16:42.3431846Z [ 2022-11-23T02:16:42.3432004Z T=c10::IValue 2022-11-23T02:16:42.3432167Z ] 2022-11-23T02:16:42.3432552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3432972Z with 2022-11-23T02:16:42.3433128Z [ 2022-11-23T02:16:42.3433290Z T=c10::AliasInfo 2022-11-23T02:16:42.3433460Z ] 2022-11-23T02:16:42.3433862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3434233Z with 2022-11-23T02:16:42.3434389Z [ 2022-11-23T02:16:42.3434560Z T=c10::AliasInfo 2022-11-23T02:16:42.3434718Z ] 2022-11-23T02:16:42.3435159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3435622Z with 2022-11-23T02:16:42.3435779Z [ 2022-11-23T02:16:42.3435951Z T=c10::AliasInfo 2022-11-23T02:16:42.3436106Z ] 2022-11-23T02:16:42.3436574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3436998Z with 2022-11-23T02:16:42.3437156Z [ 2022-11-23T02:16:42.3437324Z T=c10::AliasInfo 2022-11-23T02:16:42.3437490Z ] 2022-11-23T02:16:42.3437878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3438513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3439202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3439598Z with 2022-11-23T02:16:42.3439754Z [ 2022-11-23T02:16:42.3439923Z T=c10::AliasInfo 2022-11-23T02:16:42.3440090Z ] 2022-11-23T02:16:42.3440464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3440824Z with 2022-11-23T02:16:42.3440979Z [ 2022-11-23T02:16:42.3441201Z T=std::vector> 2022-11-23T02:16:42.3441416Z ] 2022-11-23T02:16:42.3441813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3442167Z with 2022-11-23T02:16:42.3442320Z [ 2022-11-23T02:16:42.3442546Z T=std::vector> 2022-11-23T02:16:42.3442752Z ] 2022-11-23T02:16:42.3443191Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3443593Z with 2022-11-23T02:16:42.3443733Z [ 2022-11-23T02:16:42.3443951Z T=std::vector> 2022-11-23T02:16:42.3444158Z ] 2022-11-23T02:16:42.3444620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3445047Z with 2022-11-23T02:16:42.3445201Z [ 2022-11-23T02:16:42.3445408Z T=std::vector> 2022-11-23T02:16:42.3445615Z ] 2022-11-23T02:16:42.3446039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:42.3446431Z with 2022-11-23T02:16:42.3446584Z [ 2022-11-23T02:16:42.3446749Z T=c10::SymInt 2022-11-23T02:16:42.3446900Z ] 2022-11-23T02:16:42.3447316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:42.3447764Z with 2022-11-23T02:16:42.3447916Z [ 2022-11-23T02:16:42.3448082Z T=c10::SymInt 2022-11-23T02:16:42.3448247Z ] 2022-11-23T02:16:42.3448684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:16:42.3449440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:16:42.3450227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3450675Z with 2022-11-23T02:16:42.3450837Z [ 2022-11-23T02:16:42.3451061Z T=std::vector> 2022-11-23T02:16:42.3451274Z ] 2022-11-23T02:16:42.3451717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3452069Z with 2022-11-23T02:16:42.3452223Z [ 2022-11-23T02:16:42.3452449Z T=c10::either 2022-11-23T02:16:42.3452661Z ] 2022-11-23T02:16:42.3453061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3453436Z with 2022-11-23T02:16:42.3453577Z [ 2022-11-23T02:16:42.3453799Z T=c10::either 2022-11-23T02:16:42.3454009Z ] 2022-11-23T02:16:42.3454447Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3454857Z with 2022-11-23T02:16:42.3455012Z [ 2022-11-23T02:16:42.3455220Z T=c10::either 2022-11-23T02:16:42.3455429Z ] 2022-11-23T02:16:42.3455890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3456318Z with 2022-11-23T02:16:42.3456474Z [ 2022-11-23T02:16:42.3456694Z T=c10::either 2022-11-23T02:16:42.3456896Z ] 2022-11-23T02:16:42.3457345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:42.3458073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:42.3458773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3459159Z with 2022-11-23T02:16:42.3459769Z [ 2022-11-23T02:16:42.3460000Z T=c10::either 2022-11-23T02:16:42.3460201Z ] 2022-11-23T02:16:42.3460593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3460954Z with 2022-11-23T02:16:42.3461111Z [ 2022-11-23T02:16:42.3461296Z T=at::StepCallbacks 2022-11-23T02:16:42.3461474Z ] 2022-11-23T02:16:42.3461864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3462237Z with 2022-11-23T02:16:42.3462390Z [ 2022-11-23T02:16:42.3462565Z T=at::StepCallbacks 2022-11-23T02:16:42.3462739Z ] 2022-11-23T02:16:42.3463181Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3463571Z with 2022-11-23T02:16:42.3463727Z [ 2022-11-23T02:16:42.3463899Z T=at::StepCallbacks 2022-11-23T02:16:42.3464126Z ] 2022-11-23T02:16:42.3464592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3465020Z with 2022-11-23T02:16:42.3465161Z [ 2022-11-23T02:16:42.3465340Z T=at::StepCallbacks 2022-11-23T02:16:42.3465516Z ] 2022-11-23T02:16:42.3465933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3466591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3467245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3467631Z with 2022-11-23T02:16:42.3467774Z [ 2022-11-23T02:16:42.3467953Z T=at::StepCallbacks 2022-11-23T02:16:42.3468126Z ] 2022-11-23T02:16:42.3468515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3468876Z with 2022-11-23T02:16:42.3469015Z [ 2022-11-23T02:16:42.3469182Z T=c10::DimVector 2022-11-23T02:16:42.3469422Z ] 2022-11-23T02:16:42.3469828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3470201Z with 2022-11-23T02:16:42.3470356Z [ 2022-11-23T02:16:42.3470515Z T=c10::DimVector 2022-11-23T02:16:42.3470687Z ] 2022-11-23T02:16:42.3471125Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3471525Z with 2022-11-23T02:16:42.3471677Z [ 2022-11-23T02:16:42.3471847Z T=c10::DimVector 2022-11-23T02:16:42.3472001Z ] 2022-11-23T02:16:42.3472517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3472944Z with 2022-11-23T02:16:42.3473102Z [ 2022-11-23T02:16:42.3473275Z T=c10::DimVector 2022-11-23T02:16:42.3473444Z ] 2022-11-23T02:16:42.3473837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3474475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3475116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3475504Z with 2022-11-23T02:16:42.3475661Z [ 2022-11-23T02:16:42.3475833Z T=c10::DimVector 2022-11-23T02:16:42.3476000Z ] 2022-11-23T02:16:42.3476413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3476773Z with 2022-11-23T02:16:42.3476927Z [ 2022-11-23T02:16:42.3477116Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:42.3477301Z ] 2022-11-23T02:16:42.3477688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3478056Z with 2022-11-23T02:16:42.3478214Z [ 2022-11-23T02:16:42.3478405Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:42.3478587Z ] 2022-11-23T02:16:42.3479027Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3479433Z with 2022-11-23T02:16:42.3479576Z [ 2022-11-23T02:16:42.3479763Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:42.3479944Z ] 2022-11-23T02:16:42.3480403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3480826Z with 2022-11-23T02:16:42.3480968Z [ 2022-11-23T02:16:42.3481153Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:42.3481340Z ] 2022-11-23T02:16:42.3481758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3482434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3483103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3483489Z with 2022-11-23T02:16:42.3483632Z [ 2022-11-23T02:16:42.3483820Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:42.3484005Z ] 2022-11-23T02:16:42.3484441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3484800Z with 2022-11-23T02:16:42.3484956Z [ 2022-11-23T02:16:42.3485170Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:42.3485388Z ] 2022-11-23T02:16:42.3485790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3486158Z with 2022-11-23T02:16:42.3486313Z [ 2022-11-23T02:16:42.3486539Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:42.3486740Z ] 2022-11-23T02:16:42.3487175Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3487579Z with 2022-11-23T02:16:42.3487733Z [ 2022-11-23T02:16:42.3487956Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:42.3488168Z ] 2022-11-23T02:16:42.3488662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3489093Z with 2022-11-23T02:16:42.3489247Z [ 2022-11-23T02:16:42.3489470Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:42.3489681Z ] 2022-11-23T02:16:42.3490139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3490879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3491583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3491957Z with 2022-11-23T02:16:42.3492113Z [ 2022-11-23T02:16:42.3492338Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:42.3492552Z ] 2022-11-23T02:16:42.3492948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:16:42.3493503Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:16:42.3494046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3494388Z with 2022-11-23T02:16:42.3494544Z [ 2022-11-23T02:16:42.3494747Z T=std::tuple 2022-11-23T02:16:42.3494944Z ] 2022-11-23T02:16:42.3495346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3495714Z with 2022-11-23T02:16:42.3495857Z [ 2022-11-23T02:16:42.3496059Z T=std::tuple 2022-11-23T02:16:42.3496254Z ] 2022-11-23T02:16:42.3496738Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3497143Z with 2022-11-23T02:16:42.3497283Z [ 2022-11-23T02:16:42.3497488Z T=std::tuple 2022-11-23T02:16:42.3497682Z ] 2022-11-23T02:16:42.3498149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3498572Z with 2022-11-23T02:16:42.3498729Z [ 2022-11-23T02:16:42.3498921Z T=std::tuple 2022-11-23T02:16:42.3499115Z ] 2022-11-23T02:16:42.3499544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:42.3500285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:42.3500965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3501361Z with 2022-11-23T02:16:42.3501522Z [ 2022-11-23T02:16:42.3501734Z T=std::tuple 2022-11-23T02:16:42.3501923Z ] 2022-11-23T02:16:42.3502319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3502687Z with 2022-11-23T02:16:42.3502851Z [ 2022-11-23T02:16:42.3503038Z T=torch::jit::SourceRange 2022-11-23T02:16:42.3503211Z ] 2022-11-23T02:16:42.3503615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3503994Z with 2022-11-23T02:16:42.3504157Z [ 2022-11-23T02:16:42.3504344Z T=torch::jit::SourceRange 2022-11-23T02:16:42.3504532Z ] 2022-11-23T02:16:42.3504960Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3505370Z with 2022-11-23T02:16:42.3505535Z [ 2022-11-23T02:16:42.3505723Z T=torch::jit::SourceRange 2022-11-23T02:16:42.3505911Z ] 2022-11-23T02:16:42.3506508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3506959Z with 2022-11-23T02:16:42.3507108Z [ 2022-11-23T02:16:42.3507292Z T=torch::jit::SourceRange 2022-11-23T02:16:42.3507477Z ] 2022-11-23T02:16:42.3507905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3508576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3509309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3509779Z with 2022-11-23T02:16:42.3509931Z [ 2022-11-23T02:16:42.3510178Z T=torch::jit::SourceRange 2022-11-23T02:16:42.3510372Z ] 2022-11-23T02:16:42.3510771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3511138Z with 2022-11-23T02:16:42.3511288Z [ 2022-11-23T02:16:42.3511503Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:42.3511710Z ] 2022-11-23T02:16:42.3512122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3512503Z with 2022-11-23T02:16:42.3512669Z [ 2022-11-23T02:16:42.3512859Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:42.3513062Z ] 2022-11-23T02:16:42.3513559Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3513979Z with 2022-11-23T02:16:42.3514146Z [ 2022-11-23T02:16:42.3514358Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:42.3514545Z ] 2022-11-23T02:16:42.3515018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3515455Z with 2022-11-23T02:16:42.3515622Z [ 2022-11-23T02:16:42.3515833Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:42.3516038Z ] 2022-11-23T02:16:42.3516459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3517156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3517835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3518235Z with 2022-11-23T02:16:42.3518405Z [ 2022-11-23T02:16:42.3518616Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:42.3518821Z ] 2022-11-23T02:16:42.3519198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3519566Z with 2022-11-23T02:16:42.3519732Z [ 2022-11-23T02:16:42.3519940Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:42.3520144Z ] 2022-11-23T02:16:42.3520560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3520922Z with 2022-11-23T02:16:42.3521087Z [ 2022-11-23T02:16:42.3521294Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:42.3521548Z ] 2022-11-23T02:16:42.3521999Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3522410Z with 2022-11-23T02:16:42.3522557Z [ 2022-11-23T02:16:42.3522767Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:42.3522974Z ] 2022-11-23T02:16:42.3523450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3523891Z with 2022-11-23T02:16:42.3524059Z [ 2022-11-23T02:16:42.3524248Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:42.3524453Z ] 2022-11-23T02:16:42.3524894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3525986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3526681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3527087Z with 2022-11-23T02:16:42.3527256Z [ 2022-11-23T02:16:42.3527450Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:42.3527656Z ] 2022-11-23T02:16:42.3528057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3528427Z with 2022-11-23T02:16:42.3528592Z [ 2022-11-23T02:16:42.3528780Z T=torch::jit::ScopePtr 2022-11-23T02:16:42.3528950Z ] 2022-11-23T02:16:42.3529370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3529748Z with 2022-11-23T02:16:42.3529912Z [ 2022-11-23T02:16:42.3530100Z T=torch::jit::ScopePtr 2022-11-23T02:16:42.3530267Z ] 2022-11-23T02:16:42.3530717Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3531134Z with 2022-11-23T02:16:42.3531302Z [ 2022-11-23T02:16:42.3531490Z T=torch::jit::ScopePtr 2022-11-23T02:16:42.3531676Z ] 2022-11-23T02:16:42.3532133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3532575Z with 2022-11-23T02:16:42.3532741Z [ 2022-11-23T02:16:42.3532930Z T=torch::jit::ScopePtr 2022-11-23T02:16:42.3533115Z ] 2022-11-23T02:16:42.3533544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3534203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3534913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3535310Z with 2022-11-23T02:16:42.3535476Z [ 2022-11-23T02:16:42.3535666Z T=torch::jit::ScopePtr 2022-11-23T02:16:42.3535855Z ] 2022-11-23T02:16:42.3536251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3536601Z with 2022-11-23T02:16:42.3536768Z [ 2022-11-23T02:16:42.3536963Z T=at::ThreadLocalState 2022-11-23T02:16:42.3537153Z ] 2022-11-23T02:16:42.3537566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3537947Z with 2022-11-23T02:16:42.3538093Z [ 2022-11-23T02:16:42.3538284Z T=at::ThreadLocalState 2022-11-23T02:16:42.3538472Z ] 2022-11-23T02:16:42.3538969Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3539384Z with 2022-11-23T02:16:42.3539548Z [ 2022-11-23T02:16:42.3539725Z T=at::ThreadLocalState 2022-11-23T02:16:42.3539915Z ] 2022-11-23T02:16:42.3540389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3540824Z with 2022-11-23T02:16:42.3540992Z [ 2022-11-23T02:16:42.3541188Z T=at::ThreadLocalState 2022-11-23T02:16:42.3541358Z ] 2022-11-23T02:16:42.3541792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3542471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3543150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3543551Z with 2022-11-23T02:16:42.3543720Z [ 2022-11-23T02:16:42.3543916Z T=at::ThreadLocalState 2022-11-23T02:16:42.3544087Z ] 2022-11-23T02:16:42.3544482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3544850Z with 2022-11-23T02:16:42.3545016Z [ 2022-11-23T02:16:42.3545230Z T=std::shared_ptr 2022-11-23T02:16:42.3545415Z ] 2022-11-23T02:16:42.3545829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3546206Z with 2022-11-23T02:16:42.3546372Z [ 2022-11-23T02:16:42.3546582Z T=std::shared_ptr 2022-11-23T02:16:42.3546783Z ] 2022-11-23T02:16:42.3547213Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3547683Z with 2022-11-23T02:16:42.3547850Z [ 2022-11-23T02:16:42.3548063Z T=std::shared_ptr 2022-11-23T02:16:42.3548264Z ] 2022-11-23T02:16:42.3548746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3549193Z with 2022-11-23T02:16:42.3549425Z [ 2022-11-23T02:16:42.3549643Z T=std::shared_ptr 2022-11-23T02:16:42.3549847Z ] 2022-11-23T02:16:42.3550288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:42.3550959Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:42.3551714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:16:42.3552412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3552809Z with 2022-11-23T02:16:42.3552959Z [ 2022-11-23T02:16:42.3553173Z T=std::shared_ptr 2022-11-23T02:16:42.3553378Z ] 2022-11-23T02:16:42.3553778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3554152Z with 2022-11-23T02:16:42.3554301Z [ 2022-11-23T02:16:42.3554503Z T=torch::jit::GraphExecutor 2022-11-23T02:16:42.3554701Z ] 2022-11-23T02:16:42.3555111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3555494Z with 2022-11-23T02:16:42.3555660Z [ 2022-11-23T02:16:42.3555838Z T=torch::jit::GraphExecutor 2022-11-23T02:16:42.3556031Z ] 2022-11-23T02:16:42.3556482Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3556893Z with 2022-11-23T02:16:42.3557057Z [ 2022-11-23T02:16:42.3557255Z T=torch::jit::GraphExecutor 2022-11-23T02:16:42.3557431Z ] 2022-11-23T02:16:42.3557907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3558342Z with 2022-11-23T02:16:42.3558508Z [ 2022-11-23T02:16:42.3558704Z T=torch::jit::GraphExecutor 2022-11-23T02:16:42.3558901Z ] 2022-11-23T02:16:42.3559314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3560051Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3560729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:16:42.3561414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3561821Z with 2022-11-23T02:16:42.3561994Z [ 2022-11-23T02:16:42.3562193Z T=torch::jit::GraphExecutor 2022-11-23T02:16:42.3562393Z ] 2022-11-23T02:16:42.3562770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3563140Z with 2022-11-23T02:16:42.3563309Z [ 2022-11-23T02:16:42.3563496Z T=torch::jit::Method 2022-11-23T02:16:42.3563682Z ] 2022-11-23T02:16:42.3564125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3564510Z with 2022-11-23T02:16:42.3564677Z [ 2022-11-23T02:16:42.3564863Z T=torch::jit::Method 2022-11-23T02:16:42.3565047Z ] 2022-11-23T02:16:42.3565497Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3565894Z with 2022-11-23T02:16:42.3566063Z [ 2022-11-23T02:16:42.3566249Z T=torch::jit::Method 2022-11-23T02:16:42.3566432Z ] 2022-11-23T02:16:42.3566908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3567349Z with 2022-11-23T02:16:42.3567501Z [ 2022-11-23T02:16:42.3567690Z T=torch::jit::Method 2022-11-23T02:16:42.3567874Z ] 2022-11-23T02:16:42.3568294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3568942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3569605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3570003Z with 2022-11-23T02:16:42.3570152Z [ 2022-11-23T02:16:42.3570339Z T=torch::jit::Method 2022-11-23T02:16:42.3570524Z ] 2022-11-23T02:16:42.3570917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3571287Z with 2022-11-23T02:16:42.3571453Z [ 2022-11-23T02:16:42.3571668Z T=std::vector> 2022-11-23T02:16:42.3571889Z ] 2022-11-23T02:16:42.3572367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3572748Z with 2022-11-23T02:16:42.3572917Z [ 2022-11-23T02:16:42.3573154Z T=std::vector> 2022-11-23T02:16:42.3573362Z ] 2022-11-23T02:16:42.3573810Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3574229Z with 2022-11-23T02:16:42.3574397Z [ 2022-11-23T02:16:42.3574631Z T=std::vector> 2022-11-23T02:16:42.3574853Z ] 2022-11-23T02:16:42.3575309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3575755Z with 2022-11-23T02:16:42.3575922Z [ 2022-11-23T02:16:42.3576153Z T=std::vector> 2022-11-23T02:16:42.3576375Z ] 2022-11-23T02:16:42.3576888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:42.3577599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:42.3578293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3578674Z with 2022-11-23T02:16:42.3578847Z [ 2022-11-23T02:16:42.3579082Z T=std::vector> 2022-11-23T02:16:42.3579307Z ] 2022-11-23T02:16:42.3579613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3579685Z with 2022-11-23T02:16:42.3579752Z [ 2022-11-23T02:16:42.3579921Z T=std::function 2022-11-23T02:16:42.3579989Z ] 2022-11-23T02:16:42.3580286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3580359Z with 2022-11-23T02:16:42.3580427Z [ 2022-11-23T02:16:42.3580594Z T=std::function 2022-11-23T02:16:42.3580661Z ] 2022-11-23T02:16:42.3581016Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3581089Z with 2022-11-23T02:16:42.3581157Z [ 2022-11-23T02:16:42.3581321Z T=std::function 2022-11-23T02:16:42.3581388Z ] 2022-11-23T02:16:42.3581764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3581883Z with 2022-11-23T02:16:42.3581950Z [ 2022-11-23T02:16:42.3582115Z T=std::function 2022-11-23T02:16:42.3582183Z ] 2022-11-23T02:16:42.3582572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:42.3582979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:42.3583311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3583384Z with 2022-11-23T02:16:42.3583451Z [ 2022-11-23T02:16:42.3583619Z T=std::function 2022-11-23T02:16:42.3583666Z ] 2022-11-23T02:16:42.3584017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3584090Z with 2022-11-23T02:16:42.3584162Z [ 2022-11-23T02:16:42.3584350Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:42.3584418Z ] 2022-11-23T02:16:42.3584733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3584805Z with 2022-11-23T02:16:42.3584872Z [ 2022-11-23T02:16:42.3585059Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:42.3585126Z ] 2022-11-23T02:16:42.3585482Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3585552Z with 2022-11-23T02:16:42.3585618Z [ 2022-11-23T02:16:42.3585808Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:42.3585873Z ] 2022-11-23T02:16:42.3586255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3586327Z with 2022-11-23T02:16:42.3586375Z [ 2022-11-23T02:16:42.3586562Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:42.3586628Z ] 2022-11-23T02:16:42.3587042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:42.3587484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:42.3587817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3587941Z with 2022-11-23T02:16:42.3588009Z [ 2022-11-23T02:16:42.3588196Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:42.3588262Z ] 2022-11-23T02:16:42.3588563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3588633Z with 2022-11-23T02:16:42.3588700Z [ 2022-11-23T02:16:42.3588831Z T=std::vector> 2022-11-23T02:16:42.3588898Z ] 2022-11-23T02:16:42.3589210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3589279Z with 2022-11-23T02:16:42.3589435Z [ 2022-11-23T02:16:42.3589550Z T=std::vector> 2022-11-23T02:16:42.3589620Z ] 2022-11-23T02:16:42.3590031Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3590163Z with 2022-11-23T02:16:42.3590230Z [ 2022-11-23T02:16:42.3590358Z T=std::vector> 2022-11-23T02:16:42.3590426Z ] 2022-11-23T02:16:42.3590807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3590876Z with 2022-11-23T02:16:42.3590947Z [ 2022-11-23T02:16:42.3591077Z T=std::vector> 2022-11-23T02:16:42.3591143Z ] 2022-11-23T02:16:42.3591480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:42.3591553Z with 2022-11-23T02:16:42.3591619Z [ 2022-11-23T02:16:42.3591694Z T=double 2022-11-23T02:16:42.3591742Z ] 2022-11-23T02:16:42.3592127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:42.3592199Z with 2022-11-23T02:16:42.3592270Z [ 2022-11-23T02:16:42.3592345Z T=double 2022-11-23T02:16:42.3592412Z ] 2022-11-23T02:16:42.3592751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3592820Z with 2022-11-23T02:16:42.3592885Z [ 2022-11-23T02:16:42.3593013Z T=std::vector> 2022-11-23T02:16:42.3593081Z ] 2022-11-23T02:16:42.3593379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3593448Z with 2022-11-23T02:16:42.3593511Z [ 2022-11-23T02:16:42.3593621Z T=std::tuple 2022-11-23T02:16:42.3593668Z ] 2022-11-23T02:16:42.3593980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3594091Z with 2022-11-23T02:16:42.3594151Z [ 2022-11-23T02:16:42.3594262Z T=std::tuple 2022-11-23T02:16:42.3594323Z ] 2022-11-23T02:16:42.3594674Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3594739Z with 2022-11-23T02:16:42.3594797Z [ 2022-11-23T02:16:42.3594903Z T=std::tuple 2022-11-23T02:16:42.3594962Z ] 2022-11-23T02:16:42.3595331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3595397Z with 2022-11-23T02:16:42.3595456Z [ 2022-11-23T02:16:42.3595565Z T=std::tuple 2022-11-23T02:16:42.3595626Z ] 2022-11-23T02:16:42.3596002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:42.3596369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:42.3596700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3596764Z with 2022-11-23T02:16:42.3596814Z [ 2022-11-23T02:16:42.3596923Z T=std::tuple 2022-11-23T02:16:42.3596986Z ] 2022-11-23T02:16:42.3597280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3597343Z with 2022-11-23T02:16:42.3597405Z [ 2022-11-23T02:16:42.3597536Z T=std::vector> 2022-11-23T02:16:42.3597595Z ] 2022-11-23T02:16:42.3597902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:42.3597966Z with 2022-11-23T02:16:42.3598026Z [ 2022-11-23T02:16:42.3598157Z T=std::vector> 2022-11-23T02:16:42.3598218Z ] 2022-11-23T02:16:42.3598564Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:42.3598626Z with 2022-11-23T02:16:42.3598673Z [ 2022-11-23T02:16:42.3598807Z T=std::vector> 2022-11-23T02:16:42.3598867Z ] 2022-11-23T02:16:42.3599239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:42.3599303Z with 2022-11-23T02:16:42.3599364Z [ 2022-11-23T02:16:42.3599491Z T=std::vector> 2022-11-23T02:16:42.3599551Z ] 2022-11-23T02:16:42.3599902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:42.3600335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:42.3600659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:42.3600723Z with 2022-11-23T02:16:42.3600784Z [ 2022-11-23T02:16:42.3600915Z T=std::vector> 2022-11-23T02:16:42.3600976Z ] 2022-11-23T02:16:42.3601226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(14): warning C4068: unknown pragma 'GCC' 2022-11-23T02:16:42.3601470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(15): warning C4068: unknown pragma 'GCC' 2022-11-23T02:16:42.3601766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(821): warning C4068: unknown pragma 'GCC' 2022-11-23T02:16:42.3602044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1151): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:16:42.3602113Z with 2022-11-23T02:16:42.3602179Z [ 2022-11-23T02:16:42.3602244Z scalar_t=float 2022-11-23T02:16:42.3602307Z ] 2022-11-23T02:16:42.3602634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:16:42.3602700Z with 2022-11-23T02:16:42.3602760Z [ 2022-11-23T02:16:42.3602837Z scalar_t=float 2022-11-23T02:16:42.3602896Z ] 2022-11-23T02:16:42.3603166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1072): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:16:42.3603234Z with 2022-11-23T02:16:42.3603298Z [ 2022-11-23T02:16:42.3603376Z scalar_t=float 2022-11-23T02:16:42.3603439Z ] 2022-11-23T02:16:42.3603767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1210): note: see reference to function template instantiation 'scalar_t calc_igammac(scalar_t,scalar_t)' being compiled 2022-11-23T02:16:42.3603832Z with 2022-11-23T02:16:42.3603879Z [ 2022-11-23T02:16:42.3603956Z scalar_t=float 2022-11-23T02:16:42.3604019Z ] 2022-11-23T02:16:42.3604296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(933): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:16:42.3604360Z with 2022-11-23T02:16:42.3604418Z [ 2022-11-23T02:16:42.3604494Z scalar_t=float 2022-11-23T02:16:42.3604555Z ] 2022-11-23T02:16:42.3604909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1185): note: see reference to function template instantiation 'scalar_t _igam_helper_asymptotic_series(scalar_t,scalar_t,bool)' being compiled 2022-11-23T02:16:42.3604974Z with 2022-11-23T02:16:42.3605035Z [ 2022-11-23T02:16:42.3605110Z scalar_t=float 2022-11-23T02:16:42.3605171Z ] 2022-11-23T02:16:42.3605501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:16:42.3605614Z with 2022-11-23T02:16:42.3605660Z [ 2022-11-23T02:16:42.3605735Z scalar_t=float 2022-11-23T02:16:42.3605794Z ] 2022-11-23T02:16:42.3606064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1314): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:16:42.3606127Z with 2022-11-23T02:16:42.3606186Z [ 2022-11-23T02:16:42.3606252Z T=float 2022-11-23T02:16:42.3606312Z ] 2022-11-23T02:16:42.3606660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1451): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_A(void)' being compiled 2022-11-23T02:16:42.3606723Z with 2022-11-23T02:16:42.3606784Z [ 2022-11-23T02:16:42.3606848Z T=float 2022-11-23T02:16:42.3606908Z ] 2022-11-23T02:16:42.3607296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1464): note: see reference to function template instantiation 'float calc_i0(T)' being compiled 2022-11-23T02:16:42.3607348Z with 2022-11-23T02:16:42.3607459Z [ 2022-11-23T02:16:42.3607527Z T=float 2022-11-23T02:16:42.3607632Z ] 2022-11-23T02:16:42.3607926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1338): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:16:42.3607991Z with 2022-11-23T02:16:42.3608051Z [ 2022-11-23T02:16:42.3608117Z T=float 2022-11-23T02:16:42.3608180Z ] 2022-11-23T02:16:42.3608532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1457): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_B(void)' being compiled 2022-11-23T02:16:42.3608600Z with 2022-11-23T02:16:42.3608661Z [ 2022-11-23T02:16:42.3608726Z T=float 2022-11-23T02:16:42.3608786Z ] 2022-11-23T02:16:42.3609109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(621): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:16:42.3609175Z with 2022-11-23T02:16:42.3609303Z [ 2022-11-23T02:16:42.3609414Z scalar_t=float 2022-11-23T02:16:42.3609478Z ] 2022-11-23T02:16:42.3609913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:16:42.3609980Z with 2022-11-23T02:16:42.3610041Z [ 2022-11-23T02:16:42.3610121Z scalar_t=float 2022-11-23T02:16:42.3610185Z ] 2022-11-23T02:16:42.3610524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1195): note: see reference to function template instantiation 'scalar_t _igam_helper_series(scalar_t,scalar_t)' being compiled 2022-11-23T02:16:42.3610590Z with 2022-11-23T02:16:42.3610653Z [ 2022-11-23T02:16:42.3610795Z scalar_t=float 2022-11-23T02:16:42.3610850Z ] 2022-11-23T02:16:42.3611125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(622): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:16:42.3611188Z with 2022-11-23T02:16:42.3611247Z [ 2022-11-23T02:16:42.3611323Z scalar_t=float 2022-11-23T02:16:42.3611445Z ] 2022-11-23T02:16:42.3611783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(623): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:16:42.3612103Z with 2022-11-23T02:16:42.3612217Z [ 2022-11-23T02:16:42.3612311Z scalar_t=float 2022-11-23T02:16:42.3612371Z ] 2022-11-23T02:16:42.3612776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(591): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:16:42.3612848Z with 2022-11-23T02:16:42.3612933Z [ 2022-11-23T02:16:42.3613023Z scalar_t=float 2022-11-23T02:16:42.3613085Z ] 2022-11-23T02:16:42.3613421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(634): note: see reference to function template instantiation 'scalar_t lanczos_sum_expg_scaled(scalar_t)' being compiled 2022-11-23T02:16:42.3613483Z with 2022-11-23T02:16:42.3613546Z [ 2022-11-23T02:16:42.3613620Z scalar_t=float 2022-11-23T02:16:42.3613681Z ] 2022-11-23T02:16:42.3614076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:16:42.3614169Z with 2022-11-23T02:16:42.3614263Z [ 2022-11-23T02:16:42.3614514Z scalar_t=float 2022-11-23T02:16:42.3614615Z ] 2022-11-23T02:16:42.3615047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(606): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:16:42.3615156Z with 2022-11-23T02:16:42.3615253Z [ 2022-11-23T02:16:42.3615356Z scalar_t=float 2022-11-23T02:16:42.3615457Z ] 2022-11-23T02:16:42.3617625Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_rng C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2022-11-23T02:16:42.5204928Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2022-11-23T02:16:42.5363783Z Generating code 2022-11-23T02:16:44.3163650Z Finished generating code 2022-11-23T02:16:44.4516005Z running install_lib 2022-11-23T02:16:44.4669877Z creating install 2022-11-23T02:16:44.4671163Z creating install\Jenkins 2022-11-23T02:16:44.4672395Z creating install\Jenkins\Miniconda3 2022-11-23T02:16:44.4673705Z creating install\Jenkins\Miniconda3\Lib 2022-11-23T02:16:44.4674916Z creating install\Jenkins\Miniconda3\Lib\site-packages 2022-11-23T02:16:44.4679982Z creating install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:16:44.4683251Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:16:44.4696653Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:16:44.4707780Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:16:44.4737105Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\__init__.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:16:44.4755227Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension\__init__.py to __init__.cpython-39.pyc 2022-11-23T02:16:44.4765584Z running install_egg_info 2022-11-23T02:16:44.5083019Z running egg_info 2022-11-23T02:16:44.5083314Z creating torch_test_cpp_extension.egg-info 2022-11-23T02:16:44.5151352Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2022-11-23T02:16:44.5156667Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2022-11-23T02:16:44.5162689Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2022-11-23T02:16:44.5178123Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:16:44.5257064Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:16:44.5269782Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:16:44.5274215Z Copying torch_test_cpp_extension.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info 2022-11-23T02:16:44.5315495Z running install_scripts 2022-11-23T02:16:44.6247884Z Error in atexit._run_exitfuncs: 2022-11-23T02:16:44.6248152Z Traceback (most recent call last): 2022-11-23T02:16:44.6255192Z File "C:\Jenkins\Miniconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed 2022-11-23T02:16:44.6336034Z return stream.closed 2022-11-23T02:16:44.6336306Z ValueError: underlying buffer has been detached 2022-11-23T02:16:44.9351282Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:16:44.934890] 2022-11-23T02:16:48.1529311Z 2022-11-23T02:16:48.1530127Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-11-23T02:16:48.1531049Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_ninja_hb4hilzp) 2022-11-23T02:16:48.1531950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:16:48.1532627Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:48.1532942Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:48.1533153Z 2022-11-23T02:16:48.1533230Z Running tests... 2022-11-23T02:16:48.1533487Z ---------------------------------------------------------------------- 2022-11-23T02:16:48.1533837Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_aot_ninja 2022-11-23T02:16:48.1534303Z test_backward (__main__.TestCppExtensionAOT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:16:48.1534744Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:16:48.1535108Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-11-23T02:16:48.1535619Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-11-23T02:16:48.1535978Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-11-23T02:16:48.1536448Z test_extension_function (__main__.TestCppExtensionAOT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:16:48.1537046Z test_extension_module (__main__.TestCppExtensionAOT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:48.1537579Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... skip: Not available on Windows (0.000s) 2022-11-23T02:16:48.1538059Z test_optional (__main__.TestCppExtensionAOT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:48.1538571Z test_add (__main__.TestORTTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:16:48.1539072Z test_conv_backend_override (__main__.TestORTTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:48.1539670Z test_unregistered (__main__.TestORTTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:48.1540162Z test_zeros (__main__.TestORTTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:48.1540662Z test_rng (__main__.TestRNGExtension) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:16:48.1541067Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.006s) 2022-11-23T02:16:48.1541249Z 2022-11-23T02:16:48.1541400Z ---------------------------------------------------------------------- 2022-11-23T02:16:48.1541647Z Ran 15 tests in 0.031s 2022-11-23T02:16:48.1541763Z 2022-11-23T02:16:48.1541837Z OK (skipped=15) 2022-11-23T02:16:48.1541946Z 2022-11-23T02:16:48.1542034Z Generating XML reports... 2022-11-23T02:16:48.1542401Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestCppExtensionAOT-20221123021647.xml 2022-11-23T02:16:48.1542961Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestORTTensor-20221123021647.xml 2022-11-23T02:16:48.1543505Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestRNGExtension-20221123021647.xml 2022-11-23T02:16:48.1543998Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestTorchLibrary-20221123021647.xml 2022-11-23T02:16:48.1544257Z 2022-11-23T02:16:48.1544486Z ##[endgroup] 2022-11-23T02:16:48.1544864Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_ninja_hb4hilzp) 2022-11-23T02:16:48.1545152Z 2022-11-23T02:16:48.1545293Z Running test_cpp_extensions_aot_no_ninja ... [2022-11-23 02:16:48.153665] 2022-11-23T02:16:50.4425106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:16:50.4425812Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:50.4426151Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:50.5796199Z running install 2022-11-23T02:16:50.5799156Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T02:16:50.5799602Z warnings.warn( 2022-11-23T02:16:50.5892459Z running build 2022-11-23T02:16:50.5892659Z running build_py 2022-11-23T02:16:50.5973497Z creating build 2022-11-23T02:16:50.5975275Z creating build\lib.win-amd64-cpython-39 2022-11-23T02:16:50.5976571Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:16:50.5979183Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:16:50.5985507Z running build_ext 2022-11-23T02:16:50.5998483Z building 'torch_test_cpp_extension.cpp' extension 2022-11-23T02:16:50.6009873Z creating build\temp.win-amd64-cpython-39 2022-11-23T02:16:50.6011294Z creating build\temp.win-amd64-cpython-39\Release 2022-11-23T02:16:50.6021695Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpextension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 2022-11-23T02:16:50.6127731Z extension.cpp 2022-11-23T02:16:50.6329336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:16:51.3920401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:51.3921512Z with 2022-11-23T02:16:51.3922125Z [ 2022-11-23T02:16:51.3922327Z T=c10::SymInt 2022-11-23T02:16:51.3922495Z ] 2022-11-23T02:16:51.3922910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:51.3923303Z with 2022-11-23T02:16:51.3923459Z [ 2022-11-23T02:16:51.3923613Z T=c10::SymInt 2022-11-23T02:16:51.3923776Z ] 2022-11-23T02:16:51.3924220Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:51.3924639Z with 2022-11-23T02:16:51.3924794Z [ 2022-11-23T02:16:51.3924957Z T=c10::SymInt 2022-11-23T02:16:51.3925107Z ] 2022-11-23T02:16:51.3925583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:51.3926225Z with 2022-11-23T02:16:51.3926380Z [ 2022-11-23T02:16:51.3926544Z T=c10::SymInt 2022-11-23T02:16:51.3927439Z ] 2022-11-23T02:16:51.3928316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:51.3928959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:51.3929598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:51.3929991Z with 2022-11-23T02:16:51.3930147Z [ 2022-11-23T02:16:51.3930317Z T=c10::SymInt 2022-11-23T02:16:51.3930478Z ] 2022-11-23T02:16:51.4273852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:16:51.4491495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:51.4491900Z with 2022-11-23T02:16:51.4492065Z [ 2022-11-23T02:16:51.4492256Z T=at::Generator 2022-11-23T02:16:51.4492428Z ] 2022-11-23T02:16:51.4492823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:51.4493199Z with 2022-11-23T02:16:51.4493352Z [ 2022-11-23T02:16:51.4493529Z T=at::Generator 2022-11-23T02:16:51.4493695Z ] 2022-11-23T02:16:51.4494138Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:51.4494558Z with 2022-11-23T02:16:51.4494761Z [ 2022-11-23T02:16:51.4494932Z T=at::Generator 2022-11-23T02:16:51.4495098Z ] 2022-11-23T02:16:51.4495623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:51.4496053Z with 2022-11-23T02:16:51.4496206Z [ 2022-11-23T02:16:51.4496360Z T=at::Generator 2022-11-23T02:16:51.4496525Z ] 2022-11-23T02:16:51.4496937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:51.4497573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:51.4498225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:51.4498615Z with 2022-11-23T02:16:51.4498769Z [ 2022-11-23T02:16:51.4498924Z T=at::Generator 2022-11-23T02:16:51.4499091Z ] 2022-11-23T02:16:51.4802521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:51.4803102Z with 2022-11-23T02:16:51.4803343Z [ 2022-11-23T02:16:51.4803543Z T=at::TensorBase 2022-11-23T02:16:51.4803718Z ] 2022-11-23T02:16:51.4804111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:51.4804487Z with 2022-11-23T02:16:51.4804638Z [ 2022-11-23T02:16:51.4804808Z T=at::TensorBase 2022-11-23T02:16:51.4804975Z ] 2022-11-23T02:16:51.4805404Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:51.4805813Z with 2022-11-23T02:16:51.4805965Z [ 2022-11-23T02:16:51.4806137Z T=at::TensorBase 2022-11-23T02:16:51.4806303Z ] 2022-11-23T02:16:51.4806771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:51.4807282Z with 2022-11-23T02:16:51.4807426Z [ 2022-11-23T02:16:51.4807602Z T=at::TensorBase 2022-11-23T02:16:51.4807769Z ] 2022-11-23T02:16:51.4808180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:51.4808867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:51.4809560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:51.4809944Z with 2022-11-23T02:16:51.4810087Z [ 2022-11-23T02:16:51.4810259Z T=at::TensorBase 2022-11-23T02:16:51.4810429Z ] 2022-11-23T02:16:51.7277700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:51.7278108Z with 2022-11-23T02:16:51.7278267Z [ 2022-11-23T02:16:51.7278443Z T=at::Tensor 2022-11-23T02:16:51.7278632Z ] 2022-11-23T02:16:51.7279040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:51.7279430Z with 2022-11-23T02:16:51.7279573Z [ 2022-11-23T02:16:51.7279742Z T=at::Tensor 2022-11-23T02:16:51.7279906Z ] 2022-11-23T02:16:51.7280351Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:51.7280857Z with 2022-11-23T02:16:51.7281010Z [ 2022-11-23T02:16:51.7281162Z T=at::Tensor 2022-11-23T02:16:51.7281323Z ] 2022-11-23T02:16:51.7281790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:51.7282213Z with 2022-11-23T02:16:51.7282368Z [ 2022-11-23T02:16:51.7282736Z T=at::Tensor 2022-11-23T02:16:51.7282885Z ] 2022-11-23T02:16:51.7283288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:51.7283919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:51.7284560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:51.7284949Z with 2022-11-23T02:16:51.7285104Z [ 2022-11-23T02:16:51.7285273Z T=at::Tensor 2022-11-23T02:16:51.7285423Z ] 2022-11-23T02:16:51.7313854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:51.7314268Z with 2022-11-23T02:16:51.7314422Z [ 2022-11-23T02:16:51.7314598Z T=c10::Scalar 2022-11-23T02:16:51.7314794Z ] 2022-11-23T02:16:51.7315874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:51.7316259Z with 2022-11-23T02:16:51.7316413Z [ 2022-11-23T02:16:51.7316579Z T=c10::Scalar 2022-11-23T02:16:51.7316742Z ] 2022-11-23T02:16:51.7317181Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:51.7317598Z with 2022-11-23T02:16:51.7317738Z [ 2022-11-23T02:16:51.7317915Z T=c10::Scalar 2022-11-23T02:16:51.7318079Z ] 2022-11-23T02:16:51.7318542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:51.7318976Z with 2022-11-23T02:16:51.7319127Z [ 2022-11-23T02:16:51.7319279Z T=c10::Scalar 2022-11-23T02:16:51.7319443Z ] 2022-11-23T02:16:51.7319845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:51.7320466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:51.7321115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:51.7321503Z with 2022-11-23T02:16:51.7321658Z [ 2022-11-23T02:16:51.7321812Z T=c10::Scalar 2022-11-23T02:16:51.7321975Z ] 2022-11-23T02:16:51.8842750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:51.8843189Z with 2022-11-23T02:16:51.8843348Z [ 2022-11-23T02:16:51.8843538Z T=std::string 2022-11-23T02:16:51.8843694Z ] 2022-11-23T02:16:51.8844102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:51.8844651Z with 2022-11-23T02:16:51.8844806Z [ 2022-11-23T02:16:51.8844975Z T=std::string 2022-11-23T02:16:51.8845139Z ] 2022-11-23T02:16:51.8845573Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:51.8845995Z with 2022-11-23T02:16:51.8846149Z [ 2022-11-23T02:16:51.8846313Z T=std::string 2022-11-23T02:16:51.8846477Z ] 2022-11-23T02:16:51.8846945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:51.8847362Z with 2022-11-23T02:16:51.8847531Z [ 2022-11-23T02:16:51.8847719Z T=std::string 2022-11-23T02:16:51.8847890Z ] 2022-11-23T02:16:51.8848295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:51.8849011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:51.8849651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:51.8850028Z with 2022-11-23T02:16:51.8850184Z [ 2022-11-23T02:16:51.8850351Z T=std::string 2022-11-23T02:16:51.8850520Z ] 2022-11-23T02:16:51.8967906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:51.8968300Z with 2022-11-23T02:16:51.8968455Z [ 2022-11-23T02:16:51.8968654Z T=c10::QualifiedName 2022-11-23T02:16:51.8968838Z ] 2022-11-23T02:16:51.8969251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:51.8969622Z with 2022-11-23T02:16:51.8969777Z [ 2022-11-23T02:16:51.8969939Z T=c10::QualifiedName 2022-11-23T02:16:51.8970111Z ] 2022-11-23T02:16:51.8970549Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:51.8970971Z with 2022-11-23T02:16:51.8971126Z [ 2022-11-23T02:16:51.8971299Z T=c10::QualifiedName 2022-11-23T02:16:51.8971461Z ] 2022-11-23T02:16:51.8971933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:51.8972361Z with 2022-11-23T02:16:51.8972513Z [ 2022-11-23T02:16:51.8972688Z T=c10::QualifiedName 2022-11-23T02:16:51.8972862Z ] 2022-11-23T02:16:51.8973267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:51.8973913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:51.8974730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:51.8975122Z with 2022-11-23T02:16:51.8975275Z [ 2022-11-23T02:16:51.8975452Z T=c10::QualifiedName 2022-11-23T02:16:51.8975624Z ] 2022-11-23T02:16:51.9469940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:51.9470366Z with 2022-11-23T02:16:51.9470526Z [ 2022-11-23T02:16:51.9470775Z T=std::shared_ptr 2022-11-23T02:16:51.9470996Z ] 2022-11-23T02:16:51.9471408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:51.9471787Z with 2022-11-23T02:16:51.9471928Z [ 2022-11-23T02:16:51.9472317Z T=std::shared_ptr 2022-11-23T02:16:51.9472525Z ] 2022-11-23T02:16:51.9472970Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:51.9473386Z with 2022-11-23T02:16:51.9473538Z [ 2022-11-23T02:16:51.9473742Z T=std::shared_ptr 2022-11-23T02:16:51.9473945Z ] 2022-11-23T02:16:51.9474416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:51.9474841Z with 2022-11-23T02:16:51.9474995Z [ 2022-11-23T02:16:51.9475211Z T=std::shared_ptr 2022-11-23T02:16:51.9475403Z ] 2022-11-23T02:16:51.9475841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:51.9476524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:51.9477203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:51.9477597Z with 2022-11-23T02:16:51.9477751Z [ 2022-11-23T02:16:51.9477970Z T=std::shared_ptr 2022-11-23T02:16:51.9478173Z ] 2022-11-23T02:16:51.9494611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:51.9494982Z with 2022-11-23T02:16:51.9495135Z [ 2022-11-23T02:16:51.9495351Z T=std::weak_ptr 2022-11-23T02:16:51.9495555Z ] 2022-11-23T02:16:51.9495955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:51.9496422Z with 2022-11-23T02:16:51.9496578Z [ 2022-11-23T02:16:51.9496790Z T=std::weak_ptr 2022-11-23T02:16:51.9497000Z ] 2022-11-23T02:16:51.9497440Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:51.9497848Z with 2022-11-23T02:16:51.9498001Z [ 2022-11-23T02:16:51.9498200Z T=std::weak_ptr 2022-11-23T02:16:51.9498402Z ] 2022-11-23T02:16:51.9498871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:51.9499302Z with 2022-11-23T02:16:51.9499457Z [ 2022-11-23T02:16:51.9499667Z T=std::weak_ptr 2022-11-23T02:16:51.9499855Z ] 2022-11-23T02:16:51.9500363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:51.9501055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:51.9501723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:51.9502115Z with 2022-11-23T02:16:51.9502272Z [ 2022-11-23T02:16:51.9502490Z T=std::weak_ptr 2022-11-23T02:16:51.9502682Z ] 2022-11-23T02:16:52.0145278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.0145683Z with 2022-11-23T02:16:52.0145856Z [ 2022-11-23T02:16:52.0146112Z T=std::vector> 2022-11-23T02:16:52.0146345Z ] 2022-11-23T02:16:52.0146760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.0147131Z with 2022-11-23T02:16:52.0147286Z [ 2022-11-23T02:16:52.0147535Z T=std::vector> 2022-11-23T02:16:52.0147748Z ] 2022-11-23T02:16:52.0148199Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.0148665Z with 2022-11-23T02:16:52.0148821Z [ 2022-11-23T02:16:52.0149066Z T=std::vector> 2022-11-23T02:16:52.0149290Z ] 2022-11-23T02:16:52.0149761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.0150177Z with 2022-11-23T02:16:52.0150334Z [ 2022-11-23T02:16:52.0150576Z T=std::vector> 2022-11-23T02:16:52.0150800Z ] 2022-11-23T02:16:52.0151448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:52.0152179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:52.0152864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.0153256Z with 2022-11-23T02:16:52.0153403Z [ 2022-11-23T02:16:52.0153643Z T=std::vector> 2022-11-23T02:16:52.0153866Z ] 2022-11-23T02:16:52.0276936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.0277306Z with 2022-11-23T02:16:52.0277463Z [ 2022-11-23T02:16:52.0277673Z T=std::vector> 2022-11-23T02:16:52.0278065Z ] 2022-11-23T02:16:52.0278543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.0278922Z with 2022-11-23T02:16:52.0279076Z [ 2022-11-23T02:16:52.0279287Z T=std::vector> 2022-11-23T02:16:52.0279473Z ] 2022-11-23T02:16:52.0279913Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.0280326Z with 2022-11-23T02:16:52.0280491Z [ 2022-11-23T02:16:52.0280701Z T=std::vector> 2022-11-23T02:16:52.0280901Z ] 2022-11-23T02:16:52.0281366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.0281777Z with 2022-11-23T02:16:52.0281928Z [ 2022-11-23T02:16:52.0282131Z T=std::vector> 2022-11-23T02:16:52.0282325Z ] 2022-11-23T02:16:52.0282757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:52.0283437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:52.0284155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.0284588Z with 2022-11-23T02:16:52.0284734Z [ 2022-11-23T02:16:52.0284940Z T=std::vector> 2022-11-23T02:16:52.0285135Z ] 2022-11-23T02:16:52.0367783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.0368185Z with 2022-11-23T02:16:52.0368480Z [ 2022-11-23T02:16:52.0368723Z T=std::vector,std::allocator>> 2022-11-23T02:16:52.0368961Z ] 2022-11-23T02:16:52.0369373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.0369744Z with 2022-11-23T02:16:52.0369900Z [ 2022-11-23T02:16:52.0370150Z T=std::vector,std::allocator>> 2022-11-23T02:16:52.0370370Z ] 2022-11-23T02:16:52.0370814Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.0371271Z with 2022-11-23T02:16:52.0371431Z [ 2022-11-23T02:16:52.0371728Z T=std::vector,std::allocator>> 2022-11-23T02:16:52.0371965Z ] 2022-11-23T02:16:52.0372501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.0372925Z with 2022-11-23T02:16:52.0373080Z [ 2022-11-23T02:16:52.0373329Z T=std::vector,std::allocator>> 2022-11-23T02:16:52.0373564Z ] 2022-11-23T02:16:52.0374034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:16:52.0374782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:16:52.0375468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:16:52.0376105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.0376494Z with 2022-11-23T02:16:52.0376638Z [ 2022-11-23T02:16:52.0376892Z T=std::vector,std::allocator>> 2022-11-23T02:16:52.0377177Z ] 2022-11-23T02:16:52.0401737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.0402108Z with 2022-11-23T02:16:52.0402272Z [ 2022-11-23T02:16:52.0402512Z T=std::vector,std::allocator>> 2022-11-23T02:16:52.0402743Z ] 2022-11-23T02:16:52.0403148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.0403521Z with 2022-11-23T02:16:52.0403676Z [ 2022-11-23T02:16:52.0403921Z T=std::vector,std::allocator>> 2022-11-23T02:16:52.0404137Z ] 2022-11-23T02:16:52.0404583Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.0405087Z with 2022-11-23T02:16:52.0405242Z [ 2022-11-23T02:16:52.0405485Z T=std::vector,std::allocator>> 2022-11-23T02:16:52.0405715Z ] 2022-11-23T02:16:52.0406237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.0406677Z with 2022-11-23T02:16:52.0406849Z [ 2022-11-23T02:16:52.0407092Z T=std::vector,std::allocator>> 2022-11-23T02:16:52.0407317Z ] 2022-11-23T02:16:52.0407781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:16:52.0408572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:16:52.0409245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:16:52.0409884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.0410273Z with 2022-11-23T02:16:52.0410418Z [ 2022-11-23T02:16:52.0410666Z T=std::vector,std::allocator>> 2022-11-23T02:16:52.0410894Z ] 2022-11-23T02:16:52.0517448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.0517967Z with 2022-11-23T02:16:52.0518131Z [ 2022-11-23T02:16:52.0518395Z T=std::vector> 2022-11-23T02:16:52.0518582Z ] 2022-11-23T02:16:52.0518993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.0519371Z with 2022-11-23T02:16:52.0519525Z [ 2022-11-23T02:16:52.0519738Z T=std::vector> 2022-11-23T02:16:52.0519926Z ] 2022-11-23T02:16:52.0520385Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.0520806Z with 2022-11-23T02:16:52.0520963Z [ 2022-11-23T02:16:52.0521175Z T=std::vector> 2022-11-23T02:16:52.0521375Z ] 2022-11-23T02:16:52.0521840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.0522269Z with 2022-11-23T02:16:52.0522413Z [ 2022-11-23T02:16:52.0522622Z T=std::vector> 2022-11-23T02:16:52.0522819Z ] 2022-11-23T02:16:52.0523252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:52.0524190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:52.0524857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.0525245Z with 2022-11-23T02:16:52.0525391Z [ 2022-11-23T02:16:52.0525601Z T=std::vector> 2022-11-23T02:16:52.0525800Z ] 2022-11-23T02:16:52.1561556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.1561985Z with 2022-11-23T02:16:52.1562148Z [ 2022-11-23T02:16:52.1562387Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:52.1562634Z ] 2022-11-23T02:16:52.1563198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.1563586Z with 2022-11-23T02:16:52.1563746Z [ 2022-11-23T02:16:52.1563988Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:52.1564204Z ] 2022-11-23T02:16:52.1564651Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.1565072Z with 2022-11-23T02:16:52.1565230Z [ 2022-11-23T02:16:52.1565507Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:52.1565745Z ] 2022-11-23T02:16:52.1566250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.1566689Z with 2022-11-23T02:16:52.1566846Z [ 2022-11-23T02:16:52.1567080Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:52.1567315Z ] 2022-11-23T02:16:52.1567779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:52.1568532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:52.1569286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:16:52.1569982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.1570375Z with 2022-11-23T02:16:52.1570518Z [ 2022-11-23T02:16:52.1570758Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:16:52.1571078Z ] 2022-11-23T02:16:52.1785500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.1785916Z with 2022-11-23T02:16:52.1786081Z [ 2022-11-23T02:16:52.1786323Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:52.1786574Z ] 2022-11-23T02:16:52.1787013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.1787383Z with 2022-11-23T02:16:52.1787540Z [ 2022-11-23T02:16:52.1787778Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:52.1787990Z ] 2022-11-23T02:16:52.1788431Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.1788923Z with 2022-11-23T02:16:52.1789079Z [ 2022-11-23T02:16:52.1789317Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:52.1789541Z ] 2022-11-23T02:16:52.1790160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.1790602Z with 2022-11-23T02:16:52.1790759Z [ 2022-11-23T02:16:52.1790996Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:52.1791236Z ] 2022-11-23T02:16:52.1791695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:52.1792452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:52.1793206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:16:52.1793906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.1794285Z with 2022-11-23T02:16:52.1794443Z [ 2022-11-23T02:16:52.1794683Z T=c10::impl::InlineStreamGuard 2022-11-23T02:16:52.1794911Z ] 2022-11-23T02:16:52.1820431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.1820792Z with 2022-11-23T02:16:52.1820936Z [ 2022-11-23T02:16:52.1821138Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:52.1821355Z ] 2022-11-23T02:16:52.1821756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.1822128Z with 2022-11-23T02:16:52.1822285Z [ 2022-11-23T02:16:52.1822460Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:52.1822647Z ] 2022-11-23T02:16:52.1823241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.1823646Z with 2022-11-23T02:16:52.1823810Z [ 2022-11-23T02:16:52.1823998Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:52.1824184Z ] 2022-11-23T02:16:52.1824630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.1825061Z with 2022-11-23T02:16:52.1825214Z [ 2022-11-23T02:16:52.1825402Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:52.1825587Z ] 2022-11-23T02:16:52.1826016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:52.1826653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:52.1827091Z with 2022-11-23T02:16:52.1827250Z [ 2022-11-23T02:16:52.1827438Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:52.1827623Z ] 2022-11-23T02:16:52.1828074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:16:52.1828845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.1829228Z with 2022-11-23T02:16:52.1829382Z [ 2022-11-23T02:16:52.1829572Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:16:52.1829760Z ] 2022-11-23T02:16:52.2204875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.2205278Z with 2022-11-23T02:16:52.2205428Z [ 2022-11-23T02:16:52.2205714Z T=std::vector> 2022-11-23T02:16:52.2205988Z ] 2022-11-23T02:16:52.2206400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.2206775Z with 2022-11-23T02:16:52.2206941Z [ 2022-11-23T02:16:52.2207220Z T=std::vector> 2022-11-23T02:16:52.2207461Z ] 2022-11-23T02:16:52.2209092Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.2209525Z with 2022-11-23T02:16:52.2209679Z [ 2022-11-23T02:16:52.2209958Z T=std::vector> 2022-11-23T02:16:52.2210206Z ] 2022-11-23T02:16:52.2210686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.2211279Z with 2022-11-23T02:16:52.2211433Z [ 2022-11-23T02:16:52.2211713Z T=std::vector> 2022-11-23T02:16:52.2211963Z ] 2022-11-23T02:16:52.2212463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:52.2213258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:52.2215144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.2215550Z with 2022-11-23T02:16:52.2215696Z [ 2022-11-23T02:16:52.2215973Z T=std::vector> 2022-11-23T02:16:52.2216235Z ] 2022-11-23T02:16:52.3338494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.3338924Z with 2022-11-23T02:16:52.3339086Z [ 2022-11-23T02:16:52.3339303Z T=torch::autograd::ViewInfo 2022-11-23T02:16:52.3339476Z ] 2022-11-23T02:16:52.3339887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.3340273Z with 2022-11-23T02:16:52.3340434Z [ 2022-11-23T02:16:52.3340670Z T=torch::autograd::ViewInfo 2022-11-23T02:16:52.3340852Z ] 2022-11-23T02:16:52.3341328Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.3341752Z with 2022-11-23T02:16:52.3341906Z [ 2022-11-23T02:16:52.3342090Z T=torch::autograd::ViewInfo 2022-11-23T02:16:52.3342269Z ] 2022-11-23T02:16:52.3342736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.3343151Z with 2022-11-23T02:16:52.3343309Z [ 2022-11-23T02:16:52.3343537Z T=torch::autograd::ViewInfo 2022-11-23T02:16:52.3343721Z ] 2022-11-23T02:16:52.3344144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:52.3344812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:52.3345478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.3345852Z with 2022-11-23T02:16:52.3346009Z [ 2022-11-23T02:16:52.3346194Z T=torch::autograd::ViewInfo 2022-11-23T02:16:52.3346423Z ] 2022-11-23T02:16:52.3644487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.3644877Z with 2022-11-23T02:16:52.3645024Z [ 2022-11-23T02:16:52.3645234Z T=c10::IValue 2022-11-23T02:16:52.3645412Z ] 2022-11-23T02:16:52.3645835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.3646209Z with 2022-11-23T02:16:52.3646368Z [ 2022-11-23T02:16:52.3646521Z T=c10::IValue 2022-11-23T02:16:52.3646681Z ] 2022-11-23T02:16:52.3647123Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.3647537Z with 2022-11-23T02:16:52.3647691Z [ 2022-11-23T02:16:52.3647846Z T=c10::IValue 2022-11-23T02:16:52.3648007Z ] 2022-11-23T02:16:52.3648613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.3649048Z with 2022-11-23T02:16:52.3649203Z [ 2022-11-23T02:16:52.3649371Z T=c10::IValue 2022-11-23T02:16:52.3649520Z ] 2022-11-23T02:16:52.3649926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:52.3650553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:52.3651205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.3651592Z with 2022-11-23T02:16:52.3651750Z [ 2022-11-23T02:16:52.3651916Z T=c10::IValue 2022-11-23T02:16:52.3652067Z ] 2022-11-23T02:16:52.3685042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.3685444Z with 2022-11-23T02:16:52.3685610Z [ 2022-11-23T02:16:52.3685801Z T=c10::AliasInfo 2022-11-23T02:16:52.3685971Z ] 2022-11-23T02:16:52.3686383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.3686762Z with 2022-11-23T02:16:52.3686918Z [ 2022-11-23T02:16:52.3687092Z T=c10::AliasInfo 2022-11-23T02:16:52.3687259Z ] 2022-11-23T02:16:52.3687707Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.3688121Z with 2022-11-23T02:16:52.3688264Z [ 2022-11-23T02:16:52.3688503Z T=c10::AliasInfo 2022-11-23T02:16:52.3688681Z ] 2022-11-23T02:16:52.3689205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.3689803Z with 2022-11-23T02:16:52.3689963Z [ 2022-11-23T02:16:52.3690124Z T=c10::AliasInfo 2022-11-23T02:16:52.3690293Z ] 2022-11-23T02:16:52.3690706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:52.3691343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:52.3692002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.3692403Z with 2022-11-23T02:16:52.3692559Z [ 2022-11-23T02:16:52.3692724Z T=c10::AliasInfo 2022-11-23T02:16:52.3692891Z ] 2022-11-23T02:16:52.4646268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.4646855Z with 2022-11-23T02:16:52.4647103Z [ 2022-11-23T02:16:52.4647639Z T=std::vector> 2022-11-23T02:16:52.4647971Z ] 2022-11-23T02:16:52.4650171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.4651946Z with 2022-11-23T02:16:52.4652152Z [ 2022-11-23T02:16:52.4652467Z T=std::vector> 2022-11-23T02:16:52.4652755Z ] 2022-11-23T02:16:52.4653246Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.4653678Z with 2022-11-23T02:16:52.4653822Z [ 2022-11-23T02:16:52.4654046Z T=std::vector> 2022-11-23T02:16:52.4654260Z ] 2022-11-23T02:16:52.4654739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.4655233Z with 2022-11-23T02:16:52.4655416Z [ 2022-11-23T02:16:52.4655642Z T=std::vector> 2022-11-23T02:16:52.4655852Z ] 2022-11-23T02:16:52.4656292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:52.4656684Z with 2022-11-23T02:16:52.4656840Z [ 2022-11-23T02:16:52.4657009Z T=c10::SymInt 2022-11-23T02:16:52.4657162Z ] 2022-11-23T02:16:52.4657584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:52.4657973Z with 2022-11-23T02:16:52.4658126Z [ 2022-11-23T02:16:52.4658290Z T=c10::SymInt 2022-11-23T02:16:52.4658454Z ] 2022-11-23T02:16:52.4658887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:16:52.4659806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:16:52.4660543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.4660989Z with 2022-11-23T02:16:52.4661144Z [ 2022-11-23T02:16:52.4661413Z T=std::vector> 2022-11-23T02:16:52.4661621Z ] 2022-11-23T02:16:52.4833284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:52.4833643Z with 2022-11-23T02:16:52.4833801Z [ 2022-11-23T02:16:52.4834047Z T=c10::either 2022-11-23T02:16:52.4834260Z ] 2022-11-23T02:16:52.4834810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:52.4835190Z with 2022-11-23T02:16:52.4835346Z [ 2022-11-23T02:16:52.4835558Z T=c10::either 2022-11-23T02:16:52.4835776Z ] 2022-11-23T02:16:52.4836216Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:52.4836628Z with 2022-11-23T02:16:52.4836782Z [ 2022-11-23T02:16:52.4837009Z T=c10::either 2022-11-23T02:16:52.4837218Z ] 2022-11-23T02:16:52.4837686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:52.4838112Z with 2022-11-23T02:16:52.4838266Z [ 2022-11-23T02:16:52.4838488Z T=c10::either 2022-11-23T02:16:52.4838698Z ] 2022-11-23T02:16:52.4839137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:52.4839874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:52.4840586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:52.4840981Z with 2022-11-23T02:16:52.4841136Z [ 2022-11-23T02:16:52.4841359Z T=c10::either 2022-11-23T02:16:52.4841574Z ] 2022-11-23T02:16:54.0607434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:54.0607843Z with 2022-11-23T02:16:54.0607995Z [ 2022-11-23T02:16:54.0608191Z T=at::StepCallbacks 2022-11-23T02:16:54.0608388Z ] 2022-11-23T02:16:54.0609000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:54.0609377Z with 2022-11-23T02:16:54.0609538Z [ 2022-11-23T02:16:54.0609706Z T=at::StepCallbacks 2022-11-23T02:16:54.0609940Z ] 2022-11-23T02:16:54.0610390Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:54.0610844Z with 2022-11-23T02:16:54.0610999Z [ 2022-11-23T02:16:54.0611178Z T=at::StepCallbacks 2022-11-23T02:16:54.0611341Z ] 2022-11-23T02:16:54.0611805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:54.0612236Z with 2022-11-23T02:16:54.0612395Z [ 2022-11-23T02:16:54.0612581Z T=at::StepCallbacks 2022-11-23T02:16:54.0612754Z ] 2022-11-23T02:16:54.0613253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:54.0613920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:54.0614588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:54.0614982Z with 2022-11-23T02:16:54.0615143Z [ 2022-11-23T02:16:54.0615322Z T=at::StepCallbacks 2022-11-23T02:16:54.0615503Z ] 2022-11-23T02:16:54.1318902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:54.1319322Z with 2022-11-23T02:16:54.1319487Z [ 2022-11-23T02:16:54.1319679Z T=c10::DimVector 2022-11-23T02:16:54.1319853Z ] 2022-11-23T02:16:54.1320266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:54.1320643Z with 2022-11-23T02:16:54.1320786Z [ 2022-11-23T02:16:54.1320964Z T=c10::DimVector 2022-11-23T02:16:54.1321128Z ] 2022-11-23T02:16:54.1321576Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:54.1322039Z with 2022-11-23T02:16:54.1322184Z [ 2022-11-23T02:16:54.1322398Z T=c10::DimVector 2022-11-23T02:16:54.1322570Z ] 2022-11-23T02:16:54.1323047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:54.1323482Z with 2022-11-23T02:16:54.1323636Z [ 2022-11-23T02:16:54.1323796Z T=c10::DimVector 2022-11-23T02:16:54.1323966Z ] 2022-11-23T02:16:54.1324377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:54.1325186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:54.1325845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:54.1326234Z with 2022-11-23T02:16:54.1326390Z [ 2022-11-23T02:16:54.1326560Z T=c10::DimVector 2022-11-23T02:16:54.1326720Z ] 2022-11-23T02:16:54.8891908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:54.8892329Z with 2022-11-23T02:16:54.8892512Z [ 2022-11-23T02:16:54.8892716Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:54.8892907Z ] 2022-11-23T02:16:54.8893327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:54.8893891Z with 2022-11-23T02:16:54.8894054Z [ 2022-11-23T02:16:54.8894252Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:54.8894428Z ] 2022-11-23T02:16:54.8894871Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:54.8895301Z with 2022-11-23T02:16:54.8895460Z [ 2022-11-23T02:16:54.8895653Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:54.8895829Z ] 2022-11-23T02:16:54.8896309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:54.8896748Z with 2022-11-23T02:16:54.8896908Z [ 2022-11-23T02:16:54.8897099Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:54.8897286Z ] 2022-11-23T02:16:54.8897718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:54.8898389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:54.8899075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:54.8899473Z with 2022-11-23T02:16:54.8899631Z [ 2022-11-23T02:16:54.8899824Z T=c10::impl::AnnotatedSchema 2022-11-23T02:16:54.8900013Z ] 2022-11-23T02:16:54.8953174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:54.8953545Z with 2022-11-23T02:16:54.8953693Z [ 2022-11-23T02:16:54.8953940Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:54.8954160Z ] 2022-11-23T02:16:54.8954562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:54.8955098Z with 2022-11-23T02:16:54.8955253Z [ 2022-11-23T02:16:54.8955470Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:54.8955687Z ] 2022-11-23T02:16:54.8956140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:54.8956546Z with 2022-11-23T02:16:54.8956705Z [ 2022-11-23T02:16:54.8956942Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:54.8957149Z ] 2022-11-23T02:16:54.8957617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:54.8958052Z with 2022-11-23T02:16:54.8958209Z [ 2022-11-23T02:16:54.8958439Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:54.8958659Z ] 2022-11-23T02:16:54.8959718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:54.8960480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:54.8961194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:54.8961591Z with 2022-11-23T02:16:54.8961750Z [ 2022-11-23T02:16:54.8961981Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:16:54.8962203Z ] 2022-11-23T02:16:54.9182517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:16:54.9183127Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:16:55.0126355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.0126756Z with 2022-11-23T02:16:55.0126906Z [ 2022-11-23T02:16:55.0127133Z T=std::tuple 2022-11-23T02:16:55.0127347Z ] 2022-11-23T02:16:55.0127761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.0128142Z with 2022-11-23T02:16:55.0128299Z [ 2022-11-23T02:16:55.0128490Z T=std::tuple 2022-11-23T02:16:55.0128692Z ] 2022-11-23T02:16:55.0129135Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.0129559Z with 2022-11-23T02:16:55.0129714Z [ 2022-11-23T02:16:55.0129962Z T=std::tuple 2022-11-23T02:16:55.0130146Z ] 2022-11-23T02:16:55.0130659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.0131271Z with 2022-11-23T02:16:55.0131429Z [ 2022-11-23T02:16:55.0131634Z T=std::tuple 2022-11-23T02:16:55.0131832Z ] 2022-11-23T02:16:55.0132251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:55.0132954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:55.0133632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.0134026Z with 2022-11-23T02:16:55.0134183Z [ 2022-11-23T02:16:55.0134384Z T=std::tuple 2022-11-23T02:16:55.0134580Z ] 2022-11-23T02:16:55.0178198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.0178578Z with 2022-11-23T02:16:55.0178723Z [ 2022-11-23T02:16:55.0178910Z T=torch::jit::SourceRange 2022-11-23T02:16:55.0179096Z ] 2022-11-23T02:16:55.0179500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.0179875Z with 2022-11-23T02:16:55.0180018Z [ 2022-11-23T02:16:55.0180200Z T=torch::jit::SourceRange 2022-11-23T02:16:55.0180380Z ] 2022-11-23T02:16:55.0180830Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.0181230Z with 2022-11-23T02:16:55.0181382Z [ 2022-11-23T02:16:55.0181561Z T=torch::jit::SourceRange 2022-11-23T02:16:55.0181727Z ] 2022-11-23T02:16:55.0182192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.0182665Z with 2022-11-23T02:16:55.0182817Z [ 2022-11-23T02:16:55.0183035Z T=torch::jit::SourceRange 2022-11-23T02:16:55.0183205Z ] 2022-11-23T02:16:55.0183630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:55.0184302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:55.0185654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.0186049Z with 2022-11-23T02:16:55.0186207Z [ 2022-11-23T02:16:55.0186391Z T=torch::jit::SourceRange 2022-11-23T02:16:55.0186571Z ] 2022-11-23T02:16:55.0280074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.0280629Z with 2022-11-23T02:16:55.0280795Z [ 2022-11-23T02:16:55.0281002Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:55.0281197Z ] 2022-11-23T02:16:55.0281918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.0282298Z with 2022-11-23T02:16:55.0282452Z [ 2022-11-23T02:16:55.0282651Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:55.0282842Z ] 2022-11-23T02:16:55.0283279Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.0283688Z with 2022-11-23T02:16:55.0283841Z [ 2022-11-23T02:16:55.0284027Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:55.0284218Z ] 2022-11-23T02:16:55.0284769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.0285209Z with 2022-11-23T02:16:55.0285365Z [ 2022-11-23T02:16:55.0285565Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:55.0285744Z ] 2022-11-23T02:16:55.0286226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:55.0286949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:55.0287629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.0288018Z with 2022-11-23T02:16:55.0288175Z [ 2022-11-23T02:16:55.0288376Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:16:55.0288555Z ] 2022-11-23T02:16:55.0308654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.0309015Z with 2022-11-23T02:16:55.0309179Z [ 2022-11-23T02:16:55.0309420Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:55.0309616Z ] 2022-11-23T02:16:55.0310061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.0310416Z with 2022-11-23T02:16:55.0310569Z [ 2022-11-23T02:16:55.0310765Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:55.0310955Z ] 2022-11-23T02:16:55.0311399Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.0311803Z with 2022-11-23T02:16:55.0311943Z [ 2022-11-23T02:16:55.0312136Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:55.0312325Z ] 2022-11-23T02:16:55.0312788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.0313304Z with 2022-11-23T02:16:55.0313459Z [ 2022-11-23T02:16:55.0313641Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:55.0313832Z ] 2022-11-23T02:16:55.0314271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:55.0314958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:55.0315670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.0316105Z with 2022-11-23T02:16:55.0316260Z [ 2022-11-23T02:16:55.0316456Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:16:55.0316634Z ] 2022-11-23T02:16:55.0357824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.0358248Z with 2022-11-23T02:16:55.0358411Z [ 2022-11-23T02:16:55.0358596Z T=torch::jit::ScopePtr 2022-11-23T02:16:55.0358780Z ] 2022-11-23T02:16:55.0359178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.0359558Z with 2022-11-23T02:16:55.0359718Z [ 2022-11-23T02:16:55.0359897Z T=torch::jit::ScopePtr 2022-11-23T02:16:55.0360071Z ] 2022-11-23T02:16:55.0360517Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.0360923Z with 2022-11-23T02:16:55.0361075Z [ 2022-11-23T02:16:55.0361255Z T=torch::jit::ScopePtr 2022-11-23T02:16:55.0361430Z ] 2022-11-23T02:16:55.0361947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.0362393Z with 2022-11-23T02:16:55.0362584Z [ 2022-11-23T02:16:55.0362765Z T=torch::jit::ScopePtr 2022-11-23T02:16:55.0362944Z ] 2022-11-23T02:16:55.0363363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:55.0364014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:55.0364679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.0365070Z with 2022-11-23T02:16:55.0365214Z [ 2022-11-23T02:16:55.0365394Z T=torch::jit::ScopePtr 2022-11-23T02:16:55.0365569Z ] 2022-11-23T02:16:55.2829317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.2829919Z with 2022-11-23T02:16:55.2830082Z [ 2022-11-23T02:16:55.2830293Z T=at::ThreadLocalState 2022-11-23T02:16:55.2830462Z ] 2022-11-23T02:16:55.2830881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.2831256Z with 2022-11-23T02:16:55.2831416Z [ 2022-11-23T02:16:55.2831599Z T=at::ThreadLocalState 2022-11-23T02:16:55.2831767Z ] 2022-11-23T02:16:55.2832209Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.2832633Z with 2022-11-23T02:16:55.2832787Z [ 2022-11-23T02:16:55.2832966Z T=at::ThreadLocalState 2022-11-23T02:16:55.2833142Z ] 2022-11-23T02:16:55.2833686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.2834186Z with 2022-11-23T02:16:55.2834343Z [ 2022-11-23T02:16:55.2834577Z T=at::ThreadLocalState 2022-11-23T02:16:55.2834757Z ] 2022-11-23T02:16:55.2835176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:55.2835846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:55.2836514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.2836891Z with 2022-11-23T02:16:55.2837053Z [ 2022-11-23T02:16:55.2837236Z T=at::ThreadLocalState 2022-11-23T02:16:55.2837413Z ] 2022-11-23T02:16:55.2990761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.2991143Z with 2022-11-23T02:16:55.2991290Z [ 2022-11-23T02:16:55.2991583Z T=std::shared_ptr 2022-11-23T02:16:55.2991780Z ] 2022-11-23T02:16:55.2992240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.2992738Z with 2022-11-23T02:16:55.2992985Z [ 2022-11-23T02:16:55.2993279Z T=std::shared_ptr 2022-11-23T02:16:55.2993572Z ] 2022-11-23T02:16:55.2994249Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.2994868Z with 2022-11-23T02:16:55.2995105Z [ 2022-11-23T02:16:55.2995323Z T=std::shared_ptr 2022-11-23T02:16:55.2995513Z ] 2022-11-23T02:16:55.2995982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.2996560Z with 2022-11-23T02:16:55.2996715Z [ 2022-11-23T02:16:55.2996918Z T=std::shared_ptr 2022-11-23T02:16:55.2997108Z ] 2022-11-23T02:16:55.2997584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:55.2998302Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:55.2998992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:16:55.2999682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.3000069Z with 2022-11-23T02:16:55.3000226Z [ 2022-11-23T02:16:55.3000504Z T=std::shared_ptr 2022-11-23T02:16:55.3000702Z ] 2022-11-23T02:16:55.3021077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.3021471Z with 2022-11-23T02:16:55.3021628Z [ 2022-11-23T02:16:55.3021823Z T=torch::jit::GraphExecutor 2022-11-23T02:16:55.3022016Z ] 2022-11-23T02:16:55.3022429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.3022819Z with 2022-11-23T02:16:55.3022968Z [ 2022-11-23T02:16:55.3023168Z T=torch::jit::GraphExecutor 2022-11-23T02:16:55.3023364Z ] 2022-11-23T02:16:55.3023825Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.3024245Z with 2022-11-23T02:16:55.3024408Z [ 2022-11-23T02:16:55.3024585Z T=torch::jit::GraphExecutor 2022-11-23T02:16:55.3024780Z ] 2022-11-23T02:16:55.3025254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.3025695Z with 2022-11-23T02:16:55.3025858Z [ 2022-11-23T02:16:55.3026052Z T=torch::jit::GraphExecutor 2022-11-23T02:16:55.3026225Z ] 2022-11-23T02:16:55.3026715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:55.3027427Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:55.3028115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:16:55.3028980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.3029385Z with 2022-11-23T02:16:55.3029550Z [ 2022-11-23T02:16:55.3029746Z T=torch::jit::GraphExecutor 2022-11-23T02:16:55.3029922Z ] 2022-11-23T02:16:55.3134914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.3135357Z with 2022-11-23T02:16:55.3135530Z [ 2022-11-23T02:16:55.3135759Z T=torch::jit::Method 2022-11-23T02:16:55.3135962Z ] 2022-11-23T02:16:55.3136416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.3136811Z with 2022-11-23T02:16:55.3137689Z [ 2022-11-23T02:16:55.3138352Z T=torch::jit::Method 2022-11-23T02:16:55.3138537Z ] 2022-11-23T02:16:55.3139143Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.3139571Z with 2022-11-23T02:16:55.3139717Z [ 2022-11-23T02:16:55.3139907Z T=torch::jit::Method 2022-11-23T02:16:55.3140088Z ] 2022-11-23T02:16:55.3140581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.3141018Z with 2022-11-23T02:16:55.3141179Z [ 2022-11-23T02:16:55.3141365Z T=torch::jit::Method 2022-11-23T02:16:55.3141527Z ] 2022-11-23T02:16:55.3141951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:55.3142610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:55.3144451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.3144854Z with 2022-11-23T02:16:55.3145020Z [ 2022-11-23T02:16:55.3145209Z T=torch::jit::Method 2022-11-23T02:16:55.3145374Z ] 2022-11-23T02:16:55.3876049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.3876459Z with 2022-11-23T02:16:55.3876634Z [ 2022-11-23T02:16:55.3876897Z T=std::vector> 2022-11-23T02:16:55.3877129Z ] 2022-11-23T02:16:55.3877536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.3877924Z with 2022-11-23T02:16:55.3878091Z [ 2022-11-23T02:16:55.3878327Z T=std::vector> 2022-11-23T02:16:55.3878547Z ] 2022-11-23T02:16:55.3879000Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.3879581Z with 2022-11-23T02:16:55.3879730Z [ 2022-11-23T02:16:55.3879965Z T=std::vector> 2022-11-23T02:16:55.3880184Z ] 2022-11-23T02:16:55.3880671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.3881108Z with 2022-11-23T02:16:55.3881272Z [ 2022-11-23T02:16:55.3881491Z T=std::vector> 2022-11-23T02:16:55.3881715Z ] 2022-11-23T02:16:55.3882169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:55.3882889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:55.3883661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.3884066Z with 2022-11-23T02:16:55.3884234Z [ 2022-11-23T02:16:55.3884466Z T=std::vector> 2022-11-23T02:16:55.3884668Z ] 2022-11-23T02:16:55.5170862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.5171288Z with 2022-11-23T02:16:55.5171463Z [ 2022-11-23T02:16:55.5171736Z T=std::function 2022-11-23T02:16:55.5171990Z ] 2022-11-23T02:16:55.5172427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.5172818Z with 2022-11-23T02:16:55.5172985Z [ 2022-11-23T02:16:55.5173247Z T=std::function 2022-11-23T02:16:55.5173479Z ] 2022-11-23T02:16:55.5173935Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.5174371Z with 2022-11-23T02:16:55.5174535Z [ 2022-11-23T02:16:55.5174788Z T=std::function 2022-11-23T02:16:55.5175040Z ] 2022-11-23T02:16:55.5175509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.5175930Z with 2022-11-23T02:16:55.5176085Z [ 2022-11-23T02:16:55.5176332Z T=std::function 2022-11-23T02:16:55.5176569Z ] 2022-11-23T02:16:55.5177055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:55.5177987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:55.5178726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.5179125Z with 2022-11-23T02:16:55.5179273Z [ 2022-11-23T02:16:55.5179536Z T=std::function 2022-11-23T02:16:55.5179779Z ] 2022-11-23T02:16:55.7451404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.7451852Z with 2022-11-23T02:16:55.7452081Z [ 2022-11-23T02:16:55.7452382Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:55.7452648Z ] 2022-11-23T02:16:55.7453350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.7453749Z with 2022-11-23T02:16:55.7453920Z [ 2022-11-23T02:16:55.7454207Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:55.7454474Z ] 2022-11-23T02:16:55.7454911Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.7455349Z with 2022-11-23T02:16:55.7455519Z [ 2022-11-23T02:16:55.7455799Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:55.7456059Z ] 2022-11-23T02:16:55.7456550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.7456995Z with 2022-11-23T02:16:55.7457145Z [ 2022-11-23T02:16:55.7457468Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:55.7457733Z ] 2022-11-23T02:16:55.7458277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:16:55.7459118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:16:55.7459894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.7460293Z with 2022-11-23T02:16:55.7460460Z [ 2022-11-23T02:16:55.7460724Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:16:55.7460994Z ] 2022-11-23T02:16:55.8843435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:55.8843897Z with 2022-11-23T02:16:55.8844417Z [ 2022-11-23T02:16:55.8844663Z T=std::vector> 2022-11-23T02:16:55.8844882Z ] 2022-11-23T02:16:55.8845306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:55.8845697Z with 2022-11-23T02:16:55.8845870Z [ 2022-11-23T02:16:55.8846099Z T=std::vector> 2022-11-23T02:16:55.8846311Z ] 2022-11-23T02:16:55.8846749Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:55.8847181Z with 2022-11-23T02:16:55.8847337Z [ 2022-11-23T02:16:55.8847559Z T=std::vector> 2022-11-23T02:16:55.8847770Z ] 2022-11-23T02:16:55.8848242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:55.8848683Z with 2022-11-23T02:16:55.8849008Z [ 2022-11-23T02:16:55.8849239Z T=std::vector> 2022-11-23T02:16:55.8849454Z ] 2022-11-23T02:16:55.8849939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:55.8850381Z with 2022-11-23T02:16:55.8850578Z [ 2022-11-23T02:16:55.8850732Z T=double 2022-11-23T02:16:55.8850897Z ] 2022-11-23T02:16:55.8851415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:55.8851900Z with 2022-11-23T02:16:55.8852099Z [ 2022-11-23T02:16:55.8852263Z T=double 2022-11-23T02:16:55.8852458Z ] 2022-11-23T02:16:55.8852927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:55.8853364Z with 2022-11-23T02:16:55.8853526Z [ 2022-11-23T02:16:55.8853783Z T=std::vector> 2022-11-23T02:16:55.8853981Z ] 2022-11-23T02:16:56.4393737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:56.4394217Z with 2022-11-23T02:16:56.4394406Z [ 2022-11-23T02:16:56.4394626Z T=std::tuple 2022-11-23T02:16:56.4394837Z ] 2022-11-23T02:16:56.4395302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:56.4395693Z with 2022-11-23T02:16:56.4395844Z [ 2022-11-23T02:16:56.4396109Z T=std::tuple 2022-11-23T02:16:56.4396311Z ] 2022-11-23T02:16:56.4396770Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:56.4397194Z with 2022-11-23T02:16:56.4397548Z [ 2022-11-23T02:16:56.4397741Z T=std::tuple 2022-11-23T02:16:56.4397946Z ] 2022-11-23T02:16:56.4398441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:56.4398925Z with 2022-11-23T02:16:56.4399096Z [ 2022-11-23T02:16:56.4399304Z T=std::tuple 2022-11-23T02:16:56.4399488Z ] 2022-11-23T02:16:56.4399926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:16:56.4400639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:16:56.4401402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:56.4401939Z with 2022-11-23T02:16:56.4402117Z [ 2022-11-23T02:16:56.4402332Z T=std::tuple 2022-11-23T02:16:56.4402535Z ] 2022-11-23T02:16:56.5693389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:16:56.5693800Z with 2022-11-23T02:16:56.5693972Z [ 2022-11-23T02:16:56.5694253Z T=std::vector> 2022-11-23T02:16:56.5694476Z ] 2022-11-23T02:16:56.5694912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:16:56.5695299Z with 2022-11-23T02:16:56.5695468Z [ 2022-11-23T02:16:56.5695702Z T=std::vector> 2022-11-23T02:16:56.5695909Z ] 2022-11-23T02:16:56.5696428Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:16:56.5696901Z with 2022-11-23T02:16:56.5697066Z [ 2022-11-23T02:16:56.5697297Z T=std::vector> 2022-11-23T02:16:56.5697521Z ] 2022-11-23T02:16:56.5697986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:16:56.5698433Z with 2022-11-23T02:16:56.5698598Z [ 2022-11-23T02:16:56.5698829Z T=std::vector> 2022-11-23T02:16:56.5699048Z ] 2022-11-23T02:16:56.5699511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:16:56.5700249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:16:56.5700961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:16:56.5702006Z with 2022-11-23T02:16:56.5702156Z [ 2022-11-23T02:16:56.5702460Z T=std::vector> 2022-11-23T02:16:56.5702685Z ] 2022-11-23T02:17:01.9321951Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_cpp build\temp.win-amd64-cpython-39\Release\extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2022-11-23T02:17:02.1449960Z Creating library build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2022-11-23T02:17:02.1590493Z Generating code 2022-11-23T02:17:03.4564114Z Finished generating code 2022-11-23T02:17:03.5741961Z building 'torch_test_cpp_extension.ort' extension 2022-11-23T02:17:03.5749642Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tport_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\ort_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=0 2022-11-23T02:17:03.5859991Z ort_extension.cpp 2022-11-23T02:17:03.6056010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:17:04.3959423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:04.3959858Z with 2022-11-23T02:17:04.3960037Z [ 2022-11-23T02:17:04.3960230Z T=c10::SymInt 2022-11-23T02:17:04.3960411Z ] 2022-11-23T02:17:04.3960835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:04.3961220Z with 2022-11-23T02:17:04.3961649Z [ 2022-11-23T02:17:04.3961976Z T=c10::SymInt 2022-11-23T02:17:04.3962243Z ] 2022-11-23T02:17:04.3963001Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:04.3963451Z with 2022-11-23T02:17:04.3963615Z [ 2022-11-23T02:17:04.3963791Z T=c10::SymInt 2022-11-23T02:17:04.3963964Z ] 2022-11-23T02:17:04.3964452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:04.3964887Z with 2022-11-23T02:17:04.3965052Z [ 2022-11-23T02:17:04.3965229Z T=c10::SymInt 2022-11-23T02:17:04.3965403Z ] 2022-11-23T02:17:04.3965817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:04.3966566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:04.3967230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:04.3967613Z with 2022-11-23T02:17:04.3967884Z [ 2022-11-23T02:17:04.3968209Z T=c10::SymInt 2022-11-23T02:17:04.3968498Z ] 2022-11-23T02:17:04.4318615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:17:04.4531455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:04.4531862Z with 2022-11-23T02:17:04.4532017Z [ 2022-11-23T02:17:04.4532232Z T=at::Generator 2022-11-23T02:17:04.4532416Z ] 2022-11-23T02:17:04.4532836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:04.4533228Z with 2022-11-23T02:17:04.4533396Z [ 2022-11-23T02:17:04.4533559Z T=at::Generator 2022-11-23T02:17:04.4533743Z ] 2022-11-23T02:17:04.4534196Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:04.4534624Z with 2022-11-23T02:17:04.4534784Z [ 2022-11-23T02:17:04.4534943Z T=at::Generator 2022-11-23T02:17:04.4535133Z ] 2022-11-23T02:17:04.4535606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:04.4536046Z with 2022-11-23T02:17:04.4536207Z [ 2022-11-23T02:17:04.4536384Z T=at::Generator 2022-11-23T02:17:04.4536547Z ] 2022-11-23T02:17:04.4536971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:04.4537773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:04.4538437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:04.4538836Z with 2022-11-23T02:17:04.4539004Z [ 2022-11-23T02:17:04.4539185Z T=at::Generator 2022-11-23T02:17:04.4539365Z ] 2022-11-23T02:17:04.4846980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:04.4847423Z with 2022-11-23T02:17:04.4847738Z [ 2022-11-23T02:17:04.4848042Z T=at::TensorBase 2022-11-23T02:17:04.4848342Z ] 2022-11-23T02:17:04.4848977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:04.4849348Z with 2022-11-23T02:17:04.4849512Z [ 2022-11-23T02:17:04.4849697Z T=at::TensorBase 2022-11-23T02:17:04.4850017Z ] 2022-11-23T02:17:04.4850487Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:04.4850909Z with 2022-11-23T02:17:04.4851057Z [ 2022-11-23T02:17:04.4851240Z T=at::TensorBase 2022-11-23T02:17:04.4851416Z ] 2022-11-23T02:17:04.4851887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:04.4852332Z with 2022-11-23T02:17:04.4852496Z [ 2022-11-23T02:17:04.4852661Z T=at::TensorBase 2022-11-23T02:17:04.4852840Z ] 2022-11-23T02:17:04.4853257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:04.4854296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:04.4855229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:04.4855629Z with 2022-11-23T02:17:04.4855795Z [ 2022-11-23T02:17:04.4855958Z T=at::TensorBase 2022-11-23T02:17:04.4856135Z ] 2022-11-23T02:17:04.7332615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:04.7333050Z with 2022-11-23T02:17:04.7333228Z [ 2022-11-23T02:17:04.7333427Z T=at::Tensor 2022-11-23T02:17:04.7333599Z ] 2022-11-23T02:17:04.7334022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:04.7334411Z with 2022-11-23T02:17:04.7334579Z [ 2022-11-23T02:17:04.7334761Z T=at::Tensor 2022-11-23T02:17:04.7334946Z ] 2022-11-23T02:17:04.7335569Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:04.7335996Z with 2022-11-23T02:17:04.7336181Z [ 2022-11-23T02:17:04.7336456Z T=at::Tensor 2022-11-23T02:17:04.7336787Z ] 2022-11-23T02:17:04.7337397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:04.7338087Z with 2022-11-23T02:17:04.7338261Z [ 2022-11-23T02:17:04.7338441Z T=at::Tensor 2022-11-23T02:17:04.7338618Z ] 2022-11-23T02:17:04.7339037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:04.7339679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:04.7340450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:04.7340832Z with 2022-11-23T02:17:04.7341003Z [ 2022-11-23T02:17:04.7341181Z T=at::Tensor 2022-11-23T02:17:04.7341358Z ] 2022-11-23T02:17:04.7368808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:04.7369201Z with 2022-11-23T02:17:04.7369359Z [ 2022-11-23T02:17:04.7369551Z T=c10::Scalar 2022-11-23T02:17:04.7369732Z ] 2022-11-23T02:17:04.7370148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:04.7370535Z with 2022-11-23T02:17:04.7370705Z [ 2022-11-23T02:17:04.7370864Z T=c10::Scalar 2022-11-23T02:17:04.7371043Z ] 2022-11-23T02:17:04.7371502Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:04.7372068Z with 2022-11-23T02:17:04.7372342Z [ 2022-11-23T02:17:04.7372633Z T=c10::Scalar 2022-11-23T02:17:04.7372897Z ] 2022-11-23T02:17:04.7373521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:04.7373968Z with 2022-11-23T02:17:04.7374132Z [ 2022-11-23T02:17:04.7374313Z T=c10::Scalar 2022-11-23T02:17:04.7374488Z ] 2022-11-23T02:17:04.7374888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:04.7375529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:04.7376176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:04.7376702Z with 2022-11-23T02:17:04.7376871Z [ 2022-11-23T02:17:04.7377051Z T=c10::Scalar 2022-11-23T02:17:04.7377227Z ] 2022-11-23T02:17:04.8876373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:04.8876834Z with 2022-11-23T02:17:04.8877011Z [ 2022-11-23T02:17:04.8877199Z T=std::string 2022-11-23T02:17:04.8877380Z ] 2022-11-23T02:17:04.8877809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:04.8878191Z with 2022-11-23T02:17:04.8878343Z [ 2022-11-23T02:17:04.8878524Z T=std::string 2022-11-23T02:17:04.8878711Z ] 2022-11-23T02:17:04.8879164Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:04.8879586Z with 2022-11-23T02:17:04.8879732Z [ 2022-11-23T02:17:04.8880067Z T=std::string 2022-11-23T02:17:04.8880244Z ] 2022-11-23T02:17:04.8880731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:04.8881179Z with 2022-11-23T02:17:04.8881343Z [ 2022-11-23T02:17:04.8881505Z T=std::string 2022-11-23T02:17:04.8881683Z ] 2022-11-23T02:17:04.8882103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:04.8882736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:04.8883393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:04.8883796Z with 2022-11-23T02:17:04.8883960Z [ 2022-11-23T02:17:04.8884139Z T=std::string 2022-11-23T02:17:04.8884297Z ] 2022-11-23T02:17:04.8999234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:04.8999669Z with 2022-11-23T02:17:04.8999848Z [ 2022-11-23T02:17:04.9000039Z T=c10::QualifiedName 2022-11-23T02:17:04.9000280Z ] 2022-11-23T02:17:04.9000680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:04.9001063Z with 2022-11-23T02:17:04.9001226Z [ 2022-11-23T02:17:04.9001411Z T=c10::QualifiedName 2022-11-23T02:17:04.9001594Z ] 2022-11-23T02:17:04.9002055Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:04.9002456Z with 2022-11-23T02:17:04.9002621Z [ 2022-11-23T02:17:04.9002806Z T=c10::QualifiedName 2022-11-23T02:17:04.9003106Z ] 2022-11-23T02:17:04.9003581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:04.9004025Z with 2022-11-23T02:17:04.9004184Z [ 2022-11-23T02:17:04.9004374Z T=c10::QualifiedName 2022-11-23T02:17:04.9004560Z ] 2022-11-23T02:17:04.9004983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:04.9005671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:04.9011059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:04.9011624Z with 2022-11-23T02:17:04.9011776Z [ 2022-11-23T02:17:04.9011994Z T=c10::QualifiedName 2022-11-23T02:17:04.9012232Z ] 2022-11-23T02:17:04.9497106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:04.9497602Z with 2022-11-23T02:17:04.9497814Z [ 2022-11-23T02:17:04.9498062Z T=std::shared_ptr 2022-11-23T02:17:04.9498288Z ] 2022-11-23T02:17:04.9498716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:04.9499108Z with 2022-11-23T02:17:04.9499275Z [ 2022-11-23T02:17:04.9499506Z T=std::shared_ptr 2022-11-23T02:17:04.9499702Z ] 2022-11-23T02:17:04.9500167Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:04.9500597Z with 2022-11-23T02:17:04.9500764Z [ 2022-11-23T02:17:04.9500993Z T=std::shared_ptr 2022-11-23T02:17:04.9501208Z ] 2022-11-23T02:17:04.9501685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:04.9502113Z with 2022-11-23T02:17:04.9502289Z [ 2022-11-23T02:17:04.9502519Z T=std::shared_ptr 2022-11-23T02:17:04.9502765Z ] 2022-11-23T02:17:04.9514044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:04.9514843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:04.9515620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:04.9516105Z with 2022-11-23T02:17:04.9516459Z [ 2022-11-23T02:17:04.9516727Z T=std::shared_ptr 2022-11-23T02:17:04.9516942Z ] 2022-11-23T02:17:04.9522896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:04.9523309Z with 2022-11-23T02:17:04.9523508Z [ 2022-11-23T02:17:04.9523773Z T=std::weak_ptr 2022-11-23T02:17:04.9524017Z ] 2022-11-23T02:17:04.9524462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:04.9524847Z with 2022-11-23T02:17:04.9525043Z [ 2022-11-23T02:17:04.9525294Z T=std::weak_ptr 2022-11-23T02:17:04.9525529Z ] 2022-11-23T02:17:04.9526021Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:04.9526468Z with 2022-11-23T02:17:04.9526629Z [ 2022-11-23T02:17:04.9526973Z T=std::weak_ptr 2022-11-23T02:17:04.9527221Z ] 2022-11-23T02:17:04.9527731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:04.9528231Z with 2022-11-23T02:17:04.9528381Z [ 2022-11-23T02:17:04.9528619Z T=std::weak_ptr 2022-11-23T02:17:04.9528834Z ] 2022-11-23T02:17:04.9529275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:04.9530006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:04.9530724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:04.9531103Z with 2022-11-23T02:17:04.9531255Z [ 2022-11-23T02:17:04.9531465Z T=std::weak_ptr 2022-11-23T02:17:04.9531682Z ] 2022-11-23T02:17:05.0070469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.0070900Z with 2022-11-23T02:17:05.0071059Z [ 2022-11-23T02:17:05.0071348Z T=std::vector> 2022-11-23T02:17:05.0071594Z ] 2022-11-23T02:17:05.0072025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.0072415Z with 2022-11-23T02:17:05.0072589Z [ 2022-11-23T02:17:05.0072847Z T=std::vector> 2022-11-23T02:17:05.0073070Z ] 2022-11-23T02:17:05.0073531Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.0074109Z with 2022-11-23T02:17:05.0074278Z [ 2022-11-23T02:17:05.0074535Z T=std::vector> 2022-11-23T02:17:05.0074783Z ] 2022-11-23T02:17:05.0075251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.0075696Z with 2022-11-23T02:17:05.0075907Z [ 2022-11-23T02:17:05.0076168Z T=std::vector> 2022-11-23T02:17:05.0076408Z ] 2022-11-23T02:17:05.0076925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:05.0077673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:05.0078450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.0078838Z with 2022-11-23T02:17:05.0079007Z [ 2022-11-23T02:17:05.0079263Z T=std::vector> 2022-11-23T02:17:05.0079500Z ] 2022-11-23T02:17:05.0184437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.0184819Z with 2022-11-23T02:17:05.0184969Z [ 2022-11-23T02:17:05.0185200Z T=std::vector> 2022-11-23T02:17:05.0185402Z ] 2022-11-23T02:17:05.0185805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.0186181Z with 2022-11-23T02:17:05.0186335Z [ 2022-11-23T02:17:05.0186528Z T=std::vector> 2022-11-23T02:17:05.0186722Z ] 2022-11-23T02:17:05.0187166Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.0187609Z with 2022-11-23T02:17:05.0187816Z [ 2022-11-23T02:17:05.0188020Z T=std::vector> 2022-11-23T02:17:05.0188219Z ] 2022-11-23T02:17:05.0188741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.0189174Z with 2022-11-23T02:17:05.0189329Z [ 2022-11-23T02:17:05.0189531Z T=std::vector> 2022-11-23T02:17:05.0189723Z ] 2022-11-23T02:17:05.0190156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:05.0190837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:05.0191579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.0191974Z with 2022-11-23T02:17:05.0192129Z [ 2022-11-23T02:17:05.0192340Z T=std::vector> 2022-11-23T02:17:05.0192539Z ] 2022-11-23T02:17:05.0276053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.0276450Z with 2022-11-23T02:17:05.0276603Z [ 2022-11-23T02:17:05.0276882Z T=std::vector,std::allocator>> 2022-11-23T02:17:05.0277122Z ] 2022-11-23T02:17:05.0277751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.0278389Z with 2022-11-23T02:17:05.0278651Z [ 2022-11-23T02:17:05.0278957Z T=std::vector,std::allocator>> 2022-11-23T02:17:05.0279345Z ] 2022-11-23T02:17:05.0279799Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.0280217Z with 2022-11-23T02:17:05.0280374Z [ 2022-11-23T02:17:05.0280644Z T=std::vector,std::allocator>> 2022-11-23T02:17:05.0280883Z ] 2022-11-23T02:17:05.0281337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.0281777Z with 2022-11-23T02:17:05.0281931Z [ 2022-11-23T02:17:05.0282187Z T=std::vector,std::allocator>> 2022-11-23T02:17:05.0282424Z ] 2022-11-23T02:17:05.0282895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:17:05.0283879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:17:05.0284727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:17:05.0285637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.0286016Z with 2022-11-23T02:17:05.0286172Z [ 2022-11-23T02:17:05.0286426Z T=std::vector,std::allocator>> 2022-11-23T02:17:05.0286662Z ] 2022-11-23T02:17:05.0309464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.0309846Z with 2022-11-23T02:17:05.0310142Z [ 2022-11-23T02:17:05.0310400Z T=std::vector,std::allocator>> 2022-11-23T02:17:05.0310634Z ] 2022-11-23T02:17:05.0311050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.0311421Z with 2022-11-23T02:17:05.0311578Z [ 2022-11-23T02:17:05.0311823Z T=std::vector,std::allocator>> 2022-11-23T02:17:05.0312039Z ] 2022-11-23T02:17:05.0312489Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.0312903Z with 2022-11-23T02:17:05.0313057Z [ 2022-11-23T02:17:05.0313302Z T=std::vector,std::allocator>> 2022-11-23T02:17:05.0313559Z ] 2022-11-23T02:17:05.0314470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.0315175Z with 2022-11-23T02:17:05.0315332Z [ 2022-11-23T02:17:05.0315578Z T=std::vector,std::allocator>> 2022-11-23T02:17:05.0315808Z ] 2022-11-23T02:17:05.0316279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:17:05.0317017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:17:05.0317700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:17:05.0318340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.0318718Z with 2022-11-23T02:17:05.0318879Z [ 2022-11-23T02:17:05.0319126Z T=std::vector,std::allocator>> 2022-11-23T02:17:05.0319355Z ] 2022-11-23T02:17:05.0422716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.0423129Z with 2022-11-23T02:17:05.0423293Z [ 2022-11-23T02:17:05.0423502Z T=std::vector> 2022-11-23T02:17:05.0423702Z ] 2022-11-23T02:17:05.0424126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.0424499Z with 2022-11-23T02:17:05.0424654Z [ 2022-11-23T02:17:05.0424867Z T=std::vector> 2022-11-23T02:17:05.0425052Z ] 2022-11-23T02:17:05.0425501Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.0426047Z with 2022-11-23T02:17:05.0426205Z [ 2022-11-23T02:17:05.0426417Z T=std::vector> 2022-11-23T02:17:05.0426617Z ] 2022-11-23T02:17:05.0427073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.0427500Z with 2022-11-23T02:17:05.0427707Z [ 2022-11-23T02:17:05.0427919Z T=std::vector> 2022-11-23T02:17:05.0428118Z ] 2022-11-23T02:17:05.0428581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:05.0429266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:05.0430000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.0430376Z with 2022-11-23T02:17:05.0430534Z [ 2022-11-23T02:17:05.0430747Z T=std::vector> 2022-11-23T02:17:05.0430948Z ] 2022-11-23T02:17:05.1482384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.1482787Z with 2022-11-23T02:17:05.1482953Z [ 2022-11-23T02:17:05.1483233Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:17:05.1483461Z ] 2022-11-23T02:17:05.1483875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.1484238Z with 2022-11-23T02:17:05.1484400Z [ 2022-11-23T02:17:05.1484640Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:17:05.1484866Z ] 2022-11-23T02:17:05.1485308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.1485718Z with 2022-11-23T02:17:05.1485860Z [ 2022-11-23T02:17:05.1486097Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:17:05.1486325Z ] 2022-11-23T02:17:05.1486799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.1487232Z with 2022-11-23T02:17:05.1487389Z [ 2022-11-23T02:17:05.1487624Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:17:05.1487834Z ] 2022-11-23T02:17:05.1488296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:05.1489045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:05.1489965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:17:05.1490674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.1491069Z with 2022-11-23T02:17:05.1491231Z [ 2022-11-23T02:17:05.1491471Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:17:05.1491689Z ] 2022-11-23T02:17:05.1697776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.1698176Z with 2022-11-23T02:17:05.1698375Z [ 2022-11-23T02:17:05.1698642Z T=c10::impl::InlineStreamGuard 2022-11-23T02:17:05.1698873Z ] 2022-11-23T02:17:05.1699506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.1700147Z with 2022-11-23T02:17:05.1700433Z [ 2022-11-23T02:17:05.1700812Z T=c10::impl::InlineStreamGuard 2022-11-23T02:17:05.1701041Z ] 2022-11-23T02:17:05.1701485Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.1701901Z with 2022-11-23T02:17:05.1702051Z [ 2022-11-23T02:17:05.1702290Z T=c10::impl::InlineStreamGuard 2022-11-23T02:17:05.1702512Z ] 2022-11-23T02:17:05.1702997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.1703431Z with 2022-11-23T02:17:05.1703585Z [ 2022-11-23T02:17:05.1703809Z T=c10::impl::InlineStreamGuard 2022-11-23T02:17:05.1704032Z ] 2022-11-23T02:17:05.1704499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:05.1705251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:05.1706509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:17:05.1707344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.1707802Z with 2022-11-23T02:17:05.1707962Z [ 2022-11-23T02:17:05.1708206Z T=c10::impl::InlineStreamGuard 2022-11-23T02:17:05.1708419Z ] 2022-11-23T02:17:05.1732434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.1733004Z with 2022-11-23T02:17:05.1733163Z [ 2022-11-23T02:17:05.1733477Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:05.1733668Z ] 2022-11-23T02:17:05.1734064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.1734438Z with 2022-11-23T02:17:05.1734593Z [ 2022-11-23T02:17:05.1734843Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:05.1735239Z ] 2022-11-23T02:17:05.1736058Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.1736723Z with 2022-11-23T02:17:05.1736868Z [ 2022-11-23T02:17:05.1737178Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:05.1737444Z ] 2022-11-23T02:17:05.1738061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.1738496Z with 2022-11-23T02:17:05.1738656Z [ 2022-11-23T02:17:05.1738833Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:05.1739017Z ] 2022-11-23T02:17:05.1739450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:05.1740220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:05.1740711Z with 2022-11-23T02:17:05.1740867Z [ 2022-11-23T02:17:05.1741074Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:05.1741412Z ] 2022-11-23T02:17:05.1742181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:17:05.1743026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.1743416Z with 2022-11-23T02:17:05.1743573Z [ 2022-11-23T02:17:05.1743765Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:05.1743940Z ] 2022-11-23T02:17:05.2130063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.2130458Z with 2022-11-23T02:17:05.2130632Z [ 2022-11-23T02:17:05.2130931Z T=std::vector> 2022-11-23T02:17:05.2131194Z ] 2022-11-23T02:17:05.2131737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.2132380Z with 2022-11-23T02:17:05.2132614Z [ 2022-11-23T02:17:05.2133076Z T=std::vector> 2022-11-23T02:17:05.2133343Z ] 2022-11-23T02:17:05.2133965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.2134383Z with 2022-11-23T02:17:05.2134525Z [ 2022-11-23T02:17:05.2134808Z T=std::vector> 2022-11-23T02:17:05.2135065Z ] 2022-11-23T02:17:05.2135540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.2135975Z with 2022-11-23T02:17:05.2136130Z [ 2022-11-23T02:17:05.2136406Z T=std::vector> 2022-11-23T02:17:05.2136648Z ] 2022-11-23T02:17:05.2137141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:05.2138261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:05.2139376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.2139771Z with 2022-11-23T02:17:05.2139929Z [ 2022-11-23T02:17:05.2140206Z T=std::vector> 2022-11-23T02:17:05.2140464Z ] 2022-11-23T02:17:05.3231612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.3232011Z with 2022-11-23T02:17:05.3232187Z [ 2022-11-23T02:17:05.3232395Z T=torch::autograd::ViewInfo 2022-11-23T02:17:05.3232581Z ] 2022-11-23T02:17:05.3232990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.3233407Z with 2022-11-23T02:17:05.3233680Z [ 2022-11-23T02:17:05.3233998Z T=torch::autograd::ViewInfo 2022-11-23T02:17:05.3234282Z ] 2022-11-23T02:17:05.3234985Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.3235415Z with 2022-11-23T02:17:05.3235570Z [ 2022-11-23T02:17:05.3235743Z T=torch::autograd::ViewInfo 2022-11-23T02:17:05.3235927Z ] 2022-11-23T02:17:05.3236410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.3236838Z with 2022-11-23T02:17:05.3236995Z [ 2022-11-23T02:17:05.3237179Z T=torch::autograd::ViewInfo 2022-11-23T02:17:05.3237344Z ] 2022-11-23T02:17:05.3237771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:05.3238610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:05.3239290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.3239862Z with 2022-11-23T02:17:05.3240128Z [ 2022-11-23T02:17:05.3240412Z T=torch::autograd::ViewInfo 2022-11-23T02:17:05.3240727Z ] 2022-11-23T02:17:05.3529043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.3529461Z with 2022-11-23T02:17:05.3529639Z [ 2022-11-23T02:17:05.3529814Z T=c10::IValue 2022-11-23T02:17:05.3529982Z ] 2022-11-23T02:17:05.3530391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.3530972Z with 2022-11-23T02:17:05.3531282Z [ 2022-11-23T02:17:05.3531562Z T=c10::IValue 2022-11-23T02:17:05.3531832Z ] 2022-11-23T02:17:05.3532468Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.3532889Z with 2022-11-23T02:17:05.3533032Z [ 2022-11-23T02:17:05.3533199Z T=c10::IValue 2022-11-23T02:17:05.3533366Z ] 2022-11-23T02:17:05.3533847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.3534276Z with 2022-11-23T02:17:05.3534431Z [ 2022-11-23T02:17:05.3534585Z T=c10::IValue 2022-11-23T02:17:05.3534750Z ] 2022-11-23T02:17:05.3535161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:05.3535788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:05.3536436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.3536827Z with 2022-11-23T02:17:05.3537067Z [ 2022-11-23T02:17:05.3537363Z T=c10::IValue 2022-11-23T02:17:05.3537635Z ] 2022-11-23T02:17:05.3569163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.3569553Z with 2022-11-23T02:17:05.3569713Z [ 2022-11-23T02:17:05.3569890Z T=c10::AliasInfo 2022-11-23T02:17:05.3570048Z ] 2022-11-23T02:17:05.3570455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.3570830Z with 2022-11-23T02:17:05.3570984Z [ 2022-11-23T02:17:05.3571302Z T=c10::AliasInfo 2022-11-23T02:17:05.3571470Z ] 2022-11-23T02:17:05.3571906Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.3572447Z with 2022-11-23T02:17:05.3572745Z [ 2022-11-23T02:17:05.3573031Z T=c10::AliasInfo 2022-11-23T02:17:05.3573303Z ] 2022-11-23T02:17:05.3573937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.3574408Z with 2022-11-23T02:17:05.3574549Z [ 2022-11-23T02:17:05.3574719Z T=c10::AliasInfo 2022-11-23T02:17:05.3574888Z ] 2022-11-23T02:17:05.3575301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:05.3576037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:05.3576694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.3577082Z with 2022-11-23T02:17:05.3577228Z [ 2022-11-23T02:17:05.3577400Z T=c10::AliasInfo 2022-11-23T02:17:05.3577568Z ] 2022-11-23T02:17:05.4532978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.4533401Z with 2022-11-23T02:17:05.4533552Z [ 2022-11-23T02:17:05.4533803Z T=std::vector> 2022-11-23T02:17:05.4534018Z ] 2022-11-23T02:17:05.4534439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.4534818Z with 2022-11-23T02:17:05.4534976Z [ 2022-11-23T02:17:05.4535198Z T=std::vector> 2022-11-23T02:17:05.4535396Z ] 2022-11-23T02:17:05.4535838Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.4536265Z with 2022-11-23T02:17:05.4536420Z [ 2022-11-23T02:17:05.4536640Z T=std::vector> 2022-11-23T02:17:05.4536848Z ] 2022-11-23T02:17:05.4537318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.4537753Z with 2022-11-23T02:17:05.4537913Z [ 2022-11-23T02:17:05.4538136Z T=std::vector> 2022-11-23T02:17:05.4538347Z ] 2022-11-23T02:17:05.4538775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:05.4539169Z with 2022-11-23T02:17:05.4540060Z [ 2022-11-23T02:17:05.4540235Z T=c10::SymInt 2022-11-23T02:17:05.4540401Z ] 2022-11-23T02:17:05.4540825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:05.4541219Z with 2022-11-23T02:17:05.4541363Z [ 2022-11-23T02:17:05.4541528Z T=c10::SymInt 2022-11-23T02:17:05.4541695Z ] 2022-11-23T02:17:05.4542145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:17:05.4542905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:17:05.4543644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.4544028Z with 2022-11-23T02:17:05.4544267Z [ 2022-11-23T02:17:05.4544479Z T=std::vector> 2022-11-23T02:17:05.4544691Z ] 2022-11-23T02:17:05.4714016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:05.4714419Z with 2022-11-23T02:17:05.4714623Z [ 2022-11-23T02:17:05.4715044Z T=c10::either 2022-11-23T02:17:05.4715405Z ] 2022-11-23T02:17:05.4716117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:05.4716495Z with 2022-11-23T02:17:05.4716653Z [ 2022-11-23T02:17:05.4716884Z T=c10::either 2022-11-23T02:17:05.4717104Z ] 2022-11-23T02:17:05.4717538Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:05.4717960Z with 2022-11-23T02:17:05.4718116Z [ 2022-11-23T02:17:05.4718342Z T=c10::either 2022-11-23T02:17:05.4718556Z ] 2022-11-23T02:17:05.4719024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:05.4719458Z with 2022-11-23T02:17:05.4719599Z [ 2022-11-23T02:17:05.4719824Z T=c10::either 2022-11-23T02:17:05.4720036Z ] 2022-11-23T02:17:05.4720501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:05.4721664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:05.4722585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:05.4723137Z with 2022-11-23T02:17:05.4723297Z [ 2022-11-23T02:17:05.4723513Z T=c10::either 2022-11-23T02:17:05.4723728Z ] 2022-11-23T02:17:07.0545379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:07.0545786Z with 2022-11-23T02:17:07.0545966Z [ 2022-11-23T02:17:07.0546157Z T=at::StepCallbacks 2022-11-23T02:17:07.0546339Z ] 2022-11-23T02:17:07.0546744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:07.0547131Z with 2022-11-23T02:17:07.0547288Z [ 2022-11-23T02:17:07.0547524Z T=at::StepCallbacks 2022-11-23T02:17:07.0547705Z ] 2022-11-23T02:17:07.0548308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:07.0548739Z with 2022-11-23T02:17:07.0548894Z [ 2022-11-23T02:17:07.0549073Z T=at::StepCallbacks 2022-11-23T02:17:07.0549247Z ] 2022-11-23T02:17:07.0549722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:07.0550157Z with 2022-11-23T02:17:07.0550346Z [ 2022-11-23T02:17:07.0550527Z T=at::StepCallbacks 2022-11-23T02:17:07.0550703Z ] 2022-11-23T02:17:07.0551124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:07.0551781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:07.0552443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:07.0552836Z with 2022-11-23T02:17:07.0552983Z [ 2022-11-23T02:17:07.0553163Z T=at::StepCallbacks 2022-11-23T02:17:07.0553339Z ] 2022-11-23T02:17:07.1280466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:07.1280941Z with 2022-11-23T02:17:07.1281149Z [ 2022-11-23T02:17:07.1281346Z T=c10::DimVector 2022-11-23T02:17:07.1281504Z ] 2022-11-23T02:17:07.1281930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:07.1282309Z with 2022-11-23T02:17:07.1282465Z [ 2022-11-23T02:17:07.1282637Z T=c10::DimVector 2022-11-23T02:17:07.1282808Z ] 2022-11-23T02:17:07.1283238Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:07.1283832Z with 2022-11-23T02:17:07.1283987Z [ 2022-11-23T02:17:07.1284163Z T=c10::DimVector 2022-11-23T02:17:07.1284343Z ] 2022-11-23T02:17:07.1285094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:07.1285798Z with 2022-11-23T02:17:07.1286042Z [ 2022-11-23T02:17:07.1286218Z T=c10::DimVector 2022-11-23T02:17:07.1286387Z ] 2022-11-23T02:17:07.1286871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:07.1287554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:07.1288215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:07.1288590Z with 2022-11-23T02:17:07.1288855Z [ 2022-11-23T02:17:07.1289032Z T=c10::DimVector 2022-11-23T02:17:07.1289203Z ] 2022-11-23T02:17:07.8642779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:07.8643355Z with 2022-11-23T02:17:07.8643518Z [ 2022-11-23T02:17:07.8643729Z T=c10::impl::AnnotatedSchema 2022-11-23T02:17:07.8643916Z ] 2022-11-23T02:17:07.8644327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:07.8644716Z with 2022-11-23T02:17:07.8644870Z [ 2022-11-23T02:17:07.8645058Z T=c10::impl::AnnotatedSchema 2022-11-23T02:17:07.8645233Z ] 2022-11-23T02:17:07.8645680Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:07.8646100Z with 2022-11-23T02:17:07.8646254Z [ 2022-11-23T02:17:07.8646439Z T=c10::impl::AnnotatedSchema 2022-11-23T02:17:07.8646622Z ] 2022-11-23T02:17:07.8647072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:07.8647513Z with 2022-11-23T02:17:07.8647664Z [ 2022-11-23T02:17:07.8647847Z T=c10::impl::AnnotatedSchema 2022-11-23T02:17:07.8648036Z ] 2022-11-23T02:17:07.8648463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:07.8649149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:07.8649822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:07.8650378Z with 2022-11-23T02:17:07.8650535Z [ 2022-11-23T02:17:07.8650725Z T=c10::impl::AnnotatedSchema 2022-11-23T02:17:07.8650916Z ] 2022-11-23T02:17:07.8703696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:07.8704089Z with 2022-11-23T02:17:07.8704235Z [ 2022-11-23T02:17:07.8704466Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:17:07.8704686Z ] 2022-11-23T02:17:07.8705087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:07.8705459Z with 2022-11-23T02:17:07.8705613Z [ 2022-11-23T02:17:07.8705831Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:17:07.8706051Z ] 2022-11-23T02:17:07.8706490Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:07.8706905Z with 2022-11-23T02:17:07.8707059Z [ 2022-11-23T02:17:07.8707493Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:17:07.8707701Z ] 2022-11-23T02:17:07.8708166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:07.8708593Z with 2022-11-23T02:17:07.8708747Z [ 2022-11-23T02:17:07.8708977Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:17:07.8709191Z ] 2022-11-23T02:17:07.8709647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:07.8710381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:07.8711096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:07.8711478Z with 2022-11-23T02:17:07.8711630Z [ 2022-11-23T02:17:07.8711853Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:17:07.8712067Z ] 2022-11-23T02:17:07.8937493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:17:07.8938071Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:17:07.9864615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:07.9865028Z with 2022-11-23T02:17:07.9865181Z [ 2022-11-23T02:17:07.9865396Z T=std::tuple 2022-11-23T02:17:07.9865595Z ] 2022-11-23T02:17:07.9866009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:07.9866561Z with 2022-11-23T02:17:07.9866704Z [ 2022-11-23T02:17:07.9866914Z T=std::tuple 2022-11-23T02:17:07.9867110Z ] 2022-11-23T02:17:07.9867639Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:07.9868058Z with 2022-11-23T02:17:07.9868213Z [ 2022-11-23T02:17:07.9868407Z T=std::tuple 2022-11-23T02:17:07.9868600Z ] 2022-11-23T02:17:07.9869074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:07.9869509Z with 2022-11-23T02:17:07.9869667Z [ 2022-11-23T02:17:07.9869870Z T=std::tuple 2022-11-23T02:17:07.9870052Z ] 2022-11-23T02:17:07.9870568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:07.9871273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:07.9871951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:07.9872351Z with 2022-11-23T02:17:07.9872508Z [ 2022-11-23T02:17:07.9872718Z T=std::tuple 2022-11-23T02:17:07.9872915Z ] 2022-11-23T02:17:07.9915401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:07.9915766Z with 2022-11-23T02:17:07.9915922Z [ 2022-11-23T02:17:07.9916115Z T=torch::jit::SourceRange 2022-11-23T02:17:07.9916295Z ] 2022-11-23T02:17:07.9916695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:07.9917066Z with 2022-11-23T02:17:07.9917206Z [ 2022-11-23T02:17:07.9917388Z T=torch::jit::SourceRange 2022-11-23T02:17:07.9917565Z ] 2022-11-23T02:17:07.9918060Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:07.9918467Z with 2022-11-23T02:17:07.9918618Z [ 2022-11-23T02:17:07.9918785Z T=torch::jit::SourceRange 2022-11-23T02:17:07.9918962Z ] 2022-11-23T02:17:07.9919427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:07.9919857Z with 2022-11-23T02:17:07.9920012Z [ 2022-11-23T02:17:07.9920179Z T=torch::jit::SourceRange 2022-11-23T02:17:07.9920357Z ] 2022-11-23T02:17:07.9920895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:07.9921769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:07.9922439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:07.9922826Z with 2022-11-23T02:17:07.9922980Z [ 2022-11-23T02:17:07.9923159Z T=torch::jit::SourceRange 2022-11-23T02:17:07.9923330Z ] 2022-11-23T02:17:07.9994974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:07.9995609Z with 2022-11-23T02:17:07.9995880Z [ 2022-11-23T02:17:07.9996235Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:17:07.9996567Z ] 2022-11-23T02:17:07.9996996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:07.9998008Z with 2022-11-23T02:17:07.9998182Z [ 2022-11-23T02:17:07.9998388Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:17:07.9998583Z ] 2022-11-23T02:17:07.9999019Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:07.9999424Z with 2022-11-23T02:17:07.9999567Z [ 2022-11-23T02:17:07.9999766Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:17:07.9999966Z ] 2022-11-23T02:17:08.0000442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:08.0000872Z with 2022-11-23T02:17:08.0001026Z [ 2022-11-23T02:17:08.0001237Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:17:08.0001581Z ] 2022-11-23T02:17:08.0002317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:08.0003192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:08.0003866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:08.0004253Z with 2022-11-23T02:17:08.0004416Z [ 2022-11-23T02:17:08.0004606Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:17:08.0004805Z ] 2022-11-23T02:17:08.0021830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:08.0022209Z with 2022-11-23T02:17:08.0022367Z [ 2022-11-23T02:17:08.0022567Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:17:08.0022749Z ] 2022-11-23T02:17:08.0023153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:08.0023651Z with 2022-11-23T02:17:08.0023808Z [ 2022-11-23T02:17:08.0024004Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:17:08.0024197Z ] 2022-11-23T02:17:08.0024653Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:08.0025216Z with 2022-11-23T02:17:08.0025479Z [ 2022-11-23T02:17:08.0025786Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:17:08.0026131Z ] 2022-11-23T02:17:08.0026695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:08.0027123Z with 2022-11-23T02:17:08.0027266Z [ 2022-11-23T02:17:08.0027524Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:17:08.0027717Z ] 2022-11-23T02:17:08.0028237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:08.0028999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:08.0029669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:08.0030053Z with 2022-11-23T02:17:08.0030212Z [ 2022-11-23T02:17:08.0030401Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:17:08.0030595Z ] 2022-11-23T02:17:08.0070449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:08.0070815Z with 2022-11-23T02:17:08.0070982Z [ 2022-11-23T02:17:08.0071170Z T=torch::jit::ScopePtr 2022-11-23T02:17:08.0071336Z ] 2022-11-23T02:17:08.0071739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:08.0072392Z with 2022-11-23T02:17:08.0072631Z [ 2022-11-23T02:17:08.0072811Z T=torch::jit::ScopePtr 2022-11-23T02:17:08.0073044Z ] 2022-11-23T02:17:08.0073679Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:08.0074081Z with 2022-11-23T02:17:08.0074233Z [ 2022-11-23T02:17:08.0074408Z T=torch::jit::ScopePtr 2022-11-23T02:17:08.0074583Z ] 2022-11-23T02:17:08.0075049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:08.0075464Z with 2022-11-23T02:17:08.0075617Z [ 2022-11-23T02:17:08.0075792Z T=torch::jit::ScopePtr 2022-11-23T02:17:08.0075960Z ] 2022-11-23T02:17:08.0076375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:08.0077139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:08.0077800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:08.0078242Z with 2022-11-23T02:17:08.0078530Z [ 2022-11-23T02:17:08.0078830Z T=torch::jit::ScopePtr 2022-11-23T02:17:08.0079113Z ] 2022-11-23T02:17:08.2376980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:08.2377518Z with 2022-11-23T02:17:08.2377680Z [ 2022-11-23T02:17:08.2377905Z T=at::ThreadLocalState 2022-11-23T02:17:08.2378076Z ] 2022-11-23T02:17:08.2378485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:08.2378899Z with 2022-11-23T02:17:08.2379141Z [ 2022-11-23T02:17:08.2379682Z T=at::ThreadLocalState 2022-11-23T02:17:08.2379972Z ] 2022-11-23T02:17:08.2380618Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:08.2381036Z with 2022-11-23T02:17:08.2381190Z [ 2022-11-23T02:17:08.2381372Z T=at::ThreadLocalState 2022-11-23T02:17:08.2381551Z ] 2022-11-23T02:17:08.2382016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:08.2382452Z with 2022-11-23T02:17:08.2382606Z [ 2022-11-23T02:17:08.2382789Z T=at::ThreadLocalState 2022-11-23T02:17:08.2382965Z ] 2022-11-23T02:17:08.2383388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:08.2384053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:08.2384722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:08.2385163Z with 2022-11-23T02:17:08.2385446Z [ 2022-11-23T02:17:08.2385751Z T=at::ThreadLocalState 2022-11-23T02:17:08.2386045Z ] 2022-11-23T02:17:08.2542799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:08.2543200Z with 2022-11-23T02:17:08.2543349Z [ 2022-11-23T02:17:08.2543573Z T=std::shared_ptr 2022-11-23T02:17:08.2543845Z ] 2022-11-23T02:17:08.2544315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:08.2544766Z with 2022-11-23T02:17:08.2545139Z [ 2022-11-23T02:17:08.2545330Z T=std::shared_ptr 2022-11-23T02:17:08.2545519Z ] 2022-11-23T02:17:08.2545959Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:08.2546374Z with 2022-11-23T02:17:08.2546527Z [ 2022-11-23T02:17:08.2546723Z T=std::shared_ptr 2022-11-23T02:17:08.2546907Z ] 2022-11-23T02:17:08.2547452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:08.2547887Z with 2022-11-23T02:17:08.2548043Z [ 2022-11-23T02:17:08.2548242Z T=std::shared_ptr 2022-11-23T02:17:08.2548435Z ] 2022-11-23T02:17:08.2548857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:08.2549640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:08.2550337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:17:08.2551129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:08.2551521Z with 2022-11-23T02:17:08.2551674Z [ 2022-11-23T02:17:08.2551872Z T=std::shared_ptr 2022-11-23T02:17:08.2552061Z ] 2022-11-23T02:17:08.2573832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:08.2574260Z with 2022-11-23T02:17:08.2574463Z [ 2022-11-23T02:17:08.2574674Z T=torch::jit::GraphExecutor 2022-11-23T02:17:08.2574889Z ] 2022-11-23T02:17:08.2575309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:08.2575686Z with 2022-11-23T02:17:08.2575830Z [ 2022-11-23T02:17:08.2576018Z T=torch::jit::GraphExecutor 2022-11-23T02:17:08.2576199Z ] 2022-11-23T02:17:08.2576632Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:08.2577041Z with 2022-11-23T02:17:08.2577196Z [ 2022-11-23T02:17:08.2577369Z T=torch::jit::GraphExecutor 2022-11-23T02:17:08.2577547Z ] 2022-11-23T02:17:08.2578017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:08.2578449Z with 2022-11-23T02:17:08.2578604Z [ 2022-11-23T02:17:08.2578789Z T=torch::jit::GraphExecutor 2022-11-23T02:17:08.2578954Z ] 2022-11-23T02:17:08.2579641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:08.2580345Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:08.2581071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:17:08.2581757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:08.2582148Z with 2022-11-23T02:17:08.2582302Z [ 2022-11-23T02:17:08.2582484Z T=torch::jit::GraphExecutor 2022-11-23T02:17:08.2582653Z ] 2022-11-23T02:17:08.2685703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:08.2686295Z with 2022-11-23T02:17:08.2686464Z [ 2022-11-23T02:17:08.2686645Z T=torch::jit::Method 2022-11-23T02:17:08.2686821Z ] 2022-11-23T02:17:08.2687231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:08.2687592Z with 2022-11-23T02:17:08.2687744Z [ 2022-11-23T02:17:08.2687917Z T=torch::jit::Method 2022-11-23T02:17:08.2688087Z ] 2022-11-23T02:17:08.2688544Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:08.2688950Z with 2022-11-23T02:17:08.2689090Z [ 2022-11-23T02:17:08.2689267Z T=torch::jit::Method 2022-11-23T02:17:08.2689440Z ] 2022-11-23T02:17:08.2689901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:08.2690327Z with 2022-11-23T02:17:08.2690478Z [ 2022-11-23T02:17:08.2690638Z T=torch::jit::Method 2022-11-23T02:17:08.2690866Z ] 2022-11-23T02:17:08.2691315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:08.2691970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:08.2692615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:08.2693003Z with 2022-11-23T02:17:08.2693158Z [ 2022-11-23T02:17:08.2693325Z T=torch::jit::Method 2022-11-23T02:17:08.2693494Z ] 2022-11-23T02:17:08.3427571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:08.3428244Z with 2022-11-23T02:17:08.3428406Z [ 2022-11-23T02:17:08.3428669Z T=std::vector> 2022-11-23T02:17:08.3428894Z ] 2022-11-23T02:17:08.3429314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:08.3429694Z with 2022-11-23T02:17:08.3429852Z [ 2022-11-23T02:17:08.3430078Z T=std::vector> 2022-11-23T02:17:08.3430289Z ] 2022-11-23T02:17:08.3430718Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:08.3431134Z with 2022-11-23T02:17:08.3431354Z [ 2022-11-23T02:17:08.3431577Z T=std::vector> 2022-11-23T02:17:08.3431826Z ] 2022-11-23T02:17:08.3432302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:08.3432914Z with 2022-11-23T02:17:08.3433074Z [ 2022-11-23T02:17:08.3433300Z T=std::vector> 2022-11-23T02:17:08.3433510Z ] 2022-11-23T02:17:08.3433959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:08.3434661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:08.3435342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:08.3435726Z with 2022-11-23T02:17:08.3435881Z [ 2022-11-23T02:17:08.3436087Z T=std::vector> 2022-11-23T02:17:08.3436295Z ] 2022-11-23T02:17:08.4735560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:08.4735965Z with 2022-11-23T02:17:08.4736126Z [ 2022-11-23T02:17:08.4736389Z T=std::function 2022-11-23T02:17:08.4736648Z ] 2022-11-23T02:17:08.4737057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:08.4737429Z with 2022-11-23T02:17:08.4737590Z [ 2022-11-23T02:17:08.4737844Z T=std::function 2022-11-23T02:17:08.4738072Z ] 2022-11-23T02:17:08.4738500Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:08.4738924Z with 2022-11-23T02:17:08.4739078Z [ 2022-11-23T02:17:08.4739325Z T=std::function 2022-11-23T02:17:08.4739555Z ] 2022-11-23T02:17:08.4740191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:08.4740619Z with 2022-11-23T02:17:08.4740771Z [ 2022-11-23T02:17:08.4741027Z T=std::function 2022-11-23T02:17:08.4741261Z ] 2022-11-23T02:17:08.4741731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:08.4742505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:08.4743228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:08.4743614Z with 2022-11-23T02:17:08.4743845Z [ 2022-11-23T02:17:08.4744089Z T=std::function 2022-11-23T02:17:08.4744324Z ] 2022-11-23T02:17:08.7061761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:08.7062163Z with 2022-11-23T02:17:08.7062323Z [ 2022-11-23T02:17:08.7062595Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:17:08.7062895Z ] 2022-11-23T02:17:08.7063313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:08.7063685Z with 2022-11-23T02:17:08.7063844Z [ 2022-11-23T02:17:08.7064129Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:17:08.7064389Z ] 2022-11-23T02:17:08.7064819Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:08.7065238Z with 2022-11-23T02:17:08.7065395Z [ 2022-11-23T02:17:08.7065669Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:17:08.7065927Z ] 2022-11-23T02:17:08.7066401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:08.7066823Z with 2022-11-23T02:17:08.7066984Z [ 2022-11-23T02:17:08.7067259Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:17:08.7067586Z ] 2022-11-23T02:17:08.7068088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:08.7068924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:08.7069863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:08.7070252Z with 2022-11-23T02:17:08.7070398Z [ 2022-11-23T02:17:08.7070677Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:17:08.7070935Z ] 2022-11-23T02:17:08.8386437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:08.8386842Z with 2022-11-23T02:17:08.8387005Z [ 2022-11-23T02:17:08.8387245Z T=std::vector> 2022-11-23T02:17:08.8387503Z ] 2022-11-23T02:17:08.8387917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:08.8388330Z with 2022-11-23T02:17:08.8388492Z [ 2022-11-23T02:17:08.8388711Z T=std::vector> 2022-11-23T02:17:08.8388919Z ] 2022-11-23T02:17:08.8389526Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:08.8389996Z with 2022-11-23T02:17:08.8390285Z [ 2022-11-23T02:17:08.8390648Z T=std::vector> 2022-11-23T02:17:08.8390982Z ] 2022-11-23T02:17:08.8391660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:08.8392110Z with 2022-11-23T02:17:08.8392258Z [ 2022-11-23T02:17:08.8392479Z T=std::vector> 2022-11-23T02:17:08.8392687Z ] 2022-11-23T02:17:08.8393121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:08.8393520Z with 2022-11-23T02:17:08.8393665Z [ 2022-11-23T02:17:08.8393828Z T=double 2022-11-23T02:17:08.8393990Z ] 2022-11-23T02:17:08.8394464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:08.8394903Z with 2022-11-23T02:17:08.8395058Z [ 2022-11-23T02:17:08.8395204Z T=double 2022-11-23T02:17:08.8395370Z ] 2022-11-23T02:17:08.8395799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:08.8396334Z with 2022-11-23T02:17:08.8396596Z [ 2022-11-23T02:17:08.8396935Z T=std::vector> 2022-11-23T02:17:08.8397277Z ] 2022-11-23T02:17:09.4030344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:09.4030746Z with 2022-11-23T02:17:09.4030915Z [ 2022-11-23T02:17:09.4031121Z T=std::tuple 2022-11-23T02:17:09.4031498Z ] 2022-11-23T02:17:09.4031912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:09.4032293Z with 2022-11-23T02:17:09.4032450Z [ 2022-11-23T02:17:09.4032654Z T=std::tuple 2022-11-23T02:17:09.4032852Z ] 2022-11-23T02:17:09.4033284Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:09.4033703Z with 2022-11-23T02:17:09.4033861Z [ 2022-11-23T02:17:09.4034057Z T=std::tuple 2022-11-23T02:17:09.4034244Z ] 2022-11-23T02:17:09.4034762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:09.4035202Z with 2022-11-23T02:17:09.4035398Z [ 2022-11-23T02:17:09.4035599Z T=std::tuple 2022-11-23T02:17:09.4035790Z ] 2022-11-23T02:17:09.4036312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:09.4037019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:09.4037714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:09.4038109Z with 2022-11-23T02:17:09.4038253Z [ 2022-11-23T02:17:09.4038455Z T=std::tuple 2022-11-23T02:17:09.4038646Z ] 2022-11-23T02:17:09.5567524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:09.5568183Z with 2022-11-23T02:17:09.5568347Z [ 2022-11-23T02:17:09.5568598Z T=std::vector> 2022-11-23T02:17:09.5568803Z ] 2022-11-23T02:17:09.5569216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:09.5569595Z with 2022-11-23T02:17:09.5569752Z [ 2022-11-23T02:17:09.5569976Z T=std::vector> 2022-11-23T02:17:09.5570189Z ] 2022-11-23T02:17:09.5570625Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:09.5571042Z with 2022-11-23T02:17:09.5571195Z [ 2022-11-23T02:17:09.5571413Z T=std::vector> 2022-11-23T02:17:09.5571623Z ] 2022-11-23T02:17:09.5572093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:09.5572513Z with 2022-11-23T02:17:09.5572948Z [ 2022-11-23T02:17:09.5573351Z T=std::vector> 2022-11-23T02:17:09.5573675Z ] 2022-11-23T02:17:09.5574387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:09.5575125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:09.5575825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:09.5576215Z with 2022-11-23T02:17:09.5576361Z [ 2022-11-23T02:17:09.5576581Z T=std::vector> 2022-11-23T02:17:09.5576797Z ] 2022-11-23T02:17:14.7330679Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_ort build\temp.win-amd64-cpython-39\Release\ort_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib 2022-11-23T02:17:14.9396523Z Creating library build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.exp 2022-11-23T02:17:15.0085158Z Generating code 2022-11-23T02:17:16.3192901Z Finished generating code 2022-11-23T02:17:16.4538129Z building 'torch_test_cpp_extension.rng' extension 2022-11-23T02:17:16.4546044Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tprng_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\rng_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 2022-11-23T02:17:16.4653271Z rng_extension.cpp 2022-11-23T02:17:16.4845113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:17:17.2317822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.2318234Z with 2022-11-23T02:17:17.2318409Z [ 2022-11-23T02:17:17.2318649Z T=c10::SymInt 2022-11-23T02:17:17.2318815Z ] 2022-11-23T02:17:17.2319269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.2319635Z with 2022-11-23T02:17:17.2319787Z [ 2022-11-23T02:17:17.2319954Z T=c10::SymInt 2022-11-23T02:17:17.2320115Z ] 2022-11-23T02:17:17.2320552Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.2320973Z with 2022-11-23T02:17:17.2321115Z [ 2022-11-23T02:17:17.2321277Z T=c10::SymInt 2022-11-23T02:17:17.2321437Z ] 2022-11-23T02:17:17.2322078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.2322512Z with 2022-11-23T02:17:17.2322664Z [ 2022-11-23T02:17:17.2322816Z T=c10::SymInt 2022-11-23T02:17:17.2322979Z ] 2022-11-23T02:17:17.2323384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:17.2324012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:17.2324658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.2325046Z with 2022-11-23T02:17:17.2325199Z [ 2022-11-23T02:17:17.2325350Z T=c10::SymInt 2022-11-23T02:17:17.2325510Z ] 2022-11-23T02:17:17.2674177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:17:17.2890363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.2890779Z with 2022-11-23T02:17:17.2890930Z [ 2022-11-23T02:17:17.2891126Z T=at::Generator 2022-11-23T02:17:17.2891298Z ] 2022-11-23T02:17:17.2891719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.2892094Z with 2022-11-23T02:17:17.2892248Z [ 2022-11-23T02:17:17.2892409Z T=at::Generator 2022-11-23T02:17:17.2892575Z ] 2022-11-23T02:17:17.2893016Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.2893440Z with 2022-11-23T02:17:17.2893601Z [ 2022-11-23T02:17:17.2894794Z T=at::Generator 2022-11-23T02:17:17.2894952Z ] 2022-11-23T02:17:17.2895423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.2895941Z with 2022-11-23T02:17:17.2896094Z [ 2022-11-23T02:17:17.2896309Z T=at::Generator 2022-11-23T02:17:17.2896483Z ] 2022-11-23T02:17:17.2896889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:17.2897529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:17.2898182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.2898577Z with 2022-11-23T02:17:17.2898732Z [ 2022-11-23T02:17:17.2898901Z T=at::Generator 2022-11-23T02:17:17.2899175Z ] 2022-11-23T02:17:17.3200567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.3200954Z with 2022-11-23T02:17:17.3201113Z [ 2022-11-23T02:17:17.3201305Z T=at::TensorBase 2022-11-23T02:17:17.3201478Z ] 2022-11-23T02:17:17.3201888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.3202270Z with 2022-11-23T02:17:17.3202413Z [ 2022-11-23T02:17:17.3202588Z T=at::TensorBase 2022-11-23T02:17:17.3202757Z ] 2022-11-23T02:17:17.3203198Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.3203611Z with 2022-11-23T02:17:17.3203762Z [ 2022-11-23T02:17:17.3203921Z T=at::TensorBase 2022-11-23T02:17:17.3204092Z ] 2022-11-23T02:17:17.3204606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.3205046Z with 2022-11-23T02:17:17.3205237Z [ 2022-11-23T02:17:17.3205412Z T=at::TensorBase 2022-11-23T02:17:17.3205565Z ] 2022-11-23T02:17:17.3205975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:17.3206614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:17.3207259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.3207647Z with 2022-11-23T02:17:17.3207803Z [ 2022-11-23T02:17:17.3207974Z T=at::TensorBase 2022-11-23T02:17:17.3208131Z ] 2022-11-23T02:17:17.5663668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.5664071Z with 2022-11-23T02:17:17.5664232Z [ 2022-11-23T02:17:17.5664404Z T=at::Tensor 2022-11-23T02:17:17.5664589Z ] 2022-11-23T02:17:17.5664995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.5665369Z with 2022-11-23T02:17:17.5665524Z [ 2022-11-23T02:17:17.5665688Z T=at::Tensor 2022-11-23T02:17:17.5665853Z ] 2022-11-23T02:17:17.5666292Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.5666770Z with 2022-11-23T02:17:17.5666924Z [ 2022-11-23T02:17:17.5667091Z T=at::Tensor 2022-11-23T02:17:17.5667252Z ] 2022-11-23T02:17:17.5667894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.5668330Z with 2022-11-23T02:17:17.5668472Z [ 2022-11-23T02:17:17.5668638Z T=at::Tensor 2022-11-23T02:17:17.5668813Z ] 2022-11-23T02:17:17.5669222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:17.5669852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:17.5670497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.5670883Z with 2022-11-23T02:17:17.5671029Z [ 2022-11-23T02:17:17.5671198Z T=at::Tensor 2022-11-23T02:17:17.5671370Z ] 2022-11-23T02:17:17.5697951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.5698359Z with 2022-11-23T02:17:17.5698513Z [ 2022-11-23T02:17:17.5698680Z T=c10::Scalar 2022-11-23T02:17:17.5698833Z ] 2022-11-23T02:17:17.5699236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.5699608Z with 2022-11-23T02:17:17.5699761Z [ 2022-11-23T02:17:17.5699926Z T=c10::Scalar 2022-11-23T02:17:17.5700074Z ] 2022-11-23T02:17:17.5700519Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.5700929Z with 2022-11-23T02:17:17.5701080Z [ 2022-11-23T02:17:17.5701244Z T=c10::Scalar 2022-11-23T02:17:17.5701407Z ] 2022-11-23T02:17:17.5701857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.5702398Z with 2022-11-23T02:17:17.5702551Z [ 2022-11-23T02:17:17.5702717Z T=c10::Scalar 2022-11-23T02:17:17.5702878Z ] 2022-11-23T02:17:17.5703285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:17.5703913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:17.5704551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.5704926Z with 2022-11-23T02:17:17.5705081Z [ 2022-11-23T02:17:17.5705249Z T=c10::Scalar 2022-11-23T02:17:17.5705414Z ] 2022-11-23T02:17:17.7503062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.7503481Z with 2022-11-23T02:17:17.7503632Z [ 2022-11-23T02:17:17.7503808Z T=std::string 2022-11-23T02:17:17.7504148Z ] 2022-11-23T02:17:17.7504564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.7504942Z with 2022-11-23T02:17:17.7505097Z [ 2022-11-23T02:17:17.7505254Z T=std::string 2022-11-23T02:17:17.7505420Z ] 2022-11-23T02:17:17.7505858Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.7506287Z with 2022-11-23T02:17:17.7506442Z [ 2022-11-23T02:17:17.7506669Z T=std::string 2022-11-23T02:17:17.7506841Z ] 2022-11-23T02:17:17.7507321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.7507754Z with 2022-11-23T02:17:17.7507920Z [ 2022-11-23T02:17:17.7508088Z T=std::string 2022-11-23T02:17:17.7508240Z ] 2022-11-23T02:17:17.7508647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:17.7509271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:17.7509926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.7510314Z with 2022-11-23T02:17:17.7510469Z [ 2022-11-23T02:17:17.7510637Z T=std::string 2022-11-23T02:17:17.7510803Z ] 2022-11-23T02:17:17.7626820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.7627202Z with 2022-11-23T02:17:17.7627367Z [ 2022-11-23T02:17:17.7627586Z T=c10::QualifiedName 2022-11-23T02:17:17.7627752Z ] 2022-11-23T02:17:17.7628296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.7636817Z with 2022-11-23T02:17:17.7637046Z [ 2022-11-23T02:17:17.7637294Z T=c10::QualifiedName 2022-11-23T02:17:17.7637479Z ] 2022-11-23T02:17:17.7637930Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.7638367Z with 2022-11-23T02:17:17.7638523Z [ 2022-11-23T02:17:17.7638700Z T=c10::QualifiedName 2022-11-23T02:17:17.7638875Z ] 2022-11-23T02:17:17.7639346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.7639781Z with 2022-11-23T02:17:17.7639923Z [ 2022-11-23T02:17:17.7640102Z T=c10::QualifiedName 2022-11-23T02:17:17.7640272Z ] 2022-11-23T02:17:17.7640821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:17.7641467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:17.7642105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.7642499Z with 2022-11-23T02:17:17.7642642Z [ 2022-11-23T02:17:17.7642820Z T=c10::QualifiedName 2022-11-23T02:17:17.7642992Z ] 2022-11-23T02:17:17.8121634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8122023Z with 2022-11-23T02:17:17.8122190Z [ 2022-11-23T02:17:17.8122400Z T=std::shared_ptr 2022-11-23T02:17:17.8122609Z ] 2022-11-23T02:17:17.8123019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.8123399Z with 2022-11-23T02:17:17.8123548Z [ 2022-11-23T02:17:17.8123767Z T=std::shared_ptr 2022-11-23T02:17:17.8123975Z ] 2022-11-23T02:17:17.8124420Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.8124870Z with 2022-11-23T02:17:17.8125051Z [ 2022-11-23T02:17:17.8125274Z T=std::shared_ptr 2022-11-23T02:17:17.8125480Z ] 2022-11-23T02:17:17.8125945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.8126376Z with 2022-11-23T02:17:17.8126517Z [ 2022-11-23T02:17:17.8126731Z T=std::shared_ptr 2022-11-23T02:17:17.8126934Z ] 2022-11-23T02:17:17.8127507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:17.8128210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:17.8128883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8129273Z with 2022-11-23T02:17:17.8129476Z [ 2022-11-23T02:17:17.8129682Z T=std::shared_ptr 2022-11-23T02:17:17.8129886Z ] 2022-11-23T02:17:17.8153522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8153921Z with 2022-11-23T02:17:17.8154100Z [ 2022-11-23T02:17:17.8154320Z T=std::weak_ptr 2022-11-23T02:17:17.8154511Z ] 2022-11-23T02:17:17.8155049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.8155526Z with 2022-11-23T02:17:17.8155684Z [ 2022-11-23T02:17:17.8155903Z T=std::weak_ptr 2022-11-23T02:17:17.8156109Z ] 2022-11-23T02:17:17.8156562Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.8156956Z with 2022-11-23T02:17:17.8157112Z [ 2022-11-23T02:17:17.8157324Z T=std::weak_ptr 2022-11-23T02:17:17.8157524Z ] 2022-11-23T02:17:17.8157986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.8158414Z with 2022-11-23T02:17:17.8158553Z [ 2022-11-23T02:17:17.8158804Z T=std::weak_ptr 2022-11-23T02:17:17.8159011Z ] 2022-11-23T02:17:17.8159450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:17.8160138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:17.8160841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8161234Z with 2022-11-23T02:17:17.8161425Z [ 2022-11-23T02:17:17.8161626Z T=std::weak_ptr 2022-11-23T02:17:17.8161829Z ] 2022-11-23T02:17:17.8707857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8708265Z with 2022-11-23T02:17:17.8708430Z [ 2022-11-23T02:17:17.8708874Z T=std::vector> 2022-11-23T02:17:17.8709105Z ] 2022-11-23T02:17:17.8709561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.8709971Z with 2022-11-23T02:17:17.8710134Z [ 2022-11-23T02:17:17.8710376Z T=std::vector> 2022-11-23T02:17:17.8710603Z ] 2022-11-23T02:17:17.8711032Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.8711447Z with 2022-11-23T02:17:17.8711601Z [ 2022-11-23T02:17:17.8711850Z T=std::vector> 2022-11-23T02:17:17.8712079Z ] 2022-11-23T02:17:17.8712545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.8713022Z with 2022-11-23T02:17:17.8713640Z [ 2022-11-23T02:17:17.8713908Z T=std::vector> 2022-11-23T02:17:17.8714137Z ] 2022-11-23T02:17:17.8714610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:17.8715348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:17.8716047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8716433Z with 2022-11-23T02:17:17.8716594Z [ 2022-11-23T02:17:17.8716824Z T=std::vector> 2022-11-23T02:17:17.8717051Z ] 2022-11-23T02:17:17.8819515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8819890Z with 2022-11-23T02:17:17.8820059Z [ 2022-11-23T02:17:17.8820271Z T=std::vector> 2022-11-23T02:17:17.8820459Z ] 2022-11-23T02:17:17.8820873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.8821245Z with 2022-11-23T02:17:17.8821403Z [ 2022-11-23T02:17:17.8821610Z T=std::vector> 2022-11-23T02:17:17.8821809Z ] 2022-11-23T02:17:17.8822291Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.8822702Z with 2022-11-23T02:17:17.8822908Z [ 2022-11-23T02:17:17.8823116Z T=std::vector> 2022-11-23T02:17:17.8823337Z ] 2022-11-23T02:17:17.8823818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.8824366Z with 2022-11-23T02:17:17.8824510Z [ 2022-11-23T02:17:17.8824718Z T=std::vector> 2022-11-23T02:17:17.8824914Z ] 2022-11-23T02:17:17.8825352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:17.8826037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:17.8826768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8827156Z with 2022-11-23T02:17:17.8827301Z [ 2022-11-23T02:17:17.8827514Z T=std::vector> 2022-11-23T02:17:17.8827713Z ] 2022-11-23T02:17:17.8907187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8907556Z with 2022-11-23T02:17:17.8907724Z [ 2022-11-23T02:17:17.8907970Z T=std::vector,std::allocator>> 2022-11-23T02:17:17.8908211Z ] 2022-11-23T02:17:17.8908616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.8908991Z with 2022-11-23T02:17:17.8909149Z [ 2022-11-23T02:17:17.8909400Z T=std::vector,std::allocator>> 2022-11-23T02:17:17.8909616Z ] 2022-11-23T02:17:17.8910065Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.8910472Z with 2022-11-23T02:17:17.8910628Z [ 2022-11-23T02:17:17.8910880Z T=std::vector,std::allocator>> 2022-11-23T02:17:17.8911114Z ] 2022-11-23T02:17:17.8911579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.8912007Z with 2022-11-23T02:17:17.8912149Z [ 2022-11-23T02:17:17.8912400Z T=std::vector,std::allocator>> 2022-11-23T02:17:17.8912630Z ] 2022-11-23T02:17:17.8913102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:17:17.8913853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:17:17.8914537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:17:17.8915254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8915642Z with 2022-11-23T02:17:17.8915787Z [ 2022-11-23T02:17:17.8916047Z T=std::vector,std::allocator>> 2022-11-23T02:17:17.8916283Z ] 2022-11-23T02:17:17.8939429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8939793Z with 2022-11-23T02:17:17.8939956Z [ 2022-11-23T02:17:17.8940207Z T=std::vector,std::allocator>> 2022-11-23T02:17:17.8940425Z ] 2022-11-23T02:17:17.8940832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.8941255Z with 2022-11-23T02:17:17.8941409Z [ 2022-11-23T02:17:17.8941654Z T=std::vector,std::allocator>> 2022-11-23T02:17:17.8941953Z ] 2022-11-23T02:17:17.8942398Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.8942804Z with 2022-11-23T02:17:17.8942961Z [ 2022-11-23T02:17:17.8943205Z T=std::vector,std::allocator>> 2022-11-23T02:17:17.8943433Z ] 2022-11-23T02:17:17.8943898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.8944327Z with 2022-11-23T02:17:17.8944468Z [ 2022-11-23T02:17:17.8944710Z T=std::vector,std::allocator>> 2022-11-23T02:17:17.8944936Z ] 2022-11-23T02:17:17.8945399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:17:17.8946126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:17:17.8946865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:17:17.8947505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.8947892Z with 2022-11-23T02:17:17.8948036Z [ 2022-11-23T02:17:17.8948283Z T=std::vector,std::allocator>> 2022-11-23T02:17:17.8948518Z ] 2022-11-23T02:17:17.9047079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:17.9047451Z with 2022-11-23T02:17:17.9047719Z [ 2022-11-23T02:17:17.9047940Z T=std::vector> 2022-11-23T02:17:17.9048127Z ] 2022-11-23T02:17:17.9048531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:17.9048909Z with 2022-11-23T02:17:17.9049064Z [ 2022-11-23T02:17:17.9049277Z T=std::vector> 2022-11-23T02:17:17.9049477Z ] 2022-11-23T02:17:17.9049911Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:17.9050311Z with 2022-11-23T02:17:17.9050522Z [ 2022-11-23T02:17:17.9050734Z T=std::vector> 2022-11-23T02:17:17.9050938Z ] 2022-11-23T02:17:17.9051402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:17.9051826Z with 2022-11-23T02:17:17.9051971Z [ 2022-11-23T02:17:17.9052244Z T=std::vector> 2022-11-23T02:17:17.9052446Z ] 2022-11-23T02:17:17.9052881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:17.9053564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:17.9054234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:17.9054623Z with 2022-11-23T02:17:17.9054766Z [ 2022-11-23T02:17:17.9054982Z T=std::vector> 2022-11-23T02:17:17.9055186Z ] 2022-11-23T02:17:18.0085904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:18.0086366Z with 2022-11-23T02:17:18.0086529Z [ 2022-11-23T02:17:18.0086841Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:17:18.0087061Z ] 2022-11-23T02:17:18.0087533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:18.0087922Z with 2022-11-23T02:17:18.0088082Z [ 2022-11-23T02:17:18.0088324Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:17:18.0088555Z ] 2022-11-23T02:17:18.0088994Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:18.0089420Z with 2022-11-23T02:17:18.0089577Z [ 2022-11-23T02:17:18.0089817Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:17:18.0090044Z ] 2022-11-23T02:17:18.0090521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:18.0091082Z with 2022-11-23T02:17:18.0091229Z [ 2022-11-23T02:17:18.0091522Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:17:18.0091753Z ] 2022-11-23T02:17:18.0092276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:18.0093109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:18.0093945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:17:18.0094650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:18.0095118Z with 2022-11-23T02:17:18.0095264Z [ 2022-11-23T02:17:18.0095507Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:17:18.0095735Z ] 2022-11-23T02:17:18.0306099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:18.0306479Z with 2022-11-23T02:17:18.0306690Z [ 2022-11-23T02:17:18.0306950Z T=c10::impl::InlineStreamGuard 2022-11-23T02:17:18.0307177Z ] 2022-11-23T02:17:18.0307586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:18.0307959Z with 2022-11-23T02:17:18.0308118Z [ 2022-11-23T02:17:18.0308408Z T=c10::impl::InlineStreamGuard 2022-11-23T02:17:18.0308634Z ] 2022-11-23T02:17:18.0309104Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:18.0309645Z with 2022-11-23T02:17:18.0309803Z [ 2022-11-23T02:17:18.0310044Z T=c10::impl::InlineStreamGuard 2022-11-23T02:17:18.0310276Z ] 2022-11-23T02:17:18.0310742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:18.0311179Z with 2022-11-23T02:17:18.0311322Z [ 2022-11-23T02:17:18.0311560Z T=c10::impl::InlineStreamGuard 2022-11-23T02:17:18.0311784Z ] 2022-11-23T02:17:18.0312237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:18.0312981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:18.0313855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:17:18.0314609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:18.0315046Z with 2022-11-23T02:17:18.0315193Z [ 2022-11-23T02:17:18.0315434Z T=c10::impl::InlineStreamGuard 2022-11-23T02:17:18.0315663Z ] 2022-11-23T02:17:18.0342757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:18.0343125Z with 2022-11-23T02:17:18.0343295Z [ 2022-11-23T02:17:18.0343526Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:18.0343718Z ] 2022-11-23T02:17:18.0344165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:18.0344540Z with 2022-11-23T02:17:18.0344800Z [ 2022-11-23T02:17:18.0344998Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:18.0345172Z ] 2022-11-23T02:17:18.0345625Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:18.0346038Z with 2022-11-23T02:17:18.0346196Z [ 2022-11-23T02:17:18.0346386Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:18.0346641Z ] 2022-11-23T02:17:18.0347150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:18.0347572Z with 2022-11-23T02:17:18.0347731Z [ 2022-11-23T02:17:18.0347924Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:18.0348112Z ] 2022-11-23T02:17:18.0348541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:18.0349187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:18.0349613Z with 2022-11-23T02:17:18.0349757Z [ 2022-11-23T02:17:18.0349950Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:18.0350234Z ] 2022-11-23T02:17:18.0350699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:17:18.0351390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:18.0351779Z with 2022-11-23T02:17:18.0351922Z [ 2022-11-23T02:17:18.0352113Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:17:18.0352305Z ] 2022-11-23T02:17:18.0736565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:18.0737116Z with 2022-11-23T02:17:18.0737281Z [ 2022-11-23T02:17:18.0737587Z T=std::vector> 2022-11-23T02:17:18.0737834Z ] 2022-11-23T02:17:18.0738282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:18.0738665Z with 2022-11-23T02:17:18.0738825Z [ 2022-11-23T02:17:18.0739109Z T=std::vector> 2022-11-23T02:17:18.0739369Z ] 2022-11-23T02:17:18.0739801Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:18.0740225Z with 2022-11-23T02:17:18.0740384Z [ 2022-11-23T02:17:18.0740664Z T=std::vector> 2022-11-23T02:17:18.0740915Z ] 2022-11-23T02:17:18.0741465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:18.0741944Z with 2022-11-23T02:17:18.0742091Z [ 2022-11-23T02:17:18.0742368Z T=std::vector> 2022-11-23T02:17:18.0742624Z ] 2022-11-23T02:17:18.0743120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:18.0743916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:18.0744636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:18.0745028Z with 2022-11-23T02:17:18.0745184Z [ 2022-11-23T02:17:18.0745462Z T=std::vector> 2022-11-23T02:17:18.0745704Z ] 2022-11-23T02:17:18.1870928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:18.1871345Z with 2022-11-23T02:17:18.1871511Z [ 2022-11-23T02:17:18.1871723Z T=torch::autograd::ViewInfo 2022-11-23T02:17:18.1871912Z ] 2022-11-23T02:17:18.1872312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:18.1872698Z with 2022-11-23T02:17:18.1872856Z [ 2022-11-23T02:17:18.1873045Z T=torch::autograd::ViewInfo 2022-11-23T02:17:18.1873229Z ] 2022-11-23T02:17:18.1873671Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:18.1874238Z with 2022-11-23T02:17:18.1874398Z [ 2022-11-23T02:17:18.1874589Z T=torch::autograd::ViewInfo 2022-11-23T02:17:18.1874774Z ] 2022-11-23T02:17:18.1875253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:18.1875684Z with 2022-11-23T02:17:18.1875829Z [ 2022-11-23T02:17:18.1876013Z T=torch::autograd::ViewInfo 2022-11-23T02:17:18.1876198Z ] 2022-11-23T02:17:18.1876626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:18.1877295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:18.1877964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:18.1878433Z with 2022-11-23T02:17:18.1878592Z [ 2022-11-23T02:17:18.1878767Z T=torch::autograd::ViewInfo 2022-11-23T02:17:18.1878949Z ] 2022-11-23T02:17:18.2172250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:18.2172634Z with 2022-11-23T02:17:18.2172797Z [ 2022-11-23T02:17:18.2172984Z T=c10::IValue 2022-11-23T02:17:18.2173140Z ] 2022-11-23T02:17:18.2173550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:18.2173938Z with 2022-11-23T02:17:18.2174142Z [ 2022-11-23T02:17:18.2174313Z T=c10::IValue 2022-11-23T02:17:18.2174467Z ] 2022-11-23T02:17:18.2174915Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:18.2175327Z with 2022-11-23T02:17:18.2175487Z [ 2022-11-23T02:17:18.2175654Z T=c10::IValue 2022-11-23T02:17:18.2175825Z ] 2022-11-23T02:17:18.2176331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:18.2176757Z with 2022-11-23T02:17:18.2176946Z [ 2022-11-23T02:17:18.2177117Z T=c10::IValue 2022-11-23T02:17:18.2177284Z ] 2022-11-23T02:17:18.2177695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:18.2178326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:18.2178973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:18.2179348Z with 2022-11-23T02:17:18.2179506Z [ 2022-11-23T02:17:18.2179823Z T=c10::IValue 2022-11-23T02:17:18.2179990Z ] 2022-11-23T02:17:18.2213581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:18.2213951Z with 2022-11-23T02:17:18.2214095Z [ 2022-11-23T02:17:18.2214272Z T=c10::AliasInfo 2022-11-23T02:17:18.2214447Z ] 2022-11-23T02:17:18.2214851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:18.2215216Z with 2022-11-23T02:17:18.2215370Z [ 2022-11-23T02:17:18.2215528Z T=c10::AliasInfo 2022-11-23T02:17:18.2215699Z ] 2022-11-23T02:17:18.2216145Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:18.2216553Z with 2022-11-23T02:17:18.2216710Z [ 2022-11-23T02:17:18.2216881Z T=c10::AliasInfo 2022-11-23T02:17:18.2217036Z ] 2022-11-23T02:17:18.2217649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:18.2218154Z with 2022-11-23T02:17:18.2218312Z [ 2022-11-23T02:17:18.2218488Z T=c10::AliasInfo 2022-11-23T02:17:18.2218659Z ] 2022-11-23T02:17:18.2219055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:18.2219699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:18.2220349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:18.2220739Z with 2022-11-23T02:17:18.2220894Z [ 2022-11-23T02:17:18.2221065Z T=c10::AliasInfo 2022-11-23T02:17:18.2221239Z ] 2022-11-23T02:17:18.3209005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:18.3209417Z with 2022-11-23T02:17:18.3209591Z [ 2022-11-23T02:17:18.3209838Z T=std::vector> 2022-11-23T02:17:18.3210067Z ] 2022-11-23T02:17:18.3210484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:18.3210895Z with 2022-11-23T02:17:18.3211053Z [ 2022-11-23T02:17:18.3211266Z T=std::vector> 2022-11-23T02:17:18.3211481Z ] 2022-11-23T02:17:18.3211921Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:18.3212338Z with 2022-11-23T02:17:18.3212494Z [ 2022-11-23T02:17:18.3212719Z T=std::vector> 2022-11-23T02:17:18.3212915Z ] 2022-11-23T02:17:18.3213548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:18.3213984Z with 2022-11-23T02:17:18.3214141Z [ 2022-11-23T02:17:18.3214363Z T=std::vector> 2022-11-23T02:17:18.3214571Z ] 2022-11-23T02:17:18.3215002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:18.3215380Z with 2022-11-23T02:17:18.3215538Z [ 2022-11-23T02:17:18.3215706Z T=c10::SymInt 2022-11-23T02:17:18.3215872Z ] 2022-11-23T02:17:18.3216289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:18.3216682Z with 2022-11-23T02:17:18.3216824Z [ 2022-11-23T02:17:18.3216991Z T=c10::SymInt 2022-11-23T02:17:18.3217154Z ] 2022-11-23T02:17:18.3217686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:17:18.3218518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:17:18.3219250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:18.3219642Z with 2022-11-23T02:17:18.3219797Z [ 2022-11-23T02:17:18.3220008Z T=std::vector> 2022-11-23T02:17:18.3220217Z ] 2022-11-23T02:17:18.3409899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:18.3410296Z with 2022-11-23T02:17:18.3410459Z [ 2022-11-23T02:17:18.3410708Z T=c10::either 2022-11-23T02:17:18.3410915Z ] 2022-11-23T02:17:18.3411328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:18.3411763Z with 2022-11-23T02:17:18.3411925Z [ 2022-11-23T02:17:18.3412154Z T=c10::either 2022-11-23T02:17:18.3412409Z ] 2022-11-23T02:17:18.3412887Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:18.3413317Z with 2022-11-23T02:17:18.3413471Z [ 2022-11-23T02:17:18.3413700Z T=c10::either 2022-11-23T02:17:18.3413912Z ] 2022-11-23T02:17:18.3414387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:18.3414820Z with 2022-11-23T02:17:18.3415115Z [ 2022-11-23T02:17:18.3415343Z T=c10::either 2022-11-23T02:17:18.3415558Z ] 2022-11-23T02:17:18.3416015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:18.3416752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:18.3417466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:18.3417901Z with 2022-11-23T02:17:18.3418049Z [ 2022-11-23T02:17:18.3418319Z T=c10::either 2022-11-23T02:17:18.3418536Z ] 2022-11-23T02:17:19.9218702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:19.9219284Z with 2022-11-23T02:17:19.9219465Z [ 2022-11-23T02:17:19.9219658Z T=at::StepCallbacks 2022-11-23T02:17:19.9219839Z ] 2022-11-23T02:17:19.9220238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:19.9220616Z with 2022-11-23T02:17:19.9220773Z [ 2022-11-23T02:17:19.9220948Z T=at::StepCallbacks 2022-11-23T02:17:19.9221121Z ] 2022-11-23T02:17:19.9221547Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:19.9221965Z with 2022-11-23T02:17:19.9222116Z [ 2022-11-23T02:17:19.9222288Z T=at::StepCallbacks 2022-11-23T02:17:19.9222458Z ] 2022-11-23T02:17:19.9222924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:19.9223403Z with 2022-11-23T02:17:19.9223547Z [ 2022-11-23T02:17:19.9223756Z T=at::StepCallbacks 2022-11-23T02:17:19.9223931Z ] 2022-11-23T02:17:19.9224352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:19.9225010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:19.9225671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:19.9226056Z with 2022-11-23T02:17:19.9226197Z [ 2022-11-23T02:17:19.9226372Z T=at::StepCallbacks 2022-11-23T02:17:19.9226593Z ] 2022-11-23T02:17:19.9924814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:19.9925924Z with 2022-11-23T02:17:19.9926087Z [ 2022-11-23T02:17:19.9926260Z T=c10::DimVector 2022-11-23T02:17:19.9926448Z ] 2022-11-23T02:17:19.9926857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:19.9927236Z with 2022-11-23T02:17:19.9927394Z [ 2022-11-23T02:17:19.9927568Z T=c10::DimVector 2022-11-23T02:17:19.9927721Z ] 2022-11-23T02:17:19.9928162Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:19.9928571Z with 2022-11-23T02:17:19.9928729Z [ 2022-11-23T02:17:19.9928894Z T=c10::DimVector 2022-11-23T02:17:19.9929055Z ] 2022-11-23T02:17:19.9929510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:19.9929946Z with 2022-11-23T02:17:19.9930097Z [ 2022-11-23T02:17:19.9930355Z T=c10::DimVector 2022-11-23T02:17:19.9930525Z ] 2022-11-23T02:17:19.9930931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:19.9931575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:19.9932210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:19.9932596Z with 2022-11-23T02:17:19.9932750Z [ 2022-11-23T02:17:19.9932917Z T=c10::DimVector 2022-11-23T02:17:19.9933080Z ] 2022-11-23T02:17:20.7258554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:20.7258951Z with 2022-11-23T02:17:20.7259105Z [ 2022-11-23T02:17:20.7259303Z T=c10::impl::AnnotatedSchema 2022-11-23T02:17:20.7259505Z ] 2022-11-23T02:17:20.7259912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:20.7260289Z with 2022-11-23T02:17:20.7260447Z [ 2022-11-23T02:17:20.7260623Z T=c10::impl::AnnotatedSchema 2022-11-23T02:17:20.7260804Z ] 2022-11-23T02:17:20.7261241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:20.7261669Z with 2022-11-23T02:17:20.7261822Z [ 2022-11-23T02:17:20.7262005Z T=c10::impl::AnnotatedSchema 2022-11-23T02:17:20.7262172Z ] 2022-11-23T02:17:20.7262647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:20.7263081Z with 2022-11-23T02:17:20.7263232Z [ 2022-11-23T02:17:20.7263416Z T=c10::impl::AnnotatedSchema 2022-11-23T02:17:20.7263781Z ] 2022-11-23T02:17:20.7264198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:20.7264884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:20.7265559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:20.7265947Z with 2022-11-23T02:17:20.7266105Z [ 2022-11-23T02:17:20.7266293Z T=c10::impl::AnnotatedSchema 2022-11-23T02:17:20.7266551Z ] 2022-11-23T02:17:20.7319009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:20.7319385Z with 2022-11-23T02:17:20.7319529Z [ 2022-11-23T02:17:20.7319759Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:17:20.7319973Z ] 2022-11-23T02:17:20.7320485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:20.7320866Z with 2022-11-23T02:17:20.7321010Z [ 2022-11-23T02:17:20.7321237Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:17:20.7321454Z ] 2022-11-23T02:17:20.7321898Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:20.7322306Z with 2022-11-23T02:17:20.7322457Z [ 2022-11-23T02:17:20.7322732Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:17:20.7322937Z ] 2022-11-23T02:17:20.7323443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:20.7323875Z with 2022-11-23T02:17:20.7324029Z [ 2022-11-23T02:17:20.7324252Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:17:20.7324463Z ] 2022-11-23T02:17:20.7324903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:20.7325658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:20.7326360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:20.7326750Z with 2022-11-23T02:17:20.7326905Z [ 2022-11-23T02:17:20.7327129Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:17:20.7327339Z ] 2022-11-23T02:17:20.7555791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:17:20.7556537Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:17:20.8471656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:20.8472076Z with 2022-11-23T02:17:20.8472228Z [ 2022-11-23T02:17:20.8472459Z T=std::tuple 2022-11-23T02:17:20.8472659Z ] 2022-11-23T02:17:20.8473079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:20.8473479Z with 2022-11-23T02:17:20.8473635Z [ 2022-11-23T02:17:20.8473831Z T=std::tuple 2022-11-23T02:17:20.8474026Z ] 2022-11-23T02:17:20.8474473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:20.8474895Z with 2022-11-23T02:17:20.8475050Z [ 2022-11-23T02:17:20.8475416Z T=std::tuple 2022-11-23T02:17:20.8475614Z ] 2022-11-23T02:17:20.8476086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:20.8476514Z with 2022-11-23T02:17:20.8476673Z [ 2022-11-23T02:17:20.8476880Z T=std::tuple 2022-11-23T02:17:20.8477076Z ] 2022-11-23T02:17:20.8477499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:20.8478207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:20.8478889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:20.8479284Z with 2022-11-23T02:17:20.8479443Z [ 2022-11-23T02:17:20.8479646Z T=std::tuple 2022-11-23T02:17:20.8479842Z ] 2022-11-23T02:17:20.8521101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:20.8521496Z with 2022-11-23T02:17:20.8521662Z [ 2022-11-23T02:17:20.8521866Z T=torch::jit::SourceRange 2022-11-23T02:17:20.8522049Z ] 2022-11-23T02:17:20.8522465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:20.8522845Z with 2022-11-23T02:17:20.8522986Z [ 2022-11-23T02:17:20.8523170Z T=torch::jit::SourceRange 2022-11-23T02:17:20.8523351Z ] 2022-11-23T02:17:20.8523791Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:20.8524205Z with 2022-11-23T02:17:20.8524511Z [ 2022-11-23T02:17:20.8524694Z T=torch::jit::SourceRange 2022-11-23T02:17:20.8524877Z ] 2022-11-23T02:17:20.8525350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:20.8525786Z with 2022-11-23T02:17:20.8525941Z [ 2022-11-23T02:17:20.8526123Z T=torch::jit::SourceRange 2022-11-23T02:17:20.8526292Z ] 2022-11-23T02:17:20.8526717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:20.8527388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:20.8528067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:20.8528456Z with 2022-11-23T02:17:20.8528680Z [ 2022-11-23T02:17:20.8528869Z T=torch::jit::SourceRange 2022-11-23T02:17:20.8529039Z ] 2022-11-23T02:17:20.8596402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:20.8596780Z with 2022-11-23T02:17:20.8596941Z [ 2022-11-23T02:17:20.8597147Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:17:20.8597345Z ] 2022-11-23T02:17:20.8597752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:20.8598117Z with 2022-11-23T02:17:20.8598273Z [ 2022-11-23T02:17:20.8598470Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:17:20.8598663Z ] 2022-11-23T02:17:20.8599113Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:20.8599526Z with 2022-11-23T02:17:20.8599669Z [ 2022-11-23T02:17:20.8599871Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:17:20.8600061Z ] 2022-11-23T02:17:20.8600527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:20.8600958Z with 2022-11-23T02:17:20.8601110Z [ 2022-11-23T02:17:20.8601295Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:17:20.8601488Z ] 2022-11-23T02:17:20.8601925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:20.8602596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:20.8603261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:20.8603771Z with 2022-11-23T02:17:20.8603927Z [ 2022-11-23T02:17:20.8604127Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:17:20.8604308Z ] 2022-11-23T02:17:20.8622687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:20.8623096Z with 2022-11-23T02:17:20.8623263Z [ 2022-11-23T02:17:20.8623471Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:17:20.8623671Z ] 2022-11-23T02:17:20.8624070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:20.8624449Z with 2022-11-23T02:17:20.8624606Z [ 2022-11-23T02:17:20.8624806Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:17:20.8625002Z ] 2022-11-23T02:17:20.8625449Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:20.8625851Z with 2022-11-23T02:17:20.8625993Z [ 2022-11-23T02:17:20.8626399Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:17:20.8626603Z ] 2022-11-23T02:17:20.8627071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:20.8627510Z with 2022-11-23T02:17:20.8627653Z [ 2022-11-23T02:17:20.8627851Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:17:20.8628040Z ] 2022-11-23T02:17:20.8628471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:20.8629154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:20.8629820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:20.8630213Z with 2022-11-23T02:17:20.8630368Z [ 2022-11-23T02:17:20.8630554Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:17:20.8630743Z ] 2022-11-23T02:17:20.8670245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:20.8670656Z with 2022-11-23T02:17:20.8670820Z [ 2022-11-23T02:17:20.8671008Z T=torch::jit::ScopePtr 2022-11-23T02:17:20.8671176Z ] 2022-11-23T02:17:20.8671653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:20.8672077Z with 2022-11-23T02:17:20.8672237Z [ 2022-11-23T02:17:20.8672420Z T=torch::jit::ScopePtr 2022-11-23T02:17:20.8672597Z ] 2022-11-23T02:17:20.8673035Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:20.8673449Z with 2022-11-23T02:17:20.8673737Z [ 2022-11-23T02:17:20.8673916Z T=torch::jit::ScopePtr 2022-11-23T02:17:20.8674092Z ] 2022-11-23T02:17:20.8674559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:20.8674986Z with 2022-11-23T02:17:20.8675132Z [ 2022-11-23T02:17:20.8675311Z T=torch::jit::ScopePtr 2022-11-23T02:17:20.8675485Z ] 2022-11-23T02:17:20.8675898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:20.8676550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:20.8677249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:20.8677675Z with 2022-11-23T02:17:20.8677821Z [ 2022-11-23T02:17:20.8678800Z T=torch::jit::ScopePtr 2022-11-23T02:17:20.8678999Z ] 2022-11-23T02:17:21.0881304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:21.0881708Z with 2022-11-23T02:17:21.0881873Z [ 2022-11-23T02:17:21.0882071Z T=at::ThreadLocalState 2022-11-23T02:17:21.0882251Z ] 2022-11-23T02:17:21.0882661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:21.0883051Z with 2022-11-23T02:17:21.0883213Z [ 2022-11-23T02:17:21.0883396Z T=at::ThreadLocalState 2022-11-23T02:17:21.0883563Z ] 2022-11-23T02:17:21.0884008Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:21.0884426Z with 2022-11-23T02:17:21.0884579Z [ 2022-11-23T02:17:21.0884819Z T=at::ThreadLocalState 2022-11-23T02:17:21.0884985Z ] 2022-11-23T02:17:21.0885513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:21.0885944Z with 2022-11-23T02:17:21.0886102Z [ 2022-11-23T02:17:21.0886284Z T=at::ThreadLocalState 2022-11-23T02:17:21.0886460Z ] 2022-11-23T02:17:21.0886885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:21.0887563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:21.0888228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:21.0888622Z with 2022-11-23T02:17:21.0888778Z [ 2022-11-23T02:17:21.0889131Z T=at::ThreadLocalState 2022-11-23T02:17:21.0889312Z ] 2022-11-23T02:17:21.1044867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:21.1045266Z with 2022-11-23T02:17:21.1045415Z [ 2022-11-23T02:17:21.1045649Z T=std::shared_ptr 2022-11-23T02:17:21.1045844Z ] 2022-11-23T02:17:21.1046311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:21.1046728Z with 2022-11-23T02:17:21.1046888Z [ 2022-11-23T02:17:21.1047077Z T=std::shared_ptr 2022-11-23T02:17:21.1047269Z ] 2022-11-23T02:17:21.1047714Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:21.1048123Z with 2022-11-23T02:17:21.1048278Z [ 2022-11-23T02:17:21.1048480Z T=std::shared_ptr 2022-11-23T02:17:21.1048665Z ] 2022-11-23T02:17:21.1049287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:21.1049720Z with 2022-11-23T02:17:21.1049878Z [ 2022-11-23T02:17:21.1050081Z T=std::shared_ptr 2022-11-23T02:17:21.1050275Z ] 2022-11-23T02:17:21.1050698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:21.1051368Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:21.1052108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:17:21.1052839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:21.1053229Z with 2022-11-23T02:17:21.1053387Z [ 2022-11-23T02:17:21.1053589Z T=std::shared_ptr 2022-11-23T02:17:21.1053787Z ] 2022-11-23T02:17:21.1076213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:21.1076674Z with 2022-11-23T02:17:21.1076841Z [ 2022-11-23T02:17:21.1077056Z T=torch::jit::GraphExecutor 2022-11-23T02:17:21.1077247Z ] 2022-11-23T02:17:21.1077662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:21.1078045Z with 2022-11-23T02:17:21.1078190Z [ 2022-11-23T02:17:21.1078382Z T=torch::jit::GraphExecutor 2022-11-23T02:17:21.1078564Z ] 2022-11-23T02:17:21.1079007Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:21.1079584Z with 2022-11-23T02:17:21.1079740Z [ 2022-11-23T02:17:21.1079913Z T=torch::jit::GraphExecutor 2022-11-23T02:17:21.1080095Z ] 2022-11-23T02:17:21.1080581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:21.1081007Z with 2022-11-23T02:17:21.1081163Z [ 2022-11-23T02:17:21.1081345Z T=torch::jit::GraphExecutor 2022-11-23T02:17:21.1081514Z ] 2022-11-23T02:17:21.1081937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:21.1082702Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:21.1083462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:17:21.1084148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:21.1084535Z with 2022-11-23T02:17:21.1084694Z [ 2022-11-23T02:17:21.1084883Z T=torch::jit::GraphExecutor 2022-11-23T02:17:21.1085058Z ] 2022-11-23T02:17:21.1188496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:21.1188908Z with 2022-11-23T02:17:21.1189074Z [ 2022-11-23T02:17:21.1189261Z T=torch::jit::Method 2022-11-23T02:17:21.1189439Z ] 2022-11-23T02:17:21.1189847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:21.1190227Z with 2022-11-23T02:17:21.1190384Z [ 2022-11-23T02:17:21.1190560Z T=torch::jit::Method 2022-11-23T02:17:21.1190730Z ] 2022-11-23T02:17:21.1191179Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:21.1191594Z with 2022-11-23T02:17:21.1191736Z [ 2022-11-23T02:17:21.1191910Z T=torch::jit::Method 2022-11-23T02:17:21.1192083Z ] 2022-11-23T02:17:21.1192550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:21.1192984Z with 2022-11-23T02:17:21.1193125Z [ 2022-11-23T02:17:21.1193299Z T=torch::jit::Method 2022-11-23T02:17:21.1193470Z ] 2022-11-23T02:17:21.1193880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:21.1194593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:21.1195367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:21.1195763Z with 2022-11-23T02:17:21.1195920Z [ 2022-11-23T02:17:21.1196086Z T=torch::jit::Method 2022-11-23T02:17:21.1196261Z ] 2022-11-23T02:17:21.2010288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:21.2010694Z with 2022-11-23T02:17:21.2010858Z [ 2022-11-23T02:17:21.2011105Z T=std::vector> 2022-11-23T02:17:21.2011306Z ] 2022-11-23T02:17:21.2011726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:21.2012109Z with 2022-11-23T02:17:21.2012264Z [ 2022-11-23T02:17:21.2012487Z T=std::vector> 2022-11-23T02:17:21.2012863Z ] 2022-11-23T02:17:21.2013295Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:21.2013718Z with 2022-11-23T02:17:21.2013875Z [ 2022-11-23T02:17:21.2014099Z T=std::vector> 2022-11-23T02:17:21.2014306Z ] 2022-11-23T02:17:21.2014779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:21.2015215Z with 2022-11-23T02:17:21.2015354Z [ 2022-11-23T02:17:21.2015578Z T=std::vector> 2022-11-23T02:17:21.2015787Z ] 2022-11-23T02:17:21.2016237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:21.2016943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:21.2017627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:21.2018018Z with 2022-11-23T02:17:21.2018164Z [ 2022-11-23T02:17:21.2018385Z T=std::vector> 2022-11-23T02:17:21.2018593Z ] 2022-11-23T02:17:21.3295063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:21.3295455Z with 2022-11-23T02:17:21.3295622Z [ 2022-11-23T02:17:21.3295898Z T=std::function 2022-11-23T02:17:21.3296137Z ] 2022-11-23T02:17:21.3296543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:21.3297097Z with 2022-11-23T02:17:21.3297257Z [ 2022-11-23T02:17:21.3297512Z T=std::function 2022-11-23T02:17:21.3297754Z ] 2022-11-23T02:17:21.3298204Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:21.3298613Z with 2022-11-23T02:17:21.3298768Z [ 2022-11-23T02:17:21.3299019Z T=std::function 2022-11-23T02:17:21.3299260Z ] 2022-11-23T02:17:21.3299731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:21.3300217Z with 2022-11-23T02:17:21.3300378Z [ 2022-11-23T02:17:21.3300664Z T=std::function 2022-11-23T02:17:21.3300905Z ] 2022-11-23T02:17:21.3301464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:21.3302241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:21.3302970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:21.3303360Z with 2022-11-23T02:17:21.3303519Z [ 2022-11-23T02:17:21.3303774Z T=std::function 2022-11-23T02:17:21.3303999Z ] 2022-11-23T02:17:21.5590084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:21.5590499Z with 2022-11-23T02:17:21.5590661Z [ 2022-11-23T02:17:21.5590946Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:17:21.5591228Z ] 2022-11-23T02:17:21.5591638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:21.5592034Z with 2022-11-23T02:17:21.5592181Z [ 2022-11-23T02:17:21.5592458Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:17:21.5592713Z ] 2022-11-23T02:17:21.5593161Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:21.5593580Z with 2022-11-23T02:17:21.5593734Z [ 2022-11-23T02:17:21.5593994Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:17:21.5594301Z ] 2022-11-23T02:17:21.5594821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:21.5595414Z with 2022-11-23T02:17:21.5595609Z [ 2022-11-23T02:17:21.5595897Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:17:21.5596140Z ] 2022-11-23T02:17:21.5596649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:17:21.5597479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:17:21.5598223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:21.5598619Z with 2022-11-23T02:17:21.5598779Z [ 2022-11-23T02:17:21.5599052Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:17:21.5599309Z ] 2022-11-23T02:17:21.6901302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:21.6901701Z with 2022-11-23T02:17:21.6901868Z [ 2022-11-23T02:17:21.6902096Z T=std::vector> 2022-11-23T02:17:21.6902318Z ] 2022-11-23T02:17:21.6902732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:21.6903108Z with 2022-11-23T02:17:21.6903258Z [ 2022-11-23T02:17:21.6903474Z T=std::vector> 2022-11-23T02:17:21.6903674Z ] 2022-11-23T02:17:21.6904122Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:21.6904535Z with 2022-11-23T02:17:21.6904692Z [ 2022-11-23T02:17:21.6904891Z T=std::vector> 2022-11-23T02:17:21.6905092Z ] 2022-11-23T02:17:21.6905612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:21.6906084Z with 2022-11-23T02:17:21.6906241Z [ 2022-11-23T02:17:21.6906521Z T=std::vector> 2022-11-23T02:17:21.6906724Z ] 2022-11-23T02:17:21.6907148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:21.6907533Z with 2022-11-23T02:17:21.6907692Z [ 2022-11-23T02:17:21.6907857Z T=double 2022-11-23T02:17:21.6908018Z ] 2022-11-23T02:17:21.6908477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:21.6908912Z with 2022-11-23T02:17:21.6909069Z [ 2022-11-23T02:17:21.6909227Z T=double 2022-11-23T02:17:21.6909389Z ] 2022-11-23T02:17:21.6909810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:21.6910279Z with 2022-11-23T02:17:21.6910437Z [ 2022-11-23T02:17:21.6910656Z T=std::vector> 2022-11-23T02:17:21.6910866Z ] 2022-11-23T02:17:22.2495977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:22.2496391Z with 2022-11-23T02:17:22.2496556Z [ 2022-11-23T02:17:22.2496761Z T=std::tuple 2022-11-23T02:17:22.2496970Z ] 2022-11-23T02:17:22.2497384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:22.2497765Z with 2022-11-23T02:17:22.2497925Z [ 2022-11-23T02:17:22.2498127Z T=std::tuple 2022-11-23T02:17:22.2498320Z ] 2022-11-23T02:17:22.2498911Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:22.2499335Z with 2022-11-23T02:17:22.2499480Z [ 2022-11-23T02:17:22.2499682Z T=std::tuple 2022-11-23T02:17:22.2499873Z ] 2022-11-23T02:17:22.2500352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:22.2500790Z with 2022-11-23T02:17:22.2500948Z [ 2022-11-23T02:17:22.2501136Z T=std::tuple 2022-11-23T02:17:22.2501331Z ] 2022-11-23T02:17:22.2501763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:17:22.2502464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:17:22.2503154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:22.2503541Z with 2022-11-23T02:17:22.2503684Z [ 2022-11-23T02:17:22.2503882Z T=std::tuple 2022-11-23T02:17:22.2504070Z ] 2022-11-23T02:17:22.3807403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:17:22.3807806Z with 2022-11-23T02:17:22.3807969Z [ 2022-11-23T02:17:22.3808235Z T=std::vector> 2022-11-23T02:17:22.3808469Z ] 2022-11-23T02:17:22.3808882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:17:22.3809317Z with 2022-11-23T02:17:22.3809478Z [ 2022-11-23T02:17:22.3809689Z T=std::vector> 2022-11-23T02:17:22.3809951Z ] 2022-11-23T02:17:22.3810558Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:17:22.3810979Z with 2022-11-23T02:17:22.3811137Z [ 2022-11-23T02:17:22.3811365Z T=std::vector> 2022-11-23T02:17:22.3811564Z ] 2022-11-23T02:17:22.3812042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:17:22.3812480Z with 2022-11-23T02:17:22.3812638Z [ 2022-11-23T02:17:22.3812862Z T=std::vector> 2022-11-23T02:17:22.3813069Z ] 2022-11-23T02:17:22.3813507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:17:22.3814329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:17:22.3815037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:17:22.3815432Z with 2022-11-23T02:17:22.3815590Z [ 2022-11-23T02:17:22.3815816Z T=std::vector> 2022-11-23T02:17:22.3816029Z ] 2022-11-23T02:17:23.0289938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(14): warning C4068: unknown pragma 'GCC' 2022-11-23T02:17:23.0290513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(15): warning C4068: unknown pragma 'GCC' 2022-11-23T02:17:23.0386975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(821): warning C4068: unknown pragma 'GCC' 2022-11-23T02:17:24.9338511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1151): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:17:24.9338922Z with 2022-11-23T02:17:24.9339070Z [ 2022-11-23T02:17:24.9339243Z scalar_t=float 2022-11-23T02:17:24.9339425Z ] 2022-11-23T02:17:24.9339851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:17:24.9340264Z with 2022-11-23T02:17:24.9340419Z [ 2022-11-23T02:17:24.9340573Z scalar_t=float 2022-11-23T02:17:24.9340738Z ] 2022-11-23T02:17:24.9343204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1072): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:17:24.9343554Z with 2022-11-23T02:17:24.9343711Z [ 2022-11-23T02:17:24.9343876Z scalar_t=float 2022-11-23T02:17:24.9344030Z ] 2022-11-23T02:17:24.9344462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1210): note: see reference to function template instantiation 'scalar_t calc_igammac(scalar_t,scalar_t)' being compiled 2022-11-23T02:17:24.9344850Z with 2022-11-23T02:17:24.9345004Z [ 2022-11-23T02:17:24.9345168Z scalar_t=float 2022-11-23T02:17:24.9345509Z ] 2022-11-23T02:17:26.0993589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(933): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:17:26.0993989Z with 2022-11-23T02:17:26.0994158Z [ 2022-11-23T02:17:26.0994392Z scalar_t=float 2022-11-23T02:17:26.0994598Z ] 2022-11-23T02:17:26.0995057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1185): note: see reference to function template instantiation 'scalar_t _igam_helper_asymptotic_series(scalar_t,scalar_t,bool)' being compiled 2022-11-23T02:17:26.0995488Z with 2022-11-23T02:17:26.0995644Z [ 2022-11-23T02:17:26.0995813Z scalar_t=float 2022-11-23T02:17:26.0995967Z ] 2022-11-23T02:17:26.0996390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:17:26.0996795Z with 2022-11-23T02:17:26.0996950Z [ 2022-11-23T02:17:26.0997115Z scalar_t=float 2022-11-23T02:17:26.0997281Z ] 2022-11-23T02:17:26.1032636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1314): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:17:26.1032993Z with 2022-11-23T02:17:26.1033159Z [ 2022-11-23T02:17:26.1033313Z T=float 2022-11-23T02:17:26.1033471Z ] 2022-11-23T02:17:26.1033936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1451): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_A(void)' being compiled 2022-11-23T02:17:26.1034351Z with 2022-11-23T02:17:26.1034493Z [ 2022-11-23T02:17:26.1034649Z T=float 2022-11-23T02:17:26.1034805Z ] 2022-11-23T02:17:26.1035201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1464): note: see reference to function template instantiation 'float calc_i0(T)' being compiled 2022-11-23T02:17:26.1035570Z with 2022-11-23T02:17:26.1035712Z [ 2022-11-23T02:17:26.1035868Z T=float 2022-11-23T02:17:26.1036023Z ] 2022-11-23T02:17:26.1086930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1338): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:17:26.1087283Z with 2022-11-23T02:17:26.1087438Z [ 2022-11-23T02:17:26.1087579Z T=float 2022-11-23T02:17:26.1087736Z ] 2022-11-23T02:17:26.1088185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1457): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_B(void)' being compiled 2022-11-23T02:17:26.1088594Z with 2022-11-23T02:17:26.1088748Z [ 2022-11-23T02:17:26.1088900Z T=float 2022-11-23T02:17:26.1089045Z ] 2022-11-23T02:17:26.6963495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(621): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:17:26.6963891Z with 2022-11-23T02:17:26.6964069Z [ 2022-11-23T02:17:26.6964230Z scalar_t=float 2022-11-23T02:17:26.6964402Z ] 2022-11-23T02:17:26.6964837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:17:26.6965259Z with 2022-11-23T02:17:26.6965413Z [ 2022-11-23T02:17:26.6965748Z scalar_t=float 2022-11-23T02:17:26.6965903Z ] 2022-11-23T02:17:26.6966339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1195): note: see reference to function template instantiation 'scalar_t _igam_helper_series(scalar_t,scalar_t)' being compiled 2022-11-23T02:17:26.6966740Z with 2022-11-23T02:17:26.6966898Z [ 2022-11-23T02:17:26.6967063Z scalar_t=float 2022-11-23T02:17:26.6967239Z ] 2022-11-23T02:17:26.6967590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(622): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:17:26.6967925Z with 2022-11-23T02:17:26.6968080Z [ 2022-11-23T02:17:26.6968246Z scalar_t=float 2022-11-23T02:17:26.6968410Z ] 2022-11-23T02:17:26.6968762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(623): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:17:26.6969080Z with 2022-11-23T02:17:26.6969234Z [ 2022-11-23T02:17:26.6969398Z scalar_t=float 2022-11-23T02:17:26.6969562Z ] 2022-11-23T02:17:27.0395442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(591): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:17:27.0395843Z with 2022-11-23T02:17:27.0396003Z [ 2022-11-23T02:17:27.0396193Z scalar_t=float 2022-11-23T02:17:27.0396347Z ] 2022-11-23T02:17:27.0396786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(634): note: see reference to function template instantiation 'scalar_t lanczos_sum_expg_scaled(scalar_t)' being compiled 2022-11-23T02:17:27.0397234Z with 2022-11-23T02:17:27.0397389Z [ 2022-11-23T02:17:27.0397594Z scalar_t=float 2022-11-23T02:17:27.0397773Z ] 2022-11-23T02:17:27.0398190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:17:27.0398611Z with 2022-11-23T02:17:27.0398764Z [ 2022-11-23T02:17:27.0398929Z scalar_t=float 2022-11-23T02:17:27.0399094Z ] 2022-11-23T02:17:27.0399469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(606): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:17:27.0399798Z with 2022-11-23T02:17:27.0399952Z [ 2022-11-23T02:17:27.0400115Z scalar_t=float 2022-11-23T02:17:27.0400279Z ] 2022-11-23T02:17:28.1628042Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_rng build\temp.win-amd64-cpython-39\Release\rng_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2022-11-23T02:17:28.3608262Z Creating library build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2022-11-23T02:17:28.4971477Z Generating code 2022-11-23T02:17:30.1923454Z Finished generating code 2022-11-23T02:17:30.3765217Z running install_lib 2022-11-23T02:17:30.3889485Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:17:30.3907288Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:17:30.3924598Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:17:30.3950959Z running install_egg_info 2022-11-23T02:17:30.4163156Z running egg_info 2022-11-23T02:17:30.4226869Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2022-11-23T02:17:30.4231470Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2022-11-23T02:17:30.4237018Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2022-11-23T02:17:30.4320819Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:17:30.4336260Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:17:30.4339588Z removing './install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info' (and everything under it) 2022-11-23T02:17:30.4348837Z Copying torch_test_cpp_extension.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info 2022-11-23T02:17:30.4393101Z running install_scripts 2022-11-23T02:17:30.4657921Z Error in atexit._run_exitfuncs: 2022-11-23T02:17:30.4658192Z Traceback (most recent call last): 2022-11-23T02:17:30.4658631Z File "C:\Jenkins\Miniconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed 2022-11-23T02:17:30.4659078Z return stream.closed 2022-11-23T02:17:30.4659327Z ValueError: underlying buffer has been detached 2022-11-23T02:17:30.7701416Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:17:30.764799] 2022-11-23T02:17:33.9188045Z 2022-11-23T02:17:33.9188779Z Expand the folded group to see the log file of test_cpp_extensions_aot_no_ninja 2022-11-23T02:17:33.9189731Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_no_ninja_b5o9o2pv) 2022-11-23T02:17:33.9190611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:33.9191276Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:33.9191605Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:33.9199978Z 2022-11-23T02:17:33.9200160Z Running tests... 2022-11-23T02:17:33.9200508Z ---------------------------------------------------------------------- 2022-11-23T02:17:33.9200909Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_aot_no_ninja 2022-11-23T02:17:33.9201389Z test_backward (__main__.TestCppExtensionAOT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.014s) 2022-11-23T02:17:33.9201835Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:17:33.9202198Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:17:33.9203317Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-11-23T02:17:33.9203678Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:17:33.9204151Z test_extension_function (__main__.TestCppExtensionAOT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:33.9204682Z test_extension_module (__main__.TestCppExtensionAOT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:33.9205166Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... skip: Not available on Windows (0.001s) 2022-11-23T02:17:33.9205642Z test_optional (__main__.TestCppExtensionAOT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:33.9206150Z test_add (__main__.TestORTTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:33.9206713Z test_conv_backend_override (__main__.TestORTTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:33.9207382Z test_unregistered (__main__.TestORTTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:33.9207896Z test_zeros (__main__.TestORTTensor) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:33.9208393Z test_rng (__main__.TestRNGExtension) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:33.9208802Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-11-23T02:17:33.9208984Z 2022-11-23T02:17:33.9209134Z ---------------------------------------------------------------------- 2022-11-23T02:17:33.9209366Z Ran 15 tests in 0.032s 2022-11-23T02:17:33.9209480Z 2022-11-23T02:17:33.9209553Z OK (skipped=15) 2022-11-23T02:17:33.9209662Z 2022-11-23T02:17:33.9209750Z Generating XML reports... 2022-11-23T02:17:33.9210131Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestCppExtensionAOT-20221123021733.xml 2022-11-23T02:17:33.9210637Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestORTTensor-20221123021733.xml 2022-11-23T02:17:33.9211130Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestRNGExtension-20221123021733.xml 2022-11-23T02:17:33.9211621Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestTorchLibrary-20221123021733.xml 2022-11-23T02:17:33.9211873Z 2022-11-23T02:17:33.9212129Z ##[endgroup] 2022-11-23T02:17:33.9212560Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_no_ninja_b5o9o2pv) 2022-11-23T02:17:33.9212853Z 2022-11-23T02:17:33.9212991Z Running test_cpp_extensions_jit ... [2022-11-23 02:17:33.919471] 2022-11-23T02:17:33.9213493Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:17:33.920082] 2022-11-23T02:17:36.9814912Z 2022-11-23T02:17:36.9815496Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-11-23T02:17:36.9816493Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_v7mw1fu4) 2022-11-23T02:17:36.9817413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:36.9818302Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:36.9818640Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:36.9818849Z 2022-11-23T02:17:36.9818924Z Running tests... 2022-11-23T02:17:36.9819182Z ---------------------------------------------------------------------- 2022-11-23T02:17:36.9819530Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_jit 2022-11-23T02:17:36.9819832Z Not wiping extensions build folder because Windows 2022-11-23T02:17:36.9820251Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.311s) 2022-11-23T02:17:36.9820817Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:17:36.9821483Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:17:36.9822098Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:36.9822673Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:17:36.9823224Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-11-23T02:17:36.9823761Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:36.9824166Z test_half_support (__main__.TestCppExtensionJIT) 2022-11-23T02:17:36.9824503Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-11-23T02:17:36.9824898Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-11-23T02:17:36.9825351Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-11-23T02:17:36.9825876Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:36.9826504Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:36.9827116Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:36.9827707Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:36.9828274Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:36.9828760Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-11-23T02:17:36.9829171Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-11-23T02:17:36.9829570Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-11-23T02:17:36.9830045Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:36.9830590Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:36.9831172Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:36.9831779Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:36.9832384Z test_warning (__main__.TestCppExtensionJIT) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:36.9832765Z Not wiping extensions build folder because Windows 2022-11-23T02:17:36.9832919Z 2022-11-23T02:17:36.9833069Z ---------------------------------------------------------------------- 2022-11-23T02:17:36.9833316Z Ran 23 tests in 0.359s 2022-11-23T02:17:36.9833431Z 2022-11-23T02:17:36.9833504Z OK (skipped=23) 2022-11-23T02:17:36.9833615Z 2022-11-23T02:17:36.9833706Z Generating XML reports... 2022-11-23T02:17:36.9834068Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_jit\TEST-TestCppExtensionJIT-20221123021736.xml 2022-11-23T02:17:36.9834332Z 2022-11-23T02:17:36.9834627Z ##[endgroup] 2022-11-23T02:17:36.9834995Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_v7mw1fu4) 2022-11-23T02:17:36.9835314Z 2022-11-23T02:17:36.9835468Z Running test_cpp_extensions_open_device_registration ... [2022-11-23 02:17:36.981751] 2022-11-23T02:17:36.9835995Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:17:36.982334] 2022-11-23T02:17:39.9769234Z 2022-11-23T02:17:39.9769974Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-11-23T02:17:39.9770818Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_open_device_registration_iuuu9xa1) 2022-11-23T02:17:39.9771728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:39.9772398Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:39.9772731Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:39.9772943Z 2022-11-23T02:17:39.9773019Z Running tests... 2022-11-23T02:17:39.9773278Z ---------------------------------------------------------------------- 2022-11-23T02:17:39.9773661Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_open_device_registration 2022-11-23T02:17:39.9774189Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.322s) 2022-11-23T02:17:39.9774700Z 2022-11-23T02:17:39.9774852Z ---------------------------------------------------------------------- 2022-11-23T02:17:39.9775084Z Ran 1 test in 0.328s 2022-11-23T02:17:39.9775201Z 2022-11-23T02:17:39.9775274Z OK (skipped=1) 2022-11-23T02:17:39.9775383Z 2022-11-23T02:17:39.9775479Z Generating XML reports... 2022-11-23T02:17:39.9775918Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_open_device_registration\TEST-TestCppExtensionOpenRgistration-20221123021739.xml 2022-11-23T02:17:39.9776244Z 2022-11-23T02:17:39.9776465Z ##[endgroup] 2022-11-23T02:17:39.9776887Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_open_device_registration_iuuu9xa1) 2022-11-23T02:17:39.9777211Z 2022-11-23T02:17:39.9777321Z Running test_cuda ... [2022-11-23 02:17:39.969458] 2022-11-23T02:17:39.9780161Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:17:39.969458] 2022-11-23T02:17:42.2844012Z 2022-11-23T02:17:42.2844435Z Expand the folded group to see the log file of test_cuda 2022-11-23T02:17:42.2845401Z ##[group]PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_9c64nbe9) 2022-11-23T02:17:42.2846239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:42.2846900Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:42.2847150Z CUDA not available, skipping tests 2022-11-23T02:17:42.2847286Z 2022-11-23T02:17:42.2847363Z Running tests... 2022-11-23T02:17:42.2847617Z ---------------------------------------------------------------------- 2022-11-23T02:17:42.2847790Z 2022-11-23T02:17:42.2847934Z ---------------------------------------------------------------------- 2022-11-23T02:17:42.2848226Z Ran 0 tests in 0.000s 2022-11-23T02:17:42.2848340Z 2022-11-23T02:17:42.2848385Z OK 2022-11-23T02:17:42.2848475Z 2022-11-23T02:17:42.2848563Z Generating XML reports... 2022-11-23T02:17:42.2848832Z Test results will be stored in test-reports\python-unittest\test_cuda 2022-11-23T02:17:42.2849011Z 2022-11-23T02:17:42.2849233Z ##[endgroup] 2022-11-23T02:17:42.2849555Z FINISHED PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_9c64nbe9) 2022-11-23T02:17:42.2849794Z 2022-11-23T02:17:42.2849925Z Running test_cuda_nvml_based_avail ... [2022-11-23 02:17:42.284256] 2022-11-23T02:17:42.2854912Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_nvml_based_avail.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:17:42.284256] 2022-11-23T02:17:44.5106015Z 2022-11-23T02:17:44.5106781Z Expand the folded group to see the log file of test_cuda_nvml_based_avail 2022-11-23T02:17:44.5107583Z ##[group]PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_cihczx47) 2022-11-23T02:17:44.5108482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:540: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:44.5109373Z return torch._C._cuda_getDeviceCount() if nvml_count < 0 else nvml_count 2022-11-23T02:17:44.5109647Z CUDA not available, skipping tests 2022-11-23T02:17:44.5109782Z 2022-11-23T02:17:44.5110002Z ##[endgroup] 2022-11-23T02:17:44.5110370Z FINISHED PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_cihczx47) 2022-11-23T02:17:44.5110649Z 2022-11-23T02:17:44.5110849Z Running test_cuda_primary_ctx ... [2022-11-23 02:17:44.510792] 2022-11-23T02:17:44.5116384Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:17:44.511376] 2022-11-23T02:17:46.7146565Z 2022-11-23T02:17:46.7147353Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-11-23T02:17:46.7148088Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_vjman8y9) 2022-11-23T02:17:46.7149143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:46.7149797Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:46.7150027Z CUDA not available, skipping tests 2022-11-23T02:17:46.7150163Z 2022-11-23T02:17:46.7150394Z ##[endgroup] 2022-11-23T02:17:46.7150754Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_vjman8y9) 2022-11-23T02:17:46.7151020Z 2022-11-23T02:17:46.7151253Z Running test_cuda_trace ... [2022-11-23 02:17:46.714153] 2022-11-23T02:17:46.7157524Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:17:46.714153] 2022-11-23T02:17:48.9071464Z 2022-11-23T02:17:48.9072149Z Expand the folded group to see the log file of test_cuda_trace 2022-11-23T02:17:48.9073140Z ##[group]PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace__bx1fe4b) 2022-11-23T02:17:48.9074312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:48.9075245Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:48.9075595Z CUDA not available, skipping tests 2022-11-23T02:17:48.9077221Z 2022-11-23T02:17:48.9077566Z ##[endgroup] 2022-11-23T02:17:48.9078073Z FINISHED PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace__bx1fe4b) 2022-11-23T02:17:48.9078434Z 2022-11-23T02:17:48.9086535Z Running test_dispatch ... [2022-11-23 02:17:48.908267] 2022-11-23T02:17:48.9092421Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:17:48.908877] 2022-11-23T02:17:51.9503423Z 2022-11-23T02:17:51.9504281Z Expand the folded group to see the log file of test_dispatch 2022-11-23T02:17:51.9505183Z ##[group]PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_8ip5lk3f) 2022-11-23T02:17:51.9506090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:51.9506935Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:51.9507273Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:51.9507483Z 2022-11-23T02:17:51.9507559Z Running tests... 2022-11-23T02:17:51.9507804Z ---------------------------------------------------------------------- 2022-11-23T02:17:51.9508129Z Test results will be stored in test-reports\python-unittest\test_dispatch 2022-11-23T02:17:51.9508567Z test_all_invariants (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.316s) 2022-11-23T02:17:51.9509081Z test_computed_table (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:51.9509624Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:51.9510718Z test_computed_table_with_autograd (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:17:51.9511300Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:51.9511870Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:51.9512452Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:51.9513019Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:51.9513566Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:51.9514133Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:51.9514687Z test_computed_table_with_math (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:51.9515194Z test_def (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:51.9515703Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:51.9516210Z test_def_only (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:17:51.9516716Z test_def_with_explicit_alias (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9517232Z test_def_with_inference (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9517859Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9518416Z test_find_dangling_impls (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9518993Z test_find_dangling_impls_ext (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9519494Z test_impl_only (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9520064Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9520647Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9521222Z test_multiple_def_error (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9521746Z test_multiple_fallback (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9522256Z test_overwrite_math (__main__.TestDispatch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9522774Z test_autogradother (__main__.TestPythonDispatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9523299Z test_basic (__main__.TestPythonDispatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9523849Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9524410Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9524974Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9525513Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9526085Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:51.9526388Z 2022-11-23T02:17:51.9526539Z ---------------------------------------------------------------------- 2022-11-23T02:17:51.9526783Z Ran 32 tests in 0.360s 2022-11-23T02:17:51.9526901Z 2022-11-23T02:17:51.9526973Z OK (skipped=32) 2022-11-23T02:17:51.9527080Z 2022-11-23T02:17:51.9527169Z Generating XML reports... 2022-11-23T02:17:51.9527514Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestDispatch-20221123021751.xml 2022-11-23T02:17:51.9527972Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestPythonDispatcher-20221123021751.xml 2022-11-23T02:17:51.9528222Z 2022-11-23T02:17:51.9528478Z ##[endgroup] 2022-11-23T02:17:51.9528820Z FINISHED PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_8ip5lk3f) 2022-11-23T02:17:51.9529134Z 2022-11-23T02:17:51.9529257Z Running test_fake_tensor ... [2022-11-23 02:17:51.941917] 2022-11-23T02:17:51.9529700Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:17:51.941917] 2022-11-23T02:17:54.9422698Z 2022-11-23T02:17:54.9423134Z Expand the folded group to see the log file of test_fake_tensor 2022-11-23T02:17:54.9424040Z ##[group]PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_7no3pnf2) 2022-11-23T02:17:54.9425149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:54.9425897Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:54.9426045Z 2022-11-23T02:17:54.9426118Z Running tests... 2022-11-23T02:17:54.9426559Z ---------------------------------------------------------------------- 2022-11-23T02:17:54.9426902Z Test results will be stored in test-reports\python-unittest\test_fake_tensor 2022-11-23T02:17:54.9427366Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.398s) 2022-11-23T02:17:54.9428016Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9428593Z test_fake_tensor_batch_norm_cpu (__main__.FakeTensorConstHandling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9429170Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9429733Z test_inplace_add (__main__.FakeTensorConstHandling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9430294Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9430872Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9431435Z test_shared_storages (__main__.FakeTensorConstHandling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9431963Z test_simple (__main__.FakeTensorConstHandling) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9432502Z test_dead_key (__main__.FakeTensorConverterTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9433047Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9433654Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:17:54.9434375Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9434937Z test_no_active_mode (__main__.FakeTensorConverterTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9435480Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9436031Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9436609Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:54.9437195Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9437812Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9438410Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9438980Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9439616Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9440259Z test_fake_tensor_prop_on_nn_module (__main__.FakeTensorPropTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:54.9440774Z test_basic (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9441293Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9441813Z test_constructor (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9442223Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.002s) 2022-11-23T02:17:54.9442538Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.003s) 2022-11-23T02:17:54.9442970Z test_data_dependent_operator (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9443493Z test_deepcopy (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:54.9444008Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9444525Z test_fake_grad_copy (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9445027Z test_fake_mode_error (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9445543Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T02:17:54.9446016Z test_from_numpy (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9446430Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T02:17:54.9446759Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T02:17:54.9447179Z test_mode (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9447676Z test_nan_to_num (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9448063Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T02:17:54.9448362Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T02:17:54.9448791Z test_non_parameter_grad (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9449263Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T02:17:54.9449706Z test_parameter_instantiation (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9450228Z test_print_in_fake_mode (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9450734Z test_randperm (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9451298Z test_recursive_invocation (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:54.9451860Z test_scalar_inputs (__main__.FakeTensorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:54.9452264Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.002s) 2022-11-23T02:17:54.9452574Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:17:54.9452886Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:17:54.9453185Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T02:17:54.9453484Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.003s) 2022-11-23T02:17:54.9453652Z 2022-11-23T02:17:54.9453804Z ---------------------------------------------------------------------- 2022-11-23T02:17:54.9454048Z Ran 53 tests in 0.453s 2022-11-23T02:17:54.9454165Z 2022-11-23T02:17:54.9454225Z OK (skipped=53) 2022-11-23T02:17:54.9454334Z 2022-11-23T02:17:54.9454422Z Generating XML reports... 2022-11-23T02:17:54.9454800Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConstHandling-20221123021754.xml 2022-11-23T02:17:54.9455305Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConverterTest-20221123021754.xml 2022-11-23T02:17:54.9455825Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorOperatorInvariants-20221123021754.xml 2022-11-23T02:17:54.9456329Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorPropTest-20221123021754.xml 2022-11-23T02:17:54.9456827Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorTest-20221123021754.xml 2022-11-23T02:17:54.9457121Z 2022-11-23T02:17:54.9457400Z ##[endgroup] 2022-11-23T02:17:54.9457749Z FINISHED PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_7no3pnf2) 2022-11-23T02:17:54.9458005Z 2022-11-23T02:17:54.9458106Z Running test_fx ... [2022-11-23 02:17:54.942794] 2022-11-23T02:17:54.9458527Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:17:54.943387] 2022-11-23T02:17:59.0955592Z 2022-11-23T02:17:59.0956038Z Expand the folded group to see the log file of test_fx 2022-11-23T02:17:59.0956718Z ##[group]PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_re2ktq15) 2022-11-23T02:17:59.0963905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:59.0964756Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:59.0964901Z 2022-11-23T02:17:59.0964973Z Running tests... 2022-11-23T02:17:59.0965425Z ---------------------------------------------------------------------- 2022-11-23T02:17:59.0965796Z Test results will be stored in test-reports\python-unittest\test_fx 2022-11-23T02:17:59.0966245Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:17:59.0966675Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-11-23T02:17:59.0967211Z Test type annotations in the forward function. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.0967958Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0968713Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0969462Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0970052Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-11-23T02:17:59.0970582Z Test the consistency relation. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0970965Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-11-23T02:17:59.0971352Z Test the consistency relation. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0971865Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0972389Z test_empty (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0972927Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.0973479Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0974110Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0974651Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0975192Z test_nochange (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.0975752Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0976307Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0976807Z test_random (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0977323Z test_simple (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0977889Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0978426Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:17:59.0978952Z test_two_args (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0979467Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0980044Z test_correctness_CSEPass_MutationInput_cpu (fx.test_common_passes.TestCommonPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0980664Z test_correctness_CSEPass_MutationMetadata_cpu (fx.test_common_passes.TestCommonPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0981308Z test_correctness_CSEPass_MutationTorchTensorCall_cpu (fx.test_common_passes.TestCommonPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0981971Z test_correctness_CSEPass_Mutation_cpu (fx.test_common_passes.TestCommonPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0982601Z test_correctness_CSEPass_ReturnList_cpu (fx.test_common_passes.TestCommonPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0983199Z test_correctness_CSEPass_TakeList_cpu (fx.test_common_passes.TestCommonPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0983903Z test_correctness_factory_CSEPass_FactoryFunctionCall_cpu (fx.test_common_passes.TestCommonPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.0984531Z test_correctness_factory_CSEPass_MutationFactory_cpu (fx.test_common_passes.TestCommonPass) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:17:59.0984993Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0985528Z Perform constant folding conversion and check that the non-const module is inlined ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0985991Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0986467Z Perform constant folding conversion and check that the non-const module is inlined ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.0986943Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0987449Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.0987902Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0988421Z Perform constant folding conversion, from original mod to split constant folding ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.0988917Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0989391Z Perform constant folding conversion, from original mod to split constant folding ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.0989850Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0990313Z Test code path where placeholder comes after normal op node in FX ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0990737Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0991187Z Perform constant folding conversion, from original mod to split constant ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.0991635Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0992101Z Perform constant folding conversion, from original mod to split constant ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0992676Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0993244Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0993713Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0994214Z Perform constant folding conversion, from original mod to split constant ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.0994637Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0995066Z Check that a graph with no constant folding is handled correctly. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0995493Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0995955Z Perform constant folding conversion, from original mod to split constant folding ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.0996583Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0997149Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0997700Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0998083Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0998493Z Perform constant folding with a call_module node. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.0998892Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:17:59.0999374Z Perform constant folding conversion, and validate that node meta is retained. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1000023Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1000724Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1001323Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1001979Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1002643Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1003315Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1003973Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1004630Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1005060Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-11-23T02:17:59.1005513Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1005943Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-11-23T02:17:59.1006342Z Tests that a getatrr in the graph is DCE'd correctly. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1006727Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-11-23T02:17:59.1007149Z Tests that a placeholder in the graph is not DCE'd, as that would change ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1007564Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-11-23T02:17:59.1008055Z Tests that a placeholder in the graph is not DCE'd, as that would change ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1008462Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-11-23T02:17:59.1008907Z Test that DCE doesn't remove a module if it's specified as having side effects. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1009316Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-11-23T02:17:59.1009735Z Test that DCE doesn't remove torch._assert since it has side effects. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1010117Z test_simple (fx.test_dce_pass.TestDCE) 2022-11-23T02:17:59.1010513Z Tests that a single node in the graph is DCE'd correctly. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1011028Z test_all_input_nodes (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1011613Z test_annotation_with_future (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1012155Z test_annotations_empty_tuple (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:17:59.1012683Z test_annotations_with_forward_references (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1013228Z test_annotations_with_no_forward_references (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1013810Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1014423Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1014967Z test_args_kwargs (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1015452Z test_args_kwargs_no_self (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1015910Z test_assert (__main__.TestFX) ... skip: Python Windows bug? https://bugs.python.org/issue45108 (0.000s) 2022-11-23T02:17:59.1016384Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1016917Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1017493Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:17:59.1018051Z test_ast_rewriter_wrap (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1018555Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1019132Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1019669Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1020231Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1020767Z test_autowrap_functions (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1021275Z test_concrete_arg_none_assert (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1021782Z test_construct_root_dict (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1022311Z test_copy_it (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1022792Z test_copy_no_remap (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1023402Z test_ctx_mgr (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1023923Z test_custom_codegen (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1024440Z test_custom_codegen_with_transformer (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1024946Z test_custom_import (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1025451Z test_custom_proxy_dynamic_value (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1025983Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1026505Z test_custom_proxy_type (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1027005Z test_custom_proxy_type_literal (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1027555Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1028150Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1028709Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1029286Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1030429Z test_deepcopy_recursion_depth (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1030933Z test_deepcopy_tracer (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1031452Z test_deepcopy_with_submods_params (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1031982Z test_delete_unused_submodules_leaf (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1032477Z test_dict (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1032957Z test_direct_param_use (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1033461Z test_disallow_override (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1034004Z test_ellipsis (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1034502Z test_empty_graph_codegen (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1035001Z test_erase_node_error (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1035549Z test_example_shape_prop (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:17:59.1036073Z test_find_uses (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1036569Z test_fn_type_annotation_empty (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1037074Z test_fn_type_annotations (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1037563Z test_fx_and_or (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1038045Z test_fx_create_arg (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1038533Z test_fx_shifts (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1039012Z test_fx_stateless (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1039516Z test_get_torch_func_signature (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1039939Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-11-23T02:17:59.1040359Z test_getitem_subproc (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:17:59.1040847Z test_graph_edit_with_proxy (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1041428Z test_graph_fns (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1041951Z test_graph_module (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1042475Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1043031Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1043568Z test_graph_module_replicate_for_dp (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1044077Z test_graph_unique_names (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1044624Z test_graph_unique_names_manual (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1045138Z test_immutable_dict_pytree_ops (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1045647Z test_immutable_list_pytree_ops (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1046149Z test_imul_code_print (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1046625Z test_inf_nan (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1047143Z test_inf_nan_kwds (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1047669Z test_inline_graph (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1048155Z test_insertion_point (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1048648Z test_interpreter (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1049148Z test_interpreter_default_args (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1049560Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-11-23T02:17:59.1049882Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-11-23T02:17:59.1050316Z test_interpreter_not_enough_args (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1050822Z test_interpreter_onthefly_swap (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1051338Z test_interpreter_partial_eval (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1051858Z test_interpreter_run_node_override (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1052424Z test_interpreter_star_args (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1052975Z test_interpreter_with_codegen (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1053510Z test_layout (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1053996Z test_leaf_module (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1054487Z test_matmul_tracing (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1054995Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1055539Z test_move_before (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1056018Z test_multi_insert_point (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1056516Z test_multiple_default_args (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1057016Z test_named_tuple_inlined (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1057529Z test_namedtuple_return_qualname (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1058046Z test_namedtuple_return_trace (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1058554Z test_native_callable (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:17:59.1059086Z test_no_mutation (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1059608Z test_node_tagging (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1060097Z test_nonetype_annotation (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1060593Z test_partial_trace (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1061088Z test_pickle_custom_import (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1061582Z test_pickle_graphmodule (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1062095Z test_pickle_nonetype_annotation (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1062604Z test_pickle_torch_custom_ops (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1063153Z test_prepend_self (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1063712Z test_pretty_print (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1064201Z test_pretty_print_graph (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1064740Z test_pretty_print_node (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1065289Z test_pretty_print_targets (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1065805Z test_profiler_ranges_side_effect (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1066300Z test_pytree (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:17:59.1066825Z test_pytree_concrete (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1067330Z test_reassign_args_kwargs_uses (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1067844Z test_regular_and_default_args (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1068335Z test_remove_uses (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1068839Z test_remove_uses_with_custom_filter (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1069350Z test_replace_input (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1069743Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-11-23T02:17:59.1070003Z test_reserved_getattr (__main__.TestFX) 2022-11-23T02:17:59.1070414Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1071002Z test_return_tuple (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1071498Z test_return_type_exists (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1072000Z test_script_method_trace (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1072504Z test_script_tensor_constant (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1072999Z test_sequential (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1073494Z test_shape_prop_aggregate (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.007s) 2022-11-23T02:17:59.1074044Z test_shape_prop_layout (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1074550Z test_shape_prop_layout_3d (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1075049Z test_single_default_arg (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1075535Z test_snake_case (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1075995Z test_sqrt (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1076516Z test_stack_traces (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1077064Z test_stack_traces_with_transformer (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1077624Z test_string_literal_return (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1078141Z test_submodule_manipulation_API (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:17:59.1078651Z test_symbolic_trace_assert (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1079158Z test_symbolic_trace_sequential (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1079661Z test_tensor_attribute (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1080168Z test_tensor_attribute_coalseced (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1080672Z test_tensor_constant (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1081164Z test_throw_out_variant (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1081644Z test_torch_custom_ops (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1082171Z test_torch_fx_getattr (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1082696Z test_torch_fx_len (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1083190Z test_torch_op_overloads (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1083701Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1084237Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1084717Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.002s) 2022-11-23T02:17:59.1085136Z test_trace_dict_int_keys (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1085634Z test_trace_dict_proxy_keys (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1086126Z test_trace_fn_constant (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1086609Z test_trace_function (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1087105Z test_trace_multiple_funcs (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1087635Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1088696Z test_transformer_multi_outputs (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1089229Z test_transformer_noop (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1089731Z test_transformer_op_swap (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:17:59.1090238Z test_tuple_no_subscript (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1090737Z test_typename_print (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1091226Z test_unpack (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1091721Z test_unpack_dict_better_error (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1092219Z test_unpack_list_better_error (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1092720Z test_update_args_api (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1093229Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1093780Z test_update_kwargs_api (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:17:59.1094348Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1094899Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1095404Z test_wrap (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1095959Z test_wrap_decorated_function (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1096459Z test_wrap_fn_directly (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1096959Z test_wrap_with_submodule (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1097458Z test_wrapped_method (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1097942Z test_wrapped_retrace (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1098451Z test_wrapped_via_decorator (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1098983Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:17:59.1099547Z test_wrong_target_type (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1100078Z test_wrong_topo (__main__.TestFX) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1100530Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T02:17:59.1100979Z Test backward compatibility for members of classes with ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1101589Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T02:17:59.1102269Z Test backward compatibility for function signatures with ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1103130Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1104199Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1105092Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1105937Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1106772Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:17:59.1107465Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1108061Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1108652Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1109351Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1109943Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1110527Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1111088Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1111650Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1112209Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1112841Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1113438Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1113994Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1114562Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1115163Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1115728Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1116275Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1116833Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1117398Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1117940Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1118483Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1119062Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1119651Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1120271Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1120840Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1121413Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1121992Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1122552Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1123108Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1123700Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1124257Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1124854Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1125445Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1125988Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1126533Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1127073Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1127632Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1128207Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1128770Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1129332Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1129925Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1130510Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1131226Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1131810Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1132365Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1132905Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:17:59.1133452Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1134010Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1134602Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1135161Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1135719Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1136275Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1136878Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1137468Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1138029Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1138595Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1139150Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1139712Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1140270Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1140818Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1141355Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1141950Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1142507Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1143137Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1143771Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1144334Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1144897Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1145496Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1146050Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1146610Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1147174Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1147739Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1148289Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1148895Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1149499Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1150062Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1150631Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1151191Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1151741Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1152288Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1152874Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1153441Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1154015Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1154598Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1155262Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1155874Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1156442Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1156990Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1157538Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1158081Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1158637Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1159193Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1159741Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1160304Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1160909Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1161500Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1162042Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:17:59.1162582Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1163104Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1163686Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1164231Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1164775Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1165314Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1165853Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1166404Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1167044Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1167641Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:17:59.1168184Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1168739Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1169295Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1169831Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1170380Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1170951Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1171542Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1172118Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1172707Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1173311Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1173881Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1174352Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-11-23T02:17:59.1174778Z Tests that the pass manager runs the passes correctly. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1175196Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T02:17:59.1175642Z Checks that we error if we pass in a check function with the wrong parameters ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1176076Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T02:17:59.1176497Z Tests that users can add in check functions correctly ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1176906Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-11-23T02:17:59.1177302Z Tests error catching + debug ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1177699Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-11-23T02:17:59.1178165Z Tests the construction of constraints ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1178594Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-11-23T02:17:59.1179071Z Tests that passes are correctly ordered based on contraints. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1179670Z test_matching_pattern_with_list_type_arg (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1180308Z test_replace_pattern_with_filters (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1180946Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1181581Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1182232Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1182888Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1183661Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1184397Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1185080Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1185792Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1186438Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1187132Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1187691Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T02:17:59.1188165Z This tests that a placeholder Node can be matched to a Node with ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1188761Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1189465Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1190142Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1190882Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1191563Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:17:59.1192232Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1192880Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1193522Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1194180Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1194823Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1195417Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:17:59.1195871Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no torchvision (0.000s) 2022-11-23T02:17:59.1196385Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1197058Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1197619Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1198188Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1198767Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1199352Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:17:59.1199924Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1200550Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1201136Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1201709Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1202322Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1202924Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1203496Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:17:59.1204078Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1204660Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1205209Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1205773Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1206338Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1206908Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1207492Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1208669Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1209259Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1209833Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1210441Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:17:59.1211053Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1211678Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:17:59.1212256Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1212843Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:17:59.1213416Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:17:59.1213766Z 2022-11-23T02:17:59.1213905Z ---------------------------------------------------------------------- 2022-11-23T02:17:59.1214190Z Ran 419 tests in 0.531s 2022-11-23T02:17:59.1214305Z 2022-11-23T02:17:59.1214379Z OK (skipped=419) 2022-11-23T02:17:59.1214490Z 2022-11-23T02:17:59.1214576Z Generating XML reports... 2022-11-23T02:17:59.1214940Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.AnnotationsTest-20221123021758.xml 2022-11-23T02:17:59.1215419Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_cse_pass.TestCSEPass-20221123021758.xml 2022-11-23T02:17:59.1215892Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_common_passes.TestCommonPass-20221123021758.xml 2022-11-23T02:17:59.1216357Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_const_fold.TestConstFold-20221123021758.xml 2022-11-23T02:17:59.1216906Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221123021758.xml 2022-11-23T02:17:59.1217430Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_dce_pass.TestDCE-20221123021758.xml 2022-11-23T02:17:59.1217843Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFX-20221123021758.xml 2022-11-23T02:17:59.1218305Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFXAPIBackwardCompatibility-20221123021758.xml 2022-11-23T02:17:59.1218799Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFunctionalTracing-20221123021758.xml 2022-11-23T02:17:59.1219273Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_pass_infra.TestPassManager-20221123021758.xml 2022-11-23T02:17:59.1219813Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123021758.xml 2022-11-23T02:17:59.1220410Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.TypeCheckerTest-20221123021758.xml 2022-11-23T02:17:59.1220660Z 2022-11-23T02:17:59.1220982Z ##[endgroup] 2022-11-23T02:17:59.1221306Z FINISHED PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_re2ktq15) 2022-11-23T02:17:59.1221537Z 2022-11-23T02:17:59.1221648Z Running test_indexing ... [2022-11-23 02:17:59.097015] 2022-11-23T02:17:59.1222083Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:17:59.097606] 2022-11-23T02:18:01.7917776Z 2022-11-23T02:18:01.7918260Z Expand the folded group to see the log file of test_indexing 2022-11-23T02:18:01.7919026Z ##[group]PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_kdwgade8) 2022-11-23T02:18:01.7920096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:18:01.7920768Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:01.7920916Z 2022-11-23T02:18:01.7920992Z Running tests... 2022-11-23T02:18:01.7921253Z ---------------------------------------------------------------------- 2022-11-23T02:18:01.7921428Z 2022-11-23T02:18:01.7921575Z ---------------------------------------------------------------------- 2022-11-23T02:18:01.7921815Z Ran 0 tests in 0.000s 2022-11-23T02:18:01.7921930Z 2022-11-23T02:18:01.7921992Z OK 2022-11-23T02:18:01.7922072Z 2022-11-23T02:18:01.7922164Z Generating XML reports... 2022-11-23T02:18:01.7922440Z Test results will be stored in test-reports\python-unittest\test_indexing 2022-11-23T02:18:01.7922625Z 2022-11-23T02:18:01.7922853Z ##[endgroup] 2022-11-23T02:18:01.7923188Z FINISHED PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_kdwgade8) 2022-11-23T02:18:01.7923444Z 2022-11-23T02:18:01.7924355Z Running test_jit_cuda_fuser ... [2022-11-23 02:18:01.791934] 2022-11-23T02:18:01.7932253Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:18:01.792533] 2022-11-23T02:18:05.5882430Z 2022-11-23T02:18:05.5883122Z Expand the folded group to see the log file of test_jit_cuda_fuser 2022-11-23T02:18:05.5883832Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_cuda_fuser_olzuslru) 2022-11-23T02:18:05.5884984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:18:05.5885694Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:05.5885842Z 2022-11-23T02:18:05.5885902Z Running tests... 2022-11-23T02:18:05.5886160Z ---------------------------------------------------------------------- 2022-11-23T02:18:05.5886498Z Test results will be stored in test-reports\python-unittest\test_jit_cuda_fuser 2022-11-23T02:18:05.5886839Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5887187Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5887707Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5888059Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-11-23T02:18:05.5888409Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5888781Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5889234Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5889666Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5890100Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5890579Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5891078Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5891448Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5891799Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-11-23T02:18:05.5892131Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:18:05.5892554Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5892899Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5893320Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.000s) 2022-11-23T02:18:05.5893691Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5894015Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.006s) 2022-11-23T02:18:05.5894410Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5894712Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5895027Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5895337Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5895711Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.000s) 2022-11-23T02:18:05.5896191Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.000s) 2022-11-23T02:18:05.5896595Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5896992Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5897349Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T02:18:05.5897695Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5898028Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5898349Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5898649Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5898964Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5899295Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.011s) 2022-11-23T02:18:05.5899589Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5899910Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5900312Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5900634Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5900955Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5901275Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5901604Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-11-23T02:18:05.5901940Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5902350Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5902754Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5903160Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5903520Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-11-23T02:18:05.5903872Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5904205Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5904607Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5904940Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5905244Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5905565Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5905927Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.002s) 2022-11-23T02:18:05.5906265Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5906558Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:18:05.5906907Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5907243Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5907547Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5907852Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5908218Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5908562Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5908897Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5909231Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5909548Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5909850Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5910162Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5910474Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.006s) 2022-11-23T02:18:05.5910814Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5911134Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5911455Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5911785Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5912123Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5912511Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5912824Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5913158Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T02:18:05.5913518Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-11-23T02:18:05.5913904Z test_no_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5914211Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5914550Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5914851Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5915164Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5915477Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5915782Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5916109Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5916523Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5916919Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5917265Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5917603Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5917967Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5918354Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5918729Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5919059Z test_permute (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5919387Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5919705Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5920096Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5920507Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-11-23T02:18:05.5920872Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5921205Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5921514Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5921821Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5922158Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5922498Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5922838Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5923172Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5923515Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5923838Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5924192Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5924512Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5924825Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5925155Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5925516Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:18:05.5925965Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T02:18:05.5926376Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5926702Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5927050Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.006s) 2022-11-23T02:18:05.5927389Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5927704Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5928009Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5928829Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5929151Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5929468Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5929782Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5930146Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.010s) 2022-11-23T02:18:05.5930572Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-11-23T02:18:05.5930989Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-11-23T02:18:05.5931343Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5931687Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5931996Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5932345Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:18:05.5932685Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5933042Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5933369Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5933659Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5933973Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5934292Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5934617Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5934935Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5935253Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5935568Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5935865Z test_transpose (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5936184Z test_transpose_default (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5936587Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5936883Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5937196Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5937516Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5937864Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5938266Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-11-23T02:18:05.5938625Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5938934Z test_variance_profiling (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:18:05.5939281Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-11-23T02:18:05.5939622Z test_view_before_permute (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:18:05.5939992Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-11-23T02:18:05.5940455Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.002s) 2022-11-23T02:18:05.5940976Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:18:05.5941449Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:18:05.5941822Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:18:05.5942290Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:18:05.5942952Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:18:05.5943253Z 2022-11-23T02:18:05.5943407Z ---------------------------------------------------------------------- 2022-11-23T02:18:05.5943702Z Ran 158 tests in 0.234s 2022-11-23T02:18:05.5943819Z 2022-11-23T02:18:05.5943895Z OK (skipped=158) 2022-11-23T02:18:05.5944007Z 2022-11-23T02:18:05.5944136Z Generating XML reports... 2022-11-23T02:18:05.5944488Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestCudaFuser-20221123021804.xml 2022-11-23T02:18:05.5944970Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestEnableDisableCudaFuser-20221123021804.xml 2022-11-23T02:18:05.5945492Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-jit.test_fuser_common.TestFuserCommon-20221123021804.xml 2022-11-23T02:18:05.5945763Z 2022-11-23T02:18:05.5946042Z ##[endgroup] 2022-11-23T02:18:05.5946395Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_cuda_fuser_olzuslru) 2022-11-23T02:18:05.5946660Z 2022-11-23T02:18:05.5946791Z Running test_jit_disabled ... [2022-11-23 02:18:05.589078] 2022-11-23T02:18:05.5947237Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:18:05.589668] 2022-11-23T02:18:08.2734883Z 2022-11-23T02:18:08.2735616Z Expand the folded group to see the log file of test_jit_disabled 2022-11-23T02:18:08.2736552Z ##[group]PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_2zd81fog) 2022-11-23T02:18:08.2737641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:18:08.2738323Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:08.2738472Z 2022-11-23T02:18:08.2738532Z Running tests... 2022-11-23T02:18:08.2738786Z ---------------------------------------------------------------------- 2022-11-23T02:18:08.2739117Z Test results will be stored in test-reports\python-unittest\test_jit_disabled 2022-11-23T02:18:08.2739559Z test_attribute (__main__.TestJitDisabled) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.408s) 2022-11-23T02:18:08.2740093Z test_recursive_script (__main__.TestJitDisabled) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:18:08.2740634Z test_script_module_construction (__main__.TestJitDisabled) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:18:08.2740912Z 2022-11-23T02:18:08.2741141Z ---------------------------------------------------------------------- 2022-11-23T02:18:08.2741388Z Ran 3 tests in 0.422s 2022-11-23T02:18:08.2741503Z 2022-11-23T02:18:08.2741561Z OK (skipped=3) 2022-11-23T02:18:08.2741668Z 2022-11-23T02:18:08.2741755Z Generating XML reports... 2022-11-23T02:18:08.2742104Z Generated XML report: test-reports\python-unittest\test_jit_disabled\TEST-TestJitDisabled-20221123021807.xml 2022-11-23T02:18:08.2742352Z 2022-11-23T02:18:08.2742572Z ##[endgroup] 2022-11-23T02:18:08.2743022Z FINISHED PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_2zd81fog) 2022-11-23T02:18:08.2743278Z 2022-11-23T02:18:08.2743432Z Running test_linalg ... [2022-11-23 02:18:08.273739] 2022-11-23T02:18:08.2745996Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:18:08.274328] 2022-11-23T02:18:11.0813786Z 2022-11-23T02:18:11.0814559Z Expand the folded group to see the log file of test_linalg 2022-11-23T02:18:11.0815556Z ##[group]PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_fte6c85c) 2022-11-23T02:18:11.0816771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:18:11.0817777Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:11.0818007Z 2022-11-23T02:18:11.0818128Z Running tests... 2022-11-23T02:18:11.0818533Z ---------------------------------------------------------------------- 2022-11-23T02:18:11.0818796Z 2022-11-23T02:18:11.0819074Z ---------------------------------------------------------------------- 2022-11-23T02:18:11.0819452Z Ran 0 tests in 0.000s 2022-11-23T02:18:11.0819650Z 2022-11-23T02:18:11.0819785Z OK 2022-11-23T02:18:11.0819944Z 2022-11-23T02:18:11.0820096Z Generating XML reports... 2022-11-23T02:18:11.0820521Z Test results will be stored in test-reports\python-unittest\test_linalg 2022-11-23T02:18:11.0820806Z 2022-11-23T02:18:11.0821150Z ##[endgroup] 2022-11-23T02:18:11.0821661Z FINISHED PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_fte6c85c) 2022-11-23T02:18:11.0822034Z 2022-11-23T02:18:11.0822511Z Running test_mobile_optimizer ... [2022-11-23 02:18:11.081362] 2022-11-23T02:18:11.0824790Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:18:11.081963] 2022-11-23T02:18:13.8230704Z 2022-11-23T02:18:13.8231120Z Expand the folded group to see the log file of test_mobile_optimizer 2022-11-23T02:18:13.8231979Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_26161c_z) 2022-11-23T02:18:13.8232806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:18:13.8233471Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:13.8233619Z 2022-11-23T02:18:13.8233689Z Running tests... 2022-11-23T02:18:13.8233942Z ---------------------------------------------------------------------- 2022-11-23T02:18:13.8234281Z Test results will be stored in test-reports\python-unittest\test_mobile_optimizer 2022-11-23T02:18:13.8234921Z test_clone_module_with_class (__main__.TestOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.402s) 2022-11-23T02:18:13.8235535Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:18:13.8236115Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:18:13.8236551Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.000s) 2022-11-23T02:18:13.8236999Z test_optimize_for_mobile (__main__.TestOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:18:13.8237538Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:18:13.8238082Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:18:13.8238361Z 2022-11-23T02:18:13.8238509Z ---------------------------------------------------------------------- 2022-11-23T02:18:13.8238750Z Ran 7 tests in 0.422s 2022-11-23T02:18:13.8238863Z 2022-11-23T02:18:13.8238936Z OK (skipped=7) 2022-11-23T02:18:13.8239055Z 2022-11-23T02:18:13.8239142Z Generating XML reports... 2022-11-23T02:18:13.8239480Z Generated XML report: test-reports\python-unittest\test_mobile_optimizer\TEST-TestOptimizer-20221123021813.xml 2022-11-23T02:18:13.8239727Z 2022-11-23T02:18:13.8239954Z ##[endgroup] 2022-11-23T02:18:13.8240309Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_26161c_z) 2022-11-23T02:18:13.8240571Z 2022-11-23T02:18:13.8240679Z Running test_modules ... [2022-11-23 02:18:13.823504] 2022-11-23T02:18:13.8241285Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:18:13.823573] 2022-11-23T02:18:17.2761627Z 2022-11-23T02:18:17.2762258Z Expand the folded group to see the log file of test_modules 2022-11-23T02:18:17.2763003Z ##[group]PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_xe4c57qb) 2022-11-23T02:18:17.2764062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:18:17.2764713Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:17.2764860Z 2022-11-23T02:18:17.2764932Z Running tests... 2022-11-23T02:18:17.2765187Z ---------------------------------------------------------------------- 2022-11-23T02:18:17.2765360Z 2022-11-23T02:18:17.2765501Z ---------------------------------------------------------------------- 2022-11-23T02:18:17.2765739Z Ran 0 tests in 0.000s 2022-11-23T02:18:17.2765852Z 2022-11-23T02:18:17.2765909Z OK 2022-11-23T02:18:17.2765998Z 2022-11-23T02:18:17.2766076Z Generating XML reports... 2022-11-23T02:18:17.2766347Z Test results will be stored in test-reports\python-unittest\test_modules 2022-11-23T02:18:17.2766526Z 2022-11-23T02:18:17.2766743Z ##[endgroup] 2022-11-23T02:18:17.2767076Z FINISHED PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_xe4c57qb) 2022-11-23T02:18:17.2767404Z 2022-11-23T02:18:17.2768904Z Running test_multiprocessing ... [2022-11-23 02:18:17.276202] 2022-11-23T02:18:17.2773785Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:18:17.276797] 2022-11-23T02:25:09.7210623Z 2022-11-23T02:25:09.7211154Z Expand the folded group to see the log file of test_multiprocessing 2022-11-23T02:25:09.7213538Z ##[group]PRINTING LOG FILE of test_multiprocessing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_q1wrb9gb) 2022-11-23T02:25:09.7231900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7232626Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7232812Z 2022-11-23T02:25:09.7232928Z Running tests... 2022-11-23T02:25:09.7233261Z ---------------------------------------------------------------------- 2022-11-23T02:25:09.7233650Z Test results will be stored in test-reports\python-unittest\test_multiprocessing 2022-11-23T02:25:09.7234083Z test_autograd_errors (__main__.TestMultiprocessing) ... skip: Test needs to use fork multiprocessing (0.000s) 2022-11-23T02:25:09.7234578Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.403s) 2022-11-23T02:25:09.7235129Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.000s) 2022-11-23T02:25:09.7235568Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7236076Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7236579Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7237028Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.006s) 2022-11-23T02:25:09.7237431Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7237853Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7238465Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7238986Z test_empty_shared (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:09.7239538Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:09.7240054Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-11-23T02:25:09.7240466Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7240885Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7241312Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7241752Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7242186Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7243058Z test_fd_pool (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7243700Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7244282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7244858Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7245591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7246441Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7247019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7247569Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7248135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7248698Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7249671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7250588Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7251092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7251636Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7252198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7252773Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7253360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7254039Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7254608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7255171Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7256120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7257019Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7257951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7258920Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7259331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7259726Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7260144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7260565Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7260986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7261387Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7261781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7262201Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7262922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7263562Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7264244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7264898Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7265292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7265686Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7266680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7267093Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7267558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7267950Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7268363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7268849Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7269585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7270227Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7270957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7271614Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7272010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7272403Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7272798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7273207Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7273696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7274118Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7274547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7274954Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7275673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7276330Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7277015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7277669Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7278042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7278438Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7278844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7279307Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7280073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7280758Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7281151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7281542Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7281934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7282343Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7283109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7283755Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7284143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7284536Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7284936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7285321Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7285764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7286224Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7286653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7287057Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7287775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7288426Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7289103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7289759Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7290157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7290549Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7290941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7291459Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7291924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7292320Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7292729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7293140Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7293867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7294519Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7295259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7295902Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7296274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7296669Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7297079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7297544Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7298312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7298958Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7299349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7299739Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7300130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7300544Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7301269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7301917Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7302305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7302694Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7303149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7303667Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7304072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7304465Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7304873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7305283Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7306003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7306664Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7307403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7308050Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7308441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7308959Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7309360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7309818Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7310240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7310627Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7311040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7311447Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7312166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7312822Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7313506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7314164Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7314537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7314976Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7316082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7316496Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7317221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7317878Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7318273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7318665Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7319065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7319468Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7320252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7320939Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7321346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7321791Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7322207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7322616Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7323017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7323412Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7323819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7324228Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7324945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7325587Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7326258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7326939Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7327347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7327841Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7328228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7328611Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7329024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7329436Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7329857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7330265Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7330985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7331638Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7332368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7333070Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7333491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7333889Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7334300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7334715Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7335138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7335525Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7335935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7336326Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7337045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7337698Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7338383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7339081Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7339518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7339962Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7340370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7340785Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7341186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7341578Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7341992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7342403Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7343129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7343821Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7344538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7345232Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7345624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7346018Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7346413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7346824Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7347239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7347625Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7348033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7348438Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7349241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7349898Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7350630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7351334Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7351769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7352165Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7352578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7352987Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7353405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7353799Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7354200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7354601Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7355369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7356021Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7356759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7357453Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7357849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7358244Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7358657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7359064Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7359460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7359850Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7360263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7360671Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7361393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7362047Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7362820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7363513Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7363904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7364296Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7364690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7365095Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7365819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7366463Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7366856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7367245Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7367695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7368157Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7368923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7369571Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7369947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7370336Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7370753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7371163Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7371886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7372534Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7372928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7373321Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7373720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7374180Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7374948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7375640Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7376030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7376422Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7376835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7377247Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7377648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7378040Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7378449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7378857Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7380098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7380817Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7381509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7382148Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7382538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7382933Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7383326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7383737Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7384157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7384545Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7384956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7385369Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7386186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7386848Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7387541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7388255Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7388694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7389095Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7389505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7389917Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7390338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7390723Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7391137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7391580Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7392394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7393052Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7393730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7394384Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7394776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7395172Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7395584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7395997Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7396719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7397424Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7397803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7398240Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7398651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7399056Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7399777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7400470Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7400863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7401256Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7401651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7402062Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7402483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7402872Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7403327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7403782Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7404556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7405216Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7405902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7406538Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7406915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7407306Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7407715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7408125Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7408545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7408937Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7409395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7409836Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7410561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7411216Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7411896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7412593Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7412984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7413379Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7413788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7414200Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7414601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7415046Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7415502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7415953Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7416670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7417325Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7418001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7418640Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7419030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7419422Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7419817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7420225Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7420686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7421079Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7421535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7421942Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7422660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7423310Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7423991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7424697Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7425073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7425469Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7425882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7426296Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7427106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7427804Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7428197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7428659Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7429058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7429468Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7430194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7430838Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7431051Z ok (70.933s) 2022-11-23T02:25:09.7431433Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:09.7432029Z test_fd_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7432528Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7432972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7433391Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7434117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7434760Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7435149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7435543Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7436010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7436424Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7437136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7437775Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7438341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:25:09.7438893Z warnings.warn(message, UserWarning) 2022-11-23T02:25:09.7439283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7439729Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7440142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7440554Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7441275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7441934Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7442327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7442707Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7443117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7443524Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7444299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7445001Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7445391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7445782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7446194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7446585Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7447305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7448001Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7448392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7448792Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7449206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7449614Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7450432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7451077Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7451516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7451895Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7452305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7452710Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7453422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7454076Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7454471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7454864Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7455274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7455711Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7456471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7457120Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7457513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7457909Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7458320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7458729Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7459447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7460133Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7460527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7460905Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7461315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7461774Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7462551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7463200Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7463637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7464032Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7464445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7464838Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7465564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7466224Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7466617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7467011Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7467471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7467930Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7468726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7469387Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7469781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7470157Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7470571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7470978Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7471698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7472399Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7472792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7473227Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7473680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7474075Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7474802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7475451Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7475892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7476285Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7476694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7477102Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7477825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7478481Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7478923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7479298Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7479753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7480165Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7480887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7481540Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7481931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7482323Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7482735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7483128Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7483858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7484558Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7485000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7485433Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7485846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7486262Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7486987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7487682Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7488076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7488451Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7488857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7489263Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7489982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7490676Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7491111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7491511Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7491917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7492307Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7493035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7493677Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7494064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7494452Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7494857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7495265Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7496050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7496746Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7497184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7497561Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7497972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7498379Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7499137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7499775Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7500165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7500552Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7500959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7501354Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7502078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7502775Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7503204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7503600Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7504010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7504423Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7505150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7505802Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7506190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7506566Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7506972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7507817Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7508657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7509362Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7509754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7510145Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7510559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7510956Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7511735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7512391Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7512780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7513168Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7513576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7513989Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7514801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7515455Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7515844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7516217Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7516624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7517036Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7517760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7518405Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7518791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7519183Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7519595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7520093Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7520864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7521516Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7521904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7522290Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7522700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7523107Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7523878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7524522Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7524915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7525287Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7525698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7526161Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7526924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7527559Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7527951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7528340Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7528745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7529136Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7529862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7530506Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7530893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7531283Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7531786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7532240Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7532961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7533607Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7533997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7534375Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7534784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7535190Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7535954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7536604Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7536991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7537411Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7537841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7538283Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7539001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7539655Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7540047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7540441Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7540849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7541256Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7541978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7542630Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7543023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7543501Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7543957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7544369Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7545084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7545732Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7546122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7546511Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7546918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7547309Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7548071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7548790Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7549234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7549671Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7550086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7550498Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7551218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7551876Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7552264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7552640Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7553048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7553453Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7554179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7554824Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7555262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7555757Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7556167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7556561Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7557283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7557937Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7558329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7558723Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7559133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7559589Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7560310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7560998Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7561430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7561809Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7562221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7562632Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7563347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7563980Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7564369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7564758Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7565167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7565561Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7566284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7566977Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7567413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7567852Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7568262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7568673Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7569399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7570045Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7570438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7570815Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7571226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7572024Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7572820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7573509Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7573903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7574298Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7574711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7575103Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7575826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7576484Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7576876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7577266Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7577673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7578085Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7578885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7579536Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7579981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7580357Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7580771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7581176Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7581892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7582532Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7582925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7583318Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7583778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7584224Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7584984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7585645Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7586037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7586427Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7586837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7587245Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7587959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7588678Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7589074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7589452Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7589913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7590324Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7591092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7591795Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7592183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7592570Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7592983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7593376Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7594097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7594749Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7595138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7595523Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7596033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7596489Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7597203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7597849Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7598239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7598614Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7599024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7599431Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7600150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7600793Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7601180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7601575Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7601981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7602379Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7603095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7603798Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7604185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7604574Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7604989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7605397Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7606122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7606823Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7607255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7607682Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7608094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7608501Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7609214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7609854Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7610244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7610638Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7611048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7611437Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7612158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7612807Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7613197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7613597Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7614007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7614419Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7615140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7615836Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7616050Z ok (134.111s) 2022-11-23T02:25:09.7616322Z test_fs (__main__.TestMultiprocessing) ... skip: don't not how to check if shm files exist (0.001s) 2022-11-23T02:25:09.7616786Z test_fs_is_shared (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:09.7617366Z test_fs_pool (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7617810Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7618221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7618635Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7619397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7620051Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7620426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7620819Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7621225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7621636Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7622403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7623104Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7623496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7623887Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7624300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7624691Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7625420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7626074Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7626467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7626856Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7627319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7627730Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7628455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7629173Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7629548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7629942Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7630355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7630759Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7631530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7632183Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7632576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7632961Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7633373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7633765Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7634489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7635149Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7635539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7635928Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7636338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7636747Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7637169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7637541Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7637954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7638364Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7639545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7640689Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7641754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7642628Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7643028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7643481Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7644321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7644916Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7645520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7645924Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7646343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7646760Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7647496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7648171Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7648858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7649511Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7649890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7650310Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7650708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7651120Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7651846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7652503Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7652897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7653429Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7653848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7654308Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7655020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7655675Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7656070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7656467Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7656881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7657340Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7657766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7658159Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7658553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7658965Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7659691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7660352Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7661039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7661696Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7662090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7662492Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7662906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7663319Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7663725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7664117Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7664529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7664946Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7665677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7666377Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7667075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7667730Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7668127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7668591Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7668988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7669442Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7670185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7670827Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7671223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7671623Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7672039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7672452Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7673147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7673809Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7674206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7674598Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7675013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7675424Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7676148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7676787Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7677228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7677626Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7678023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7678432Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7679151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7679805Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7680189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7680582Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7681046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7681458Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7682157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7682819Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7683216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7683607Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7684024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7684438Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7685158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7685801Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7686195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7686587Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7686986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7687400Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7687816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7688208Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7688625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7689075Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7689796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7690457Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7691121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7691775Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7692167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7692559Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7693014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7693431Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7694153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7694797Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7695190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7695591Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7695987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7696404Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7697130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7697786Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7698178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7698572Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7698982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7699392Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7700096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7701225Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7701624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7702025Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7702445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7702861Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7703588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7704245Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7704640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7705089Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7705488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7705900Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7706316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7706714Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7707127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7707542Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7708272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7708991Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7709822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7710537Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7710935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7711334Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7711749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7712162Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7712581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7712973Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7713418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7713829Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7714558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7715209Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7715907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7716558Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7716996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7717393Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7717806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7718225Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7718927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7719589Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7719984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7720380Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7720795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7721210Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7721920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7722564Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7722960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7723332Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7723745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7724158Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7724573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7725006Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7725411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7725824Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7726549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7727209Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7727875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7728533Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7728968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7729363Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7729773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7730188Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7730602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7730991Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7731385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7731798Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7732518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7733171Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7733853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7734512Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7734905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7735291Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7735693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7736094Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7736487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7736911Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7737310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7737711Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7738423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7739062Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7739730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7740414Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7740797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7741167Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7741568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7741967Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7742674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7743311Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7743697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7744081Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7744479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7744876Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7745576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7746223Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7746605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7746987Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7762224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7762654Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7763398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7764195Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7764593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7764990Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7765378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7765783Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7766571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7767217Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7767608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7767996Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7768399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7768777Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7769175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7769563Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7769974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7770371Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7771077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7771188Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7771742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7771853Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7772100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7772229Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7772478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7772620Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7772900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7773027Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7773277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7773419Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7773972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7774086Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7775052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7775172Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7775420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7775549Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7775798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7775943Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7776188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7776305Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7776557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7776699Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7777252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7777371Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7777914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7778025Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7778272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7778400Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7778646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7778838Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7779376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7779487Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7779727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7779855Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7780105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7780250Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7780838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7780949Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7781192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7781318Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7781567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7781713Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7782254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7782366Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7782609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7782740Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7782985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7783127Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7783677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7783788Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7784027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7784157Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7784407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7784591Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7784832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7784961Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7785210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7785339Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7785883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7785996Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7786589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7786701Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7786931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7787059Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7787305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7787449Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7787694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7787822Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7788070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7788210Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7788832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7788949Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7789486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7789597Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7789840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7789968Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7790270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7790409Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7790652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7790778Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7791020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7791160Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7791706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7791820Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7792404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7792515Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7792583Z ok (70.993s) 2022-11-23T02:25:09.7792860Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:09.7793169Z test_fs_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7793299Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7793551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7793692Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7794238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7794349Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7794588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7794714Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7794960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7795087Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7795640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7795795Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7796025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7796152Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7796402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7796542Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7797077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7797189Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7797431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7797556Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7797837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7797978Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7798524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7798637Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7798876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7799007Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7799256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7799397Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7799931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7800043Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7800282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7800410Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7800654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7800794Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7801342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7801489Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7801728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7801859Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7802110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7802252Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7802787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7802900Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7803142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7803305Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7803551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7803690Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7804238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7804352Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7804592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7804712Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7804958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7805099Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7805643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7805756Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7805996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7806124Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7806365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7806504Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7807050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7807200Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7807437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7807565Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7807813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7807952Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7808482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7808594Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7808877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7809006Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7809247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7809386Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7809928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7810039Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7810281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7810406Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7810738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7810882Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7811461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7811577Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7811822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7811947Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7812192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7812332Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7812879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7813034Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7813278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7813404Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7813650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7813778Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7814315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7814439Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7814706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7814835Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7815079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7815218Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7815763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7815875Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7816115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7816244Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7816494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7816685Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7817262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7817377Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7817620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7817745Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7817991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7818129Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7818673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7818825Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7819062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7819185Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7819434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7819572Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7820104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7820254Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7820494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7820618Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7820863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7820999Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7821547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7821661Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7821899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7822024Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7822271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7822411Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7823005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7823167Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7823410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7823526Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7823774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7823910Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7824510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7824619Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7824854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7824981Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7825230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7825368Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7825948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7826056Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7826293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7826417Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7826653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7826790Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7827333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7827437Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7827679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7827801Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7828045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7828181Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7828812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7828923Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7829203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7829327Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7829580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7829716Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7830304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7830411Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7830648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7830773Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7831017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7831155Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7831719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7831827Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7832063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7832185Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7832424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7832555Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7833098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7833205Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7833441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7833564Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7833816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7833954Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7834481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7834636Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7834873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7834995Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7835232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7835847Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7836396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7836504Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7836742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7836866Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7837113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7837252Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7837832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7837938Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7838178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7838297Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7838533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7838670Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7839212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7839320Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7839553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7839675Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7839919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7840058Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7840590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7840698Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7840983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7841108Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7841394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7841581Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7842133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7842242Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7842479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7842598Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7842842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7842976Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7843546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7843659Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7843898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7844019Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7844264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7844397Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7844948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7845052Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7845287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7845409Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7845659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7845795Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7846328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7846431Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7846694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7846835Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7847123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7847303Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7847848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7847953Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7848191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7848314Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7848559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7848695Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7849267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7849373Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7849609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7849731Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7849974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7850112Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7850657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7850761Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7850996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7851120Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7851359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7851495Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7852026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7852131Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7852369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7852532Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7852823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7852962Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7853550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7853659Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7853897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7854022Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7854267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7854403Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7854976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7855085Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7855319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7855442Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7855687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7855825Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7856367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7856471Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7856710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7856834Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7857080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7857217Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7857746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7857852Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7858092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7858256Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7858491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7858627Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7859246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7859367Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7859602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7859728Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7859972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7860152Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7860694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7860800Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7861031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7861155Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7861399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7861536Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7862079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7862182Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7862416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7862544Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7862789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7862931Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7863464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7863573Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7863857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7863986Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7864230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7864370Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7864962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7865074Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7865359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7865486Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7866094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7866243Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7866783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7866894Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7867142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7867267Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7867514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7867654Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7868196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7868306Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7868621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7868750Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7868994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7869132Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7869667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7869830Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7870067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7870186Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7870427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7870563Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7871185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7871302Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7871546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7871668Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7871950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7872090Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7872641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7872754Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7872994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7873122Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7873376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7873515Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7874050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7874162Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7874401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7874528Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7874770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7874906Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7875452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7875599Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7875836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7875961Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7876211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7876352Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7876940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7877052Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7877337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7877509Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7877756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7877894Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7878437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7878546Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7878783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:09.7878911Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:09.7879159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:09.7879298Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:09.7879828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:09.7879940Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:09.7879994Z ok (133.597s) 2022-11-23T02:25:09.7880263Z test_inherit_tensor (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:09.7880558Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:09.7880764Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:25:09.7881022Z test_is_shared (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:09.7881226Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.010s) 2022-11-23T02:25:09.7881496Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:09.7881679Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:25:09.7881951Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:09.7882216Z test_parameter_sharing (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:09.7882512Z test_variable_sharing (__main__.TestMultiprocessing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:09.7882734Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.001s) 2022-11-23T02:25:09.7882745Z 2022-11-23T02:25:09.7882892Z ---------------------------------------------------------------------- 2022-11-23T02:25:09.7882969Z Ran 37 tests in 410.062s 2022-11-23T02:25:09.7883018Z 2022-11-23T02:25:09.7883133Z OK (skipped=33) 2022-11-23T02:25:09.7883139Z 2022-11-23T02:25:09.7883222Z Generating XML reports... 2022-11-23T02:25:09.7883473Z Generated XML report: test-reports\python-unittest\test_multiprocessing\TEST-TestMultiprocessing-20221123021819.xml 2022-11-23T02:25:09.7883479Z 2022-11-23T02:25:09.7883791Z ##[endgroup] 2022-11-23T02:25:09.7884056Z FINISHED PRINTING LOG FILE of test_multiprocessing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_q1wrb9gb) 2022-11-23T02:25:09.7884061Z 2022-11-23T02:25:09.7884192Z Running test_multiprocessing_spawn ... [2022-11-23 02:25:09.717298] 2022-11-23T02:25:09.7884535Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:09.717298] 2022-11-23T02:25:14.8000152Z 2022-11-23T02:25:14.8000919Z Expand the folded group to see the log file of test_multiprocessing_spawn 2022-11-23T02:25:14.8001952Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_hunb67lg) 2022-11-23T02:25:14.8002884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:14.8003556Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:14.8003704Z 2022-11-23T02:25:14.8003779Z Running tests... 2022-11-23T02:25:14.8004038Z ---------------------------------------------------------------------- 2022-11-23T02:25:14.8004393Z Test results will be stored in test-reports\python-unittest\test_multiprocessing_spawn 2022-11-23T02:25:14.8004856Z test_errors_pickleable (__main__.ErrorTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.410s) 2022-11-23T02:25:14.8005280Z test_exception_all (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T02:25:14.8005611Z test_exception_single (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T02:25:14.8005957Z test_first_argument_index (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:25:14.8006288Z test_success (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T02:25:14.8006819Z test_success_first_then_exception (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:25:14.8007175Z test_success_non_blocking (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:25:14.8007522Z test_terminate_exit (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T02:25:14.8007863Z test_terminate_signal (__main__.ForkTest) ... skip: Fork is only available on Unix (0.002s) 2022-11-23T02:25:14.8008281Z test_exception_all (__main__.SpawnTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:14.8008788Z test_exception_raises (__main__.SpawnTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:14.8009301Z test_exception_single (__main__.SpawnTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:14.8009914Z test_first_argument_index (__main__.SpawnTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:14.8010571Z test_signal_raises (__main__.SpawnTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:14.8011118Z test_success (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:14.8011545Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:14.8011957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:14.8012366Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:14.8012772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:25:14.8013155Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:25:14.8013562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:25:14.8013967Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:25:14.8014690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:14.8015335Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:14.8016024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:14.8016673Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:14.8016878Z ok (2.328s) 2022-11-23T02:25:14.8017228Z test_success_first_then_exception (__main__.SpawnTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:14.8017753Z test_success_non_blocking (__main__.SpawnTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:14.8018317Z test_terminate_exit (__main__.SpawnTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:14.8018824Z test_terminate_signal (__main__.SpawnTest) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:14.8019088Z 2022-11-23T02:25:14.8019238Z ---------------------------------------------------------------------- 2022-11-23T02:25:14.8019486Z Ran 19 tests in 2.750s 2022-11-23T02:25:14.8019603Z 2022-11-23T02:25:14.8019679Z OK (skipped=18) 2022-11-23T02:25:14.8019791Z 2022-11-23T02:25:14.8019879Z Generating XML reports... 2022-11-23T02:25:14.8020218Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-SpawnTest-20221123022511.xml 2022-11-23T02:25:14.8020683Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ErrorTest-20221123022511.xml 2022-11-23T02:25:14.8021146Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ForkTest-20221123022511.xml 2022-11-23T02:25:14.8021390Z 2022-11-23T02:25:14.8021632Z ##[endgroup] 2022-11-23T02:25:14.8022014Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_hunb67lg) 2022-11-23T02:25:14.8022353Z 2022-11-23T02:25:14.8022494Z Running test_namedtuple_return_api ... [2022-11-23 02:25:14.797899] 2022-11-23T02:25:14.8022965Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:14.801001] 2022-11-23T02:25:17.5089828Z 2022-11-23T02:25:17.5090558Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-11-23T02:25:17.5091402Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_sn2tp2_l) 2022-11-23T02:25:17.5092250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:17.5092929Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:17.5093075Z 2022-11-23T02:25:17.5093136Z Running tests... 2022-11-23T02:25:17.5093391Z ---------------------------------------------------------------------- 2022-11-23T02:25:17.5093739Z Test results will be stored in test-reports\python-unittest\test_namedtuple_return_api 2022-11-23T02:25:17.5094207Z test_import_return_types (__main__.TestNamedTupleAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.385s) 2022-11-23T02:25:17.5094751Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.008s) 2022-11-23T02:25:17.5095301Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:17.5095581Z 2022-11-23T02:25:17.5095726Z ---------------------------------------------------------------------- 2022-11-23T02:25:17.5095972Z Ran 3 tests in 0.391s 2022-11-23T02:25:17.5096074Z 2022-11-23T02:25:17.5096145Z OK (skipped=3) 2022-11-23T02:25:17.5096251Z 2022-11-23T02:25:17.5096337Z Generating XML reports... 2022-11-23T02:25:17.5096706Z Generated XML report: test-reports\python-unittest\test_namedtuple_return_api\TEST-TestNamedTupleAPI-20221123022516.xml 2022-11-23T02:25:17.5096971Z 2022-11-23T02:25:17.5097188Z ##[endgroup] 2022-11-23T02:25:17.5097741Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_sn2tp2_l) 2022-11-23T02:25:17.5098093Z 2022-11-23T02:25:17.5098199Z Running test_nn ... [2022-11-23 02:25:17.504209] 2022-11-23T02:25:17.5100589Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:17.504209] 2022-11-23T02:25:23.5612701Z 2022-11-23T02:25:23.5613142Z Expand the folded group to see the log file of test_nn 2022-11-23T02:25:23.5613819Z ##[group]PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_6keuaw04) 2022-11-23T02:25:23.5652374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:23.5653306Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:23.5653633Z 2022-11-23T02:25:23.5653745Z Running tests... 2022-11-23T02:25:23.5654319Z ---------------------------------------------------------------------- 2022-11-23T02:25:23.5654750Z Test results will be stored in test-reports\python-unittest\test_nn 2022-11-23T02:25:23.5655336Z test_add_relu (__main__.TestAddRelu) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5656045Z test_add_relu_broadcasting (__main__.TestAddRelu) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.5656757Z test_constant_pad_nd (__main__.TestConstantPadNd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5657493Z test_preserves_memory_format (__main__.TestConstantPadNd) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5658232Z test_pickle_softsign (__main__.TestFunctionalPickle) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5658962Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.5659688Z test_fuse_conv_bn_requires_grad (__main__.TestFusionUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5660420Z test_fuse_linear_bn_requires_grad (__main__.TestFusionUtils) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5661183Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5661959Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5662588Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T02:25:23.5663219Z This test is to test when multiple forward hook functions can be registered ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5663835Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T02:25:23.5664575Z This test is to test when multiple pre-forward hook functions can be ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5665379Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5666194Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5666955Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.5667744Z test_AdaptiveAvgPool1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5668447Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5669233Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5669961Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5670692Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5671421Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5672133Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5672867Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5673585Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5674299Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5675035Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5675765Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5676487Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5677603Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5678384Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5679135Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5680054Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5680783Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5681414Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5681952Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5682489Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5683022Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5683632Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5684162Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5684691Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5685222Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5685749Z test_AdaptiveLogSoftmax (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5686271Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5686784Z test_AdaptiveMaxPool1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5687301Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5687812Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5688354Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5688887Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5689421Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5689955Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5690475Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5691056Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5691579Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5692110Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5692639Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5693180Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5693722Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5694240Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5694808Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5695345Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.5695890Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5696423Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5696947Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5697482Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5698028Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.5698571Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5699107Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5699613Z test_AvgPool1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5700093Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5700592Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5701098Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5701603Z test_AvgPool1d_stride (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.5702149Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5702651Z test_AvgPool1d_stride_pad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5703163Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5703660Z test_AvgPool2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5704143Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5704638Z test_AvgPool2d_divisor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5705167Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5705677Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5706195Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5706714Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5707234Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5707859Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5708421Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5708974Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5709521Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5710073Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5710612Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5711132Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5711632Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5712137Z test_AvgPool2d_stride (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5713205Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5713716Z test_AvgPool2d_stride_pad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5714223Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5714722Z test_AvgPool3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5715212Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5715710Z test_AvgPool3d_divisor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5716270Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5716782Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5717313Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5717852Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5718417Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5719000Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5719560Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5720088Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5720613Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5721165Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5721732Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5722306Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5722901Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5723527Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5724095Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5724675Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5725277Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5725849Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5726419Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5727116Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5727772Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5728349Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5728903Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5729450Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5730004Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5730546Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5731075Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5731598Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5732112Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5732620Z test_AvgPool3d_stride (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5733167Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5733742Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5734323Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5734831Z test_AvgPool3d_stride_pad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5735340Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5735869Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5736416Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5736968Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5737563Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5738122Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5738668Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5739240Z test_BCELoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5740946Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5741461Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5741967Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5742464Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5742965Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5743494Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5744071Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5744602Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5745114Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5745677Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5746350Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5746871Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5747450Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5747965Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5748489Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5749020Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5749588Z test_BCELoss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5750092Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5750605Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5751126Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5751641Z test_BCELoss_scalar_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5752206Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5752772Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5753304Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5753836Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5754346Z test_BCELoss_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5754854Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5755370Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5755886Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.5756395Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5756949Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5757473Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5758001Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5758570Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.5759136Z test_BCEWithLogitsLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5759662Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5760324Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5760854Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5761434Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5762022Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5762567Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5763116Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.5763673Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5764227Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5764818Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5765397Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5765953Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5766509Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5767053Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5767593Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5768202Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5768758Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5769298Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5769833Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5770371Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5771489Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5772064Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5772619Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5773169Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5773726Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5774272Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5774811Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5775353Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5775894Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5776416Z test_BatchNorm1d_3d_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5776967Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5777518Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5778037Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5778556Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5779127Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5779658Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5780189Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5780711Z test_BatchNorm1d_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5781222Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5781731Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5782288Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5782821Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5783410Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5783993Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5784536Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5785067Z test_BatchNorm1d_not_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5785567Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5786080Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5786600Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5787127Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5787731Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5788262Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5788798Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5789366Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5789975Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5790489Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5791005Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5791496Z test_BatchNorm2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5792002Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5792531Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.5793105Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5793642Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5794159Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5794650Z test_BatchNorm2d_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.5795150Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5795698Z test_BatchNorm2d_momentum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5796247Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5796762Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5797268Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5797784Z test_BatchNorm2d_not_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5798299Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5798809Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5799323Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.5799838Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5800409Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5800941Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5801475Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5802049Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5802595Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5803095Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5803652Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5804160Z test_BatchNorm3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5804663Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5805189Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5805717Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5806255Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5806768Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5807259Z test_BatchNorm3d_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5807760Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5808310Z test_BatchNorm3d_momentum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5808840Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5809366Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5809887Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5810396Z test_BatchNorm3d_not_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5810908Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5811470Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5811985Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5812505Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5813034Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5813563Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5814100Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5814716Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5815256Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5815764Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5816286Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5816781Z test_CELU (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5817258Z test_CELU_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5817746Z test_CELU_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5818237Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5818727Z test_CELU_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5819214Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5819732Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5820266Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5820860Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5821458Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5822082Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5822668Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5823221Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5823765Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5824315Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5824916Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5825486Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5826068Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5826652Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5827175Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5827836Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5828359Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5828914Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5829482Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5829928Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:25:23.5830363Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5830780Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:25:23.5831201Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5831717Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5832297Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5832871Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5833410Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5834008Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5834545Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5835063Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5835638Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.5836168Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5836714Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5837268Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5837703Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.003s) 2022-11-23T02:25:23.5838125Z test_CTCLoss_typechecks (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5838533Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:25:23.5838975Z test_ConstantPad1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5839485Z test_ConstantPad1d_batch (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5840032Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.5840545Z test_ConstantPad1d_complex (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5841069Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5841581Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5842072Z test_ConstantPad2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5842563Z test_ConstantPad2d_complex (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5843120Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5843625Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5844124Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5844644Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5845199Z test_ConstantPad3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5845738Z test_ConstantPad3d_complex (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5846298Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5846954Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5848022Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5848983Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5849739Z test_Conv1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5850476Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5851278Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5851822Z test_Conv1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5852317Z test_Conv1d_dilated (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5852818Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5853319Z test_Conv1d_groups (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5853810Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5854294Z test_Conv1d_pad1 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5854778Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5855264Z test_Conv1d_pad1size1 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5855909Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5856406Z test_Conv1d_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5856877Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5857412Z test_Conv1d_pad2size1 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5857956Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5858449Z test_Conv1d_pad_same (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5858931Z test_Conv1d_pad_same2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5859487Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5859991Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5860489Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5861000Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5861501Z test_Conv1d_pad_valid (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5861997Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5862494Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5863060Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5863604Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5864150Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5864659Z test_Conv1d_stride (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5865147Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5865633Z test_Conv1d_zero_batch (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5866121Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5866678Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5867187Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5867748Z test_Conv2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5868234Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5868756Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5869315Z test_Conv2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5869938Z test_Conv2d_depthwise (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5870450Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5870959Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5871476Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5871993Z test_Conv2d_depthwise_padded (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5872507Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5873027Z test_Conv2d_depthwise_strided (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5873527Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.5874049Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5874583Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5875093Z test_Conv2d_dilated (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5875638Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5876145Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.5876711Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5877271Z test_Conv2d_groups (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5877763Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5878255Z test_Conv2d_groups_thnn (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5878758Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5879262Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5879793Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5880317Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.5880877Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5881382Z test_Conv2d_no_bias (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5881920Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5882467Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5882985Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5883487Z test_Conv2d_pad_same (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5883982Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5884479Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5884978Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5885477Z test_Conv2d_pad_valid (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5885975Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5886467Z test_Conv2d_padding (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5886954Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5887457Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5888636Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5889169Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5889685Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5890206Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5890730Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5891236Z test_Conv2d_strided (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5891788Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5892293Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5892811Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5893331Z test_Conv2d_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5893838Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5894387Z test_Conv2d_zero_batch (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5894932Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5895448Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5895973Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5896495Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5896997Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5897490Z test_Conv3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5897965Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5898458Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5899021Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5899550Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5900074Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5900639Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5901192Z test_Conv3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5901679Z test_Conv3d_dilated (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5902169Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5902711Z test_Conv3d_dilated_strided (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5903222Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5903708Z test_Conv3d_groups (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5904198Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5904706Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5905220Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5905716Z test_Conv3d_no_bias (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5906193Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5906740Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5907254Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5907885Z test_Conv3d_pad_same (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5908374Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5908880Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5909374Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5909934Z test_Conv3d_pad_valid (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5910428Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5910944Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5911468Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5911975Z test_Conv3d_stride (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5912461Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5913051Z test_Conv3d_stride_padding (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5913595Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5914126Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5914665Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5915188Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5915718Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5916229Z test_Conv3d_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5916739Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5917240Z test_Conv3d_zero_batch (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5917741Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5918250Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5918780Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5919352Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5919917Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5920477Z test_ConvTranspose1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5920972Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5921489Z test_ConvTranspose1d_dilated (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5922014Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5922529Z test_ConvTranspose1d_groups (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5923049Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5923561Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5924119Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5924627Z test_ConvTranspose2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5925126Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5925685Z test_ConvTranspose2d_dilated (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5926254Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5926786Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5927335Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5927869Z test_ConvTranspose2d_groups (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5928385Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5928921Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5929466Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5929994Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5930510Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5931085Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5931673Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5932238Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5932793Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5933300Z test_ConvTranspose3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5933795Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5934302Z test_ConvTranspose3d_dilated (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5934866Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5935385Z test_CosineEmbeddingLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5935906Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5936435Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5936970Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5937499Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5938081Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5938678Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5939220Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5939764Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5940333Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5940905Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5941478Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5942086Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5942642Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5943212Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5943777Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5944375Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5944971Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5945967Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5946551Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5947092Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5947719Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5948277Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5948839Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5949387Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5949938Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5950556Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5951165Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5951696Z test_CrossEntropyLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5952201Z test_CrossEntropyLoss_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5952714Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5953295Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5953807Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5954339Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5954884Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5955443Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5956000Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5956644Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5957257Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5957843Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5958423Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5959015Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5959611Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5960220Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5960819Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5961411Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5961995Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5962606Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5963254Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5963937Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5964529Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5965124Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5965717Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5966276Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5966812Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5967411Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5967961Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5968509Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5969127Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5969752Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5970313Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5970886Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5971474Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5972074Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5972671Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5973250Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5973823Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5974454Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5975037Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5975656Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5976281Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5976864Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5977489Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5978045Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5978589Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5979155Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5979720Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5980289Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5980865Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5981466Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.5982112Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5982722Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.5983261Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5983819Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5984376Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5984959Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5985498Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.5986041Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5986573Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5987123Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5987771Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5988452Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5989081Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5989672Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5990274Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.5990886Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5991491Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5992081Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5992681Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5993297Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5993905Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5994560Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5995232Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5995917Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5996554Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5997140Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5997683Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5998244Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5998837Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.5999394Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.5999962Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6000583Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6001202Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6001780Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6002374Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6002980Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6003585Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6004148Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6004720Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6005303Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6005878Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6006543Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6007106Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6007730Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6008309Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6008897Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6009536Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6010151Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6010763Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6011333Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6011888Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6012435Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6013044Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6013646Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6014236Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6014827Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6015420Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6015988Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6016558Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6017192Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6017774Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6018352Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6018991Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6019633Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6020288Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6020842Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6021377Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6021908Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6022439Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6022981Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6023531Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6024073Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6024615Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6025230Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6025845Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6026434Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6026996Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6027592Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6028214Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6047592Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6048297Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6048880Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6049472Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6050245Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6050843Z test_CrossEntropyLoss_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6051380Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6051912Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6052457Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6052979Z test_CrossMapLRN2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6053483Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6053972Z test_ELU (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6054445Z test_ELU_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6054931Z test_ELU_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6055427Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6055962Z test_ELU_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6056492Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6056975Z test_Embedding (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6057470Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6058061Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6058579Z test_EmbeddingBag_max (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6059083Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6059602Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6060125Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6060641Z test_EmbeddingBag_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6061190Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6061743Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6062331Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6062834Z test_EmbeddingBag_sparse (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6063349Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6063853Z test_EmbeddingBag_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6064353Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6064867Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6065389Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6065905Z test_Embedding_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6066411Z test_Embedding_discontiguous (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6066929Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6067610Z test_Embedding_sparse (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6068158Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6068826Z test_Flatten (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6069310Z test_Flatten_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6069802Z test_Flatten_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6070298Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6070782Z test_Fold (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6071252Z test_Fold_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6071738Z test_Fold_int_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6072276Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6072779Z test_Fold_no_batch_dim_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6073287Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6073829Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6074388Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6074914Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6075445Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6075993Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6076550Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6077126Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6077720Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6078304Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6078864Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6079455Z test_FractionalMaxPool2d_size (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6080514Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6081042Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6081593Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6082163Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6082757Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6083371Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6083911Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6084443Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6084978Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6085577Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6086177Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6086749Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6087332Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6087907Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6088457Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6089007Z test_FractionalMaxPool3d_size (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6089529Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6090069Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6090617Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6091287Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6091930Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6092461Z test_GELU (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6092935Z test_GELU_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6093419Z test_GELU_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6093920Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6094455Z test_GELU_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6094932Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6095409Z test_GLU (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6095878Z test_GLU_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6096349Z test_GLU_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6096874Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6097407Z test_GLU_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6097907Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6098414Z test_GroupNorm_1d_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6098921Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6099442Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6099947Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6100471Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6100999Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6101513Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6102087Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6102668Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6103261Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6103794Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6104318Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6104845Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6105425Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6105936Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6106457Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6106982Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6107576Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6108097Z test_GroupNorm_2d_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6108661Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6109226Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6109750Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6110294Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6110851Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6111393Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6111897Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6112425Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6113011Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6113535Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6114054Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6114627Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6115202Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6115751Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6116353Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6116885Z test_Hardshrink (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6117383Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6117896Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6118401Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6118924Z test_Hardshrink_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6119439Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6119963Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6120565Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6121099Z test_Hardswish_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6121618Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6122127Z test_Hardtanh (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6122622Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6123126Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6123673Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6124190Z test_Hardtanh_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6124696Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6125212Z test_HingeEmbeddingLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6125745Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6126368Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6126969Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6127508Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6128050Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6128605Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6129163Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6129700Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6130252Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6130810Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6131385Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6132017Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6132646Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6133216Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6133777Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6134352Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6134976Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6135537Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6136100Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6136673Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6137227Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6138296Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6138921Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6139496Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6140062Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6140621Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6141171Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6141713Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6142270Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6142839Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6143406Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6143973Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6144611Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6145235Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6145888Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6146459Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6147022Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6147667Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6148239Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6148769Z test_HuberLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6149325Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6149845Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6150362Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6150929Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6151482Z test_HuberLoss_delta (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6151970Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6152490Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6153019Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6153558Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6154100Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6154634Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6155167Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6155711Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6156252Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6156878Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6157446Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6157973Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6158503Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6159023Z test_HuberLoss_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6159545Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6160123Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6160662Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6161188Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6161706Z test_InstanceNorm1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6162214Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6162720Z test_InstanceNorm1d_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6163281Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6163843Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6164361Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6164902Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6165434Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6165976Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6166516Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6167058Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6167656Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6168213Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6168769Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6169373Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6169989Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6170530Z test_InstanceNorm2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6171065Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6171572Z test_InstanceNorm2d_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6172090Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6172612Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6173145Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6173664Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6174187Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6174709Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6175276Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6175844Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6176389Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6176917Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6177464Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6178011Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6178624Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6179163Z test_InstanceNorm3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6179672Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6180182Z test_InstanceNorm3d_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6180701Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6181266Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6181846Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6182434Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6182975Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6183495Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6184038Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6184582Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6185138Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6185695Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6186257Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6186822Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6187453Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6187986Z test_KLDivLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6188493Z test_KLDivLoss_batch_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6189070Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6189577Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6190093Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6190606Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6191105Z test_KLDivLoss_log_target (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6191632Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6192171Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6192797Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6193387Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6193942Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6194508Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6195073Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6195618Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6196133Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6196675Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6197222Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6197758Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6198290Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6198837Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6199381Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6199966Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6200499Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6201041Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6201581Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6202101Z test_KLDivLoss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6202600Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6203164Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6203698Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6204225Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6204746Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6205276Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6205818Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6206344Z test_KLDivLoss_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6206851Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6207365Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6207884Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6208385Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6208985Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6209618Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6210201Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6210795Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6211355Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6211924Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6212488Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6213036Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6213572Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6214159Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6214705Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6215222Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6215751Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6216287Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6216819Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6217352Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6217886Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6218420Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6218948Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6219450Z test_L1Loss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6219930Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6220424Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6220918Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6221438Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6221931Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6222423Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6222933Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6223457Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6223981Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6224530Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6225039Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6225562Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6226075Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6226587Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6227083Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6227670Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6228191Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6228694Z test_L1Loss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6229194Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6229713Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6230221Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6230720Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6231229Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6231786Z test_L1Loss_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6232294Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6232790Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6233289Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6233787Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6234293Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6234826Z test_LPPool1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6235315Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6235868Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6236427Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6236979Z test_LPPool1d_norm (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6237472Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6237948Z test_LPPool2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6238431Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6238917Z test_LPPool2d_norm (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6239406Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6239886Z test_LSTM_cell (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6240386Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6240636Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6240901Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6241173Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6241489Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6241760Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6242027Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6242299Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6242573Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6242853Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6243156Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6243423Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6243693Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6243968Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6244228Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6244494Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6244761Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6245033Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6245296Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6245562Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6245832Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6246106Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6246371Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6247104Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6247376Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6247651Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6247890Z test_LeakyReLU (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6248136Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6248383Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6248686Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6248936Z test_LeakyReLU_with_negval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6249193Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6249452Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6249714Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6249971Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6250234Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6250468Z test_Linear (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6250712Z test_Linear_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6250956Z test_Linear_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6251203Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6251443Z test_Linear_no_bias (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6251689Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6251944Z test_LocalResponseNorm_1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6252204Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6252799Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6253072Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6253340Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6253612Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6253851Z test_LogSigmoid (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6254096Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6254383Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6254644Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6254891Z test_LogSigmoid_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6255141Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6255382Z test_LogSoftmax (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6255630Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6255881Z test_LogSoftmax_multiparam (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6256134Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6256388Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6256656Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6256901Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6257158Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6257387Z test_MSELoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6257625Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6258179Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6258425Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6258674Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6258934Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6259188Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6259449Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6259690Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6259989Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6260242Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6260504Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6260744Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6260996Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6261245Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6261497Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6261740Z test_MSELoss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6261986Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6262239Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6262492Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6262733Z test_MSELoss_prec (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6262983Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6263574Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6263824Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6264072Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6264310Z test_MSELoss_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6264564Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6264811Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6265057Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6265353Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6265607Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6265878Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6266139Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6266406Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6266675Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6266919Z test_MSELoss_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6267179Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6267508Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6267766Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6268016Z test_MarginRankingLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6268275Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6268528Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6268785Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6269088Z test_MarginRankingLoss_margin (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6269357Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6269615Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6269874Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6270142Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6270419Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6270737Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6271020Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6271277Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6271558Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6271835Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6272104Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6272369Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6272643Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6272916Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6273193Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6273453Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6273722Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6273991Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6274307Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6274573Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6274842Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6275110Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6275384Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6275617Z test_MaxPool1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6276177Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6276443Z test_MaxPool1d_return_indices (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6276698Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6276943Z test_MaxPool1d_stride (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6277189Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6277430Z test_MaxPool2d_3d_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6277678Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6277913Z test_MaxPool2d_4d_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6278166Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6278414Z test_MaxPool2d_return_indices (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6278677Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6278904Z test_MaxPool3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6279142Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6279397Z test_MaxPool3d_return_indices (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6279696Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6279931Z test_MaxPool3d_stride (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6280174Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6280427Z test_MaxPool3d_stride_padding (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6280674Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6280915Z test_MaxUnpool1d_net (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6281198Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6281449Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6281704Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6281947Z test_MaxUnpool2d_net (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6282191Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6282438Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6282699Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6282940Z test_MaxUnpool3d_net (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6283184Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6283433Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6283687Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6283917Z test_Mish (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6284146Z test_Mish_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6284380Z test_Mish_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6284625Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6284902Z test_Mish_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6285140Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6285378Z test_ModuleDict (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6285609Z test_ModuleList (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6285868Z test_MultiLabelMarginLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6286134Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6286450Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6286709Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6286975Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6287239Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6287503Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6287765Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6288034Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6288301Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6288573Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6288853Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6289130Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6289414Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6289690Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6289954Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6290264Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6290525Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6290782Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6291045Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6291309Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6291581Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6291902Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6292186Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6292553Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6292824Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6293153Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6293430Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6293705Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6293974Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6294253Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6294530Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6294859Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6295266Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6295614Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6295936Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6296212Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6296495Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6296770Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6297053Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6297311Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6297622Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6297899Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6298166Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6298445Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6298733Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6299018Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6299299Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6299581Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6299871Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6300165Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6300448Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6300720Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6301047Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6301327Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6301610Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6301884Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6302157Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6302435Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6302757Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6303044Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6303320Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6303596Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6303888Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6304171Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6304466Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6304763Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6305058Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6305300Z test_MultiMarginLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6305543Z test_MultiMarginLoss_1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6305804Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6306054Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6306345Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6306602Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6306864Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6307129Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6307458Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6307733Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6308051Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6308306Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6308555Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6308816Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6309067Z test_MultiMarginLoss_margin (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6309325Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6309586Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6309843Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6310106Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6310371Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6310639Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6310912Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6311188Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6311463Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6311758Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6312013Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6312260Z test_MultiMarginLoss_p (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6312515Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6312766Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6313017Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6313307Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6313620Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6313883Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6314189Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6314477Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6314748Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6315006Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6315272Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6315545Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6315820Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6316073Z test_MultiMarginLoss_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6316324Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6316590Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6316854Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6317167Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6317440Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6317709Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6317989Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6318273Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6318597Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6318836Z test_NLLLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6319081Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6319335Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6319597Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6319860Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6320116Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6320373Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6320622Z test_NLLLossNd_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6320873Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6321132Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6321397Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6321654Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6321909Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6322184Z test_NLLLoss_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6322431Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6322682Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6322929Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6323173Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6323421Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6323685Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6323986Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6324249Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6324503Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6324753Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6325018Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6325283Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6325546Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6325806Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6326051Z test_NLLLoss_2d_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6326311Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6326569Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6326825Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6327077Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6327324Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6327612Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6327859Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6328102Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6328343Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6328597Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6328849Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6329140Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6329392Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6329646Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6329913Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6330183Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6330452Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6330720Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6330966Z test_NLLLoss_higher_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6331222Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6331482Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6331742Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6331996Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6332255Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6332529Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6332847Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6333121Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6333389Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6333633Z test_NLLLoss_ignore_index (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6333892Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6334155Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6334458Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6334719Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6334969Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6335232Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6335496Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6335756Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6336002Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6336258Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6336521Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6336775Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6337023Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6337278Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6337534Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6337837Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6338082Z test_NLLLoss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6338334Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6338591Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6338857Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6339111Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6339368Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6339673Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6339948Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6340217Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6340494Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6340747Z test_NLLLoss_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6341010Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6341270Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6341532Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6341792Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6342038Z test_NLLLoss_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6342298Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6342551Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6342808Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6343084Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6343343Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6343616Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6343888Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6344154Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6344420Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6344720Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6344992Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6345264Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6345536Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6345809Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6346043Z test_PReLU_1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6346286Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6346537Z test_PReLU_1d_multiparam (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6346792Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6347033Z test_PReLU_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6347278Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6347610Z test_PReLU_2d_multiparam (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6347865Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6348099Z test_PReLU_3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6348389Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6348634Z test_PReLU_3d_multiparam (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6348890Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6349153Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6349397Z test_PReLU_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6349644Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6349886Z test_PReLU_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6350172Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6350425Z test_Padding122112_3dcircular (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6350682Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6350936Z test_Padding1221_2dcircular (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6351195Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6351446Z test_Padding12_1dcircular (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6351699Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6351952Z test_Padding2322_2dcircular (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6352206Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6352455Z test_Padding31_1dcircular (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6352709Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6352957Z test_Padding322112_3dcircular (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6353211Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6353462Z test_Padding332122_3dcircular (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6353760Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6354011Z test_Padding3331_2dcircular (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6354262Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6354508Z test_Padding33_1dcircular (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6354762Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6355011Z test_PairwiseDistance (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6355277Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6355593Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6355859Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6356128Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6356382Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6356641Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6356905Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6357172Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6357449Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6357696Z test_ParameterDict (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.008s) 2022-11-23T02:25:23.6357957Z test_ParameterDict_replication (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6358201Z test_ParameterList (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6358453Z test_ParameterList_meta (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6358709Z test_ParameterList_replication (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6358995Z test_PixelShuffle (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6359241Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6359490Z test_PixelUnshuffle (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6359742Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6359996Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6360259Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6360523Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6361204Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6361480Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6361761Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6362040Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6362316Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6362578Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6362852Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6363124Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6363395Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6363659Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6363928Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6364201Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6364472Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6364776Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6365050Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6365321Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6365588Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6365838Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6366103Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6366412Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6366681Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6366949Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6367226Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6367506Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6367786Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6368040Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6368300Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6368535Z test_RNN_cell (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6368774Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6369032Z test_RNN_cell_forward_input_size (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6369292Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6369544Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6369689Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-11-23T02:25:23.6369881Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-11-23T02:25:23.6370037Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-11-23T02:25:23.6370183Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-11-23T02:25:23.6370311Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-11-23T02:25:23.6370445Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-11-23T02:25:23.6370685Z test_RNN_input_size_zero (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6370923Z test_RNN_nonlinearity (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6371156Z test_RReLU (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6371391Z test_RReLU_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6371683Z test_RReLU_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6371936Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6372180Z test_RReLU_with_up_down (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6372421Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6372674Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6372930Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6373160Z test_ReLU (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6373391Z test_ReLU6 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6373627Z test_ReLU6_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6373869Z test_ReLU6_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6374119Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6374357Z test_ReLU6_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6374603Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6374838Z test_ReLU_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6375122Z test_ReLU_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6375369Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6375607Z test_ReLU_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6375853Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6376103Z test_ReflectionPad1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6376357Z test_ReflectionPad1d_batch (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6376617Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6376916Z test_ReflectionPad1d_complex (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6377180Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6377431Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6377678Z test_ReflectionPad2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6377936Z test_ReflectionPad2d_complex (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6378199Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6378445Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6378701Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6378963Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6379212Z test_ReflectionPad3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6379471Z test_ReflectionPad3d_complex (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6379728Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6379975Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6380222Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6380529Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6380780Z test_ReplicationPad1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6381023Z test_ReplicationPad1d_batch (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6381281Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6381539Z test_ReplicationPad1d_complex (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6381802Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6382052Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6382338Z test_ReplicationPad2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6382594Z test_ReplicationPad2d_complex (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6382858Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6383103Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6383365Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6383631Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6383879Z test_ReplicationPad3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6384137Z test_ReplicationPad3d_complex (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6384399Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6384654Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6384913Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6385178Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6385407Z test_SELU (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6385640Z test_SELU_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6385920Z test_SELU_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6386171Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6386414Z test_SELU_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6386656Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6386898Z test_Sequential_add (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6387147Z test_Sequential_append (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6387458Z test_Sequential_delitem (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6387751Z test_Sequential_extend (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6388001Z test_Sequential_getitem (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6388243Z test_Sequential_iadd (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6388486Z test_Sequential_imul (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6388731Z test_Sequential_insert (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6388987Z test_Sequential_insert_fail_case (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6389229Z test_Sequential_mul (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6389471Z test_Sequential_pop (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6389709Z test_Sequential_rmul (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6389955Z test_Sequential_setitem (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6390211Z test_Sequential_setitem_named (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6390440Z test_SiLU (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6390672Z test_SiLU_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6390913Z test_SiLU_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6391203Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6391445Z test_SiLU_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6391688Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6391920Z test_Sigmoid (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6392159Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6392405Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6392658Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6392939Z test_Sigmoid_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6393189Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6393429Z test_SmoothL1Loss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6393674Z test_SmoothL1Loss_beta (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6393928Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6394181Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6394428Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6394679Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6395005Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6395277Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6395592Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6395862Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6396115Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6396382Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6396696Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6396964Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6397218Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6397485Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6397750Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6398016Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6398312Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6398569Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6398823Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6399087Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6399336Z test_SmoothL1Loss_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6399596Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6399852Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6400095Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6400355Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6400632Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6400905Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6401227Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6401485Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6401748Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6402105Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6402375Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6402619Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6402873Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6403115Z test_SoftMarginLoss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6403376Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6403670Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6403924Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6404183Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6404451Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6404725Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6404998Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6405254Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6405520Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6405792Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6406063Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6406321Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6406594Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6406863Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6407177Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6407433Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6407738Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6408000Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6408312Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6408587Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6408897Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6409133Z test_Softmax (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6409368Z test_Softmax2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6409610Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6409856Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6410109Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6410349Z test_Softmax_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6410593Z test_Softmax_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6410842Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6411084Z test_Softmax_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6411329Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6411563Z test_Softmin (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6411801Z test_Softmin_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6412041Z test_Softmin_multidim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6412290Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6412576Z test_Softmin_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6412828Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6413069Z test_Softmin_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6413313Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6413548Z test_Softplus (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6413834Z test_Softplus_beta (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:25:23.6414082Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6414378Z test_Softplus_beta_threshold (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6414678Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6414940Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6415208Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6415448Z test_Softplus_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6415695Z test_Softplus_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6415949Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6416187Z test_Softshrink (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6416428Z test_Softshrink_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6416672Z test_Softshrink_lambda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6416922Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6417177Z test_Softshrink_lambda_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6417432Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6417679Z test_Softshrink_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6418368Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6418602Z test_Softsign (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6418839Z test_Softsign_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6419080Z test_Softsign_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6419330Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6419577Z test_Softsign_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6419868Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6420155Z test_Tanh (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6420394Z test_Tanh_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6420662Z test_Tanh_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6420929Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6421170Z test_Tanh_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6421399Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6421634Z test_Tanhshrink (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6421874Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6422119Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6422372Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6422622Z test_Tanhshrink_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6422870Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6423115Z test_Threshold_large_value (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6423365Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6423658Z test_Threshold_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6423913Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6424165Z test_Threshold_threshold_value (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6424424Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6424686Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6424956Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6425278Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6425570Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6425850Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6426136Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6426466Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6426750Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6427080Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6427362Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6427672Z test_Transformer_cell (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6427935Z test_Transformer_multilayer_coder (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6428200Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6428466Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6428747Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6429025Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6429355Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6429626Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6429908Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6430188Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6430472Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6430779Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6431054Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6431323Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6431597Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6431845Z test_Unflatten_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6432098Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6432329Z test_Unfold (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6432613Z test_Unfold_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6432858Z test_Unfold_int_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6433150Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6433391Z test_ZeroPad2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6433641Z test_ZeroPad2d_complex (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6433894Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6434138Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6434392Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6434691Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6434944Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6435197Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6435445Z test_adaptive_log_softmax (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:25:23.6435683Z test_add_module (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6435951Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6436231Z test_affine_grid (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6436470Z test_affine_grid_3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6436721Z test_affine_grid_error_checking (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6436957Z test_assignment (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6437219Z test_backward_hooks_interaction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6437501Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6437655Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:25:23.6437808Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:25:23.6438056Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6438206Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:25:23.6438461Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6438667Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:25:23.6438961Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6439246Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6439579Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6439915Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6440221Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6440506Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6440759Z test_bce_loss_always_nonnegative (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6441014Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6441263Z test_bce_loss_input_range (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6441546Z test_bce_loss_size_mismatch (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6441817Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6442076Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6442358Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6442669Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6442940Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6443205Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6443484Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6443777Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6444028Z test_bce_with_logits_stability (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6444309Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6444541Z test_bilinear (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6444790Z test_bilinear_broadcasting (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6445117Z test_bilinear_no_bias (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6445371Z test_bilinear_non_contiguous (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:25:23.6445573Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:25:23.6445743Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:25:23.6445916Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:25:23.6446168Z test_buffer_not_persistent (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6446422Z test_buffer_not_persistent_assign (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6446676Z test_buffer_not_persistent_del (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6447299Z test_buffer_not_persistent_load (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6447573Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6447827Z test_buffers_and_named_buffers (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6447947Z test_caching_parametrization (__main__.TestNN) 2022-11-23T02:25:23.6448207Z Test the caching system of a parametrization ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6448385Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T02:25:23.6448678Z Test that transferring parametrizations doesn't cause issues with caching ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6448942Z test_call_supports_python_dict_output (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6449183Z test_channel_shuffle (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6449441Z test_channel_shuffle_return_self (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6449677Z test_children (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6449919Z test_clip_grad_norm (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6450157Z test_clip_grad_value (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6450272Z test_compute_nparams_to_prune (__main__.TestNN) 2022-11-23T02:25:23.6450545Z Test that requested pruning `amount` gets translated into the ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6450786Z test_container_copy (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6450984Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-11-23T02:25:23.6451303Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6451571Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6451873Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6452138Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6452382Z test_cosine_similarity (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6452668Z test_cross_entropy_loss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6452927Z test_cross_entropy_loss_precision (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6453182Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6453369Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.000s) 2022-11-23T02:25:23.6453525Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.003s) 2022-11-23T02:25:23.6453675Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.000s) 2022-11-23T02:25:23.6453785Z test_custom_from_mask_pruning (__main__.TestNN) 2022-11-23T02:25:23.6454053Z Test that the CustomFromMask is capable of receiving ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6454183Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-11-23T02:25:23.6454479Z Test that we are able to create a deepcopy of the module when it's parametrized. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6454696Z test_dir (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6454935Z test_dir_digit (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6455184Z test_elu_inplace_gradgrad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6455427Z test_elu_inplace_on_view (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6455675Z test_error_RNN_seq_len_zero (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6455954Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6456234Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:25:23.6456514Z test_extra_state (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6456775Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6457025Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6457272Z test_extra_state_non_dict (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6457557Z test_fb_fc_packed (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6457798Z test_flatten (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6458127Z test_fold_invalid_arg (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6458379Z test_gaussian_nll_loss_args (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6458639Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6458877Z test_get_buffer (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6459133Z test_get_buffer_from_submodules (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6459385Z test_getattr_with_property (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6459481Z test_global_pruning (__main__.TestNN) 2022-11-23T02:25:23.6459765Z Test that global l1 unstructured pruning over 2 parameters removes ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6459892Z test_global_pruning_importance_scores (__main__.TestNN) 2022-11-23T02:25:23.6460173Z Test that global l1 unstructured pruning over 2 parameters removes ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6460422Z test_grid_sample (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.019s) 2022-11-23T02:25:23.6460665Z test_grid_sample_3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:25:23.6460925Z test_grid_sample_error_checking (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6461172Z test_hardtanh_backward (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6461432Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6461679Z test_hook_backward_size (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6461975Z test_hook_backward_writeable (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6462231Z test_hook_buffer_registration (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6462464Z test_hook_cpp (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6462709Z test_hook_extra_input (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6462976Z test_hook_forward_preforward_writable (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6463218Z test_hook_inplace (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6463499Z test_hook_invalid_outputs (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6463806Z test_hook_last_arg_requires_grad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6464059Z test_hook_no_requires_grad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6464345Z test_hook_non_full_warning (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6464609Z test_hook_parameter_registration (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6464858Z test_hook_requires_grad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6465118Z test_hook_submodule_registration (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6465348Z test_hooks (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6465598Z test_huber_loss_invalid_delta (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6465701Z test_identity_pruning (__main__.TestNN) 2022-11-23T02:25:23.6465968Z Test that a mask of 1s does not change forward or backward. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6466098Z test_initialization_parametrization (__main__.TestNN) 2022-11-23T02:25:23.6466375Z Test that it is possible to initialize a parametrization when it ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6466615Z test_inplace_thnn (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6466856Z test_interpolate (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6467106Z test_interpolate_bicubic_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6467490Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6467754Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6468019Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6468273Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6468537Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6468809Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6469133Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6469400Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6469684Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6470031Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6470313Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6470596Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6470870Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6471147Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6471412Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6471668Z test_interpolate_bilinear_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6471925Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6472184Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6472449Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6472749Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6473015Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6473285Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6473566Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6473834Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6474126Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6474461Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6474740Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6474999Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6475275Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6475556Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6475823Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6476023Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:25:23.6476295Z test_interpolate_linear_1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6476558Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6476875Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6477130Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6477391Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6477653Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6477907Z test_interpolate_linear_scale_1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6478227Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6478502Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6478761Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6479012Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6479274Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6479528Z test_interpolate_nearest_1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6479821Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6480081Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6480342Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6480590Z test_interpolate_nearest_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6480847Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6481116Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6481383Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6481639Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6481905Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6482156Z test_interpolate_nearest_3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6482458Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6482713Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6483020Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6483322Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6483582Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6483834Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6484099Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6484345Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6484603Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6484859Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6485155Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6485404Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6485666Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6485911Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6486165Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6486416Z test_interpolate_trilinear_3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6486674Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6486936Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6487205Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6487465Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6487743Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6488024Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6488287Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6488634Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6488913Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6489238Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6489504Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6489751Z test_kl_div_log_softmax_target (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6489997Z test_kl_div_with_diff_type (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6490295Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6490538Z test_l1_loss_correct (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6490653Z test_l1_unstructured_pruning (__main__.TestNN) 2022-11-23T02:25:23.6490927Z Test that l1 unstructured pruning actually removes the lowest ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6491070Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-11-23T02:25:23.6491347Z Test that l1 unstructured pruning actually removes the lowest ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6491615Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6491886Z test_linear_autograd_device_cpu_bias_weightCOO (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6492159Z test_linear_autograd_device_cpu_bias_weightCSC (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6492419Z test_linear_autograd_device_cpu_bias_weightCSR (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6492698Z test_linear_autograd_device_cpu_bias_weightStrided (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6492974Z test_linear_autograd_device_cpu_nobias_weightCOO (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6493247Z test_linear_autograd_device_cpu_nobias_weightCSC (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6493516Z test_linear_autograd_device_cpu_nobias_weightCSR (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6493795Z test_linear_autograd_device_cpu_nobias_weightStrided (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6494088Z test_linear_broadcasting (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6494203Z test_ln_structured_pruning (__main__.TestNN) 2022-11-23T02:25:23.6494451Z Check Ln structured pruning by hand. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6494590Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-11-23T02:25:23.6494870Z Check Ln structured pruning by hand. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6495113Z test_load_state_dict (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:25:23.6495383Z test_load_state_dict_BC (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6495693Z test_load_state_dict_child (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6495944Z test_load_state_dict_custom (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6496190Z test_load_state_dict_invalid (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6496440Z test_load_state_dict_ref_cycle (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6496687Z test_load_state_dict_type (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6496927Z test_log_softmax_cpu (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6497171Z test_log_softmax_dim0 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6497412Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6497653Z test_log_softmax_dim3 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6497895Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6498143Z test_log_softmax_lastdim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6498389Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6498632Z test_log_softmax_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6498878Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6499120Z test_log_softmax_spatial (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6499410Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6499665Z test_log_softmax_spatial_special (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6499923Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6500180Z test_loss_equal_input_target_shape (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6500442Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6500697Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6501037Z test_module_apply_inplace_op (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6501288Z test_module_backcompat (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6501536Z test_module_to_argparse (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6501815Z test_modules (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6502065Z test_mse_loss_size_warning (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6502345Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6502621Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.019s) 2022-11-23T02:25:23.6502871Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6503139Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6503400Z test_multihead_attn_invalid_shape (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6503675Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6503924Z test_multihead_attn_no_bias (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6504200Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6504477Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6505168Z test_multiple_inputs_parametrization (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6505420Z test_multiple_pruning_calls (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6505663Z test_named_children (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6505901Z test_named_modules (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6506172Z test_named_parameters_remove_duplicate (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6506425Z test_nested_tensor_from_mask (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6506722Z test_nested_tensor_from_mask_error (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6506968Z test_new_spectral_norm (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6507269Z test_new_spectral_norm_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6507591Z test_new_spectral_norm_forward (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6507881Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6508134Z test_no_grad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6508379Z test_non_leaf_parameters (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6508610Z test_normalize (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6508853Z test_orthogonal_errors (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6509113Z test_orthogonal_parametrization (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6509376Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.013s) 2022-11-23T02:25:23.6509542Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:25:23.6509784Z test_pad_scalar_error (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6510021Z test_padding_list (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6510262Z test_pairwise_distance (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6510562Z test_parameter_assignment (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6510819Z test_parameterlistdict_pickle (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6511085Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6511343Z test_parameters_and_named_parameters (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6511589Z test_parameters_to_vector (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6511722Z test_parametrization_same_training_mode (__main__.TestNN) 2022-11-23T02:25:23.6511998Z Test training mode updated on parametrization registration ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6512273Z test_parse_to (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6512428Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:25:23.6512646Z test_pdist (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6512911Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6513180Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6513469Z test_pdist_empty_col (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6513713Z test_pdist_empty_row (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6513949Z test_pdist_large (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6514041Z test_pdist_zeros (__main__.TestNN) 2022-11-23T02:25:23.6514327Z Test that grad is still valid when dist is 0 ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6514581Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6514830Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6515085Z test_pointwise_loss_broadcast (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6515357Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6515614Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6515920Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6516177Z test_projections_lstm_args_check (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6516351Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.003s) 2022-11-23T02:25:23.6516613Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6516836Z test_prune (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6517087Z test_prune_importance_scores (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6517349Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6517634Z test_pruning_container (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6517761Z test_pruning_container_compute_mask (__main__.TestNN) 2022-11-23T02:25:23.6518031Z Test `compute_mask` of pruning container with a known `t` and ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6518144Z test_pruning_id_consistency (__main__.TestNN) 2022-11-23T02:25:23.6518419Z Test that pruning doesn't change the id of the parameters, which ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6518523Z test_pruning_rollback (__main__.TestNN) 2022-11-23T02:25:23.6518791Z Test that if something fails when the we try to compute the mask, ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6519051Z test_pruning_serialization_model (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6519313Z test_pruning_serialization_state_dict (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6519558Z test_random_pruning (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6519712Z test_random_pruning_0perc (__main__.TestNN) 2022-11-23T02:25:23.6519977Z Test that a mask of 1s does not change forward or backward. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6520086Z test_random_pruning_forward (__main__.TestNN) 2022-11-23T02:25:23.6520368Z check forward with mask (by hand). ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6520482Z test_random_pruning_new_weight (__main__.TestNN) 2022-11-23T02:25:23.6520744Z Test that module.name now contains a pruned version of ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6520853Z test_random_pruning_orig (__main__.TestNN) 2022-11-23T02:25:23.6521115Z Test that original tensor is correctly stored in 'orig' ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6521411Z test_random_pruning_pickle (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6521506Z test_random_pruning_sizes (__main__.TestNN) 2022-11-23T02:25:23.6521781Z Test that the new parameters and buffers created by the pruning ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6522042Z test_random_structured_pruning_amount (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6522182Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-11-23T02:25:23.6522463Z Test that it is possible to add and remove parametrizations on buffers ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6522608Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-11-23T02:25:23.6522870Z Test that it is possible to nest the parametrizations ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6523002Z test_register_and_remove_parametrization (__main__.TestNN) 2022-11-23T02:25:23.6523306Z Test that it is possible to add a few parametrizations ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.009s) 2022-11-23T02:25:23.6523588Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6523857Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6524137Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6524408Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6524695Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6524970Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6525249Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6525497Z test_relu_inplace_on_view (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6525594Z test_remove_pruning (__main__.TestNN) 2022-11-23T02:25:23.6525918Z `prune.remove` removes the hook and the reparametrization ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6526036Z test_remove_pruning_exception (__main__.TestNN) 2022-11-23T02:25:23.6526305Z Removing from an unpruned tensor throws an assertion error ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6526415Z test_remove_pruning_forward (__main__.TestNN) 2022-11-23T02:25:23.6526684Z Remove pruning and check forward is unchanged from previous ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6527011Z test_repr (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6527252Z test_requires_grad_ (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6527489Z test_rnn_args_check (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6527647Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:25:23.6527897Z test_rnn_initial_hidden_state (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6528137Z test_rnn_pruning (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6528380Z test_rnn_weight_norm (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6528550Z test_serialization_parametrization (__main__.TestNN) 2022-11-23T02:25:23.6528835Z Test that it is possible to serialize a parametrized model via state_dict ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6529072Z test_share_memory (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6529329Z test_smoothl1loss_intergral_target (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6529597Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6529837Z test_softmax_cpu (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6530087Z test_softmax_functional_dim0 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6530340Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6530589Z test_softmax_functional_dim3 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6530845Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6531096Z test_softmax_functional_scalar (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6531352Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6531594Z test_softmax_lastdim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6531839Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6532130Z test_softmax_lastdim_dtype (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6532426Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6532667Z test_softmax_spatial (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6532910Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6533188Z test_softmax_spatial_dtype (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6533440Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6533693Z test_softmax_spatial_special (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6534320Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6534562Z test_softmin (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6534806Z test_spectral_norm (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.005s) 2022-11-23T02:25:23.6535050Z test_spectral_norm_dim (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6535300Z test_spectral_norm_forward (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6535557Z test_spectral_norm_load_state_dict (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6535806Z test_spectral_norm_pickle (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6536044Z test_state_dict (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6536205Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:25:23.6536369Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-11-23T02:25:23.6536617Z test_threshold_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6536857Z test_threshold_int (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6537085Z test_to (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6537342Z test_train_errors_for_invalid_mode (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6537477Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T02:25:23.6537781Z Test that all parametrizations and their associated parameters are transferred. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6538113Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6538270Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-11-23T02:25:23.6538567Z Test that all parametrizations and their associated parameters are transferred. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6538771Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-11-23T02:25:23.6539076Z Test that all parametrizations and their associated parameters are transferred. ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6539371Z test_transformer_args_check (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6539634Z test_transformer_layer_args_check (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6539934Z test_transformerdecoder (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.018s) 2022-11-23T02:25:23.6540204Z test_transformerdecoderlayer (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.009s) 2022-11-23T02:25:23.6540471Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6540720Z test_triplet_margin_loss (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6540978Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6541233Z test_triplet_margin_loss_swap (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6541492Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6541722Z test_type (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:25:23.6541847Z test_type_before_parametrizations (__main__.TestNN) 2022-11-23T02:25:23.6542136Z Test that type_before_parametrizations always retrieves original type ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6542372Z test_unflatten (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6542621Z test_unflatten_invalid_arg (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6542865Z test_unfold_invalid_arg (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6542996Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-11-23T02:25:23.6543269Z Since it may happen that the tensor to prune has entries with the ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6543591Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6543845Z test_upsamplingLinear1d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6544117Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6544373Z test_upsamplingTrilinear3d (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6544650Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6544945Z test_upsampling_bfloat16 (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6545258Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6545543Z test_upsampling_small_scale (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:25:23.6545671Z test_validate_pruning_amount (__main__.TestNN) 2022-11-23T02:25:23.6545926Z Tests the second util function that validates the pruning ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6546047Z test_validate_pruning_amount_init (__main__.TestNN) 2022-11-23T02:25:23.6546311Z Test the first util function that validates the pruning ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6546560Z test_vector_to_parameters (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6546801Z test_weight_norm (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6547044Z test_weight_norm_pickle (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6547277Z test_zero_grad (__main__.TestNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6547601Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6547886Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6548139Z test_calculate_gain_linear (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6548399Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6548686Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6548976Z test_constant (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6549225Z test_deprecation (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6549470Z test_dirac_identity (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6549728Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6549976Z test_dirac_properties (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6550213Z test_eye (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6550469Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6550755Z test_kaiming_normal (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6551071Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6551366Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6551611Z test_kaiming_uniform (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6551935Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6552210Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6552446Z test_normal (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6552688Z test_ones_and_zeros (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6552930Z test_orthogonal (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:25:23.6553176Z test_sparse_default_std (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:25:23.6553432Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6553625Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:25:23.6553861Z test_uniform (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6554105Z test_xavier_normal (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:25:23.6554424Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6554665Z test_xavier_uniform (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6554945Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6555218Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6555486Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:25:23.6555716Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... skip: Tempfile permission issue on windows (0.000s) 2022-11-23T02:25:23.6556025Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6556289Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6556544Z test_pickled_hook (__main__.TestStateDictHooks) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:25:23.6556556Z 2022-11-23T02:25:23.6556704Z ---------------------------------------------------------------------- 2022-11-23T02:25:23.6556787Z Ran 2189 tests in 1.922s 2022-11-23T02:25:23.6556794Z 2022-11-23T02:25:23.6556867Z OK (skipped=2189) 2022-11-23T02:25:23.6556872Z 2022-11-23T02:25:23.6556958Z Generating XML reports... 2022-11-23T02:25:23.6557163Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestAddRelu-20221123022520.xml 2022-11-23T02:25:23.6557434Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestConstantPadNd-20221123022520.xml 2022-11-23T02:25:23.6557668Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFunctionalPickle-20221123022520.xml 2022-11-23T02:25:23.6557874Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionEval-20221123022520.xml 2022-11-23T02:25:23.6558128Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionUtils-20221123022520.xml 2022-11-23T02:25:23.6558352Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestModuleGlobalHooks-20221123022520.xml 2022-11-23T02:25:23.6558525Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNN-20221123022520.xml 2022-11-23T02:25:23.6558714Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNNInit-20221123022520.xml 2022-11-23T02:25:23.6558931Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestStateDictHooks-20221123022520.xml 2022-11-23T02:25:23.6558939Z 2022-11-23T02:25:23.6559276Z ##[endgroup] 2022-11-23T02:25:23.6559499Z FINISHED PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_6keuaw04) 2022-11-23T02:25:23.6559505Z 2022-11-23T02:25:23.6559606Z Running test_ops ... [2022-11-23 02:25:23.562583] 2022-11-23T02:25:25.9034576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:25.9035481Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:25.9035820Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:25:25.9133817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:25.9134462Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:25.9134791Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:25:26.0666960Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:26.066117] 2022-11-23T02:25:26.0667861Z Ignoring disabled issues: [] 2022-11-23T02:25:26.0845204Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:26.083543] 2022-11-23T02:25:26.0845894Z Ignoring disabled issues: [] 2022-11-23T02:25:29.9240375Z 2022-11-23T02:25:29.9241120Z Expand the folded group to see the log file of test_ops 2022-11-23T02:25:29.9241810Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jyhalcul) 2022-11-23T02:25:29.9242660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:29.9243309Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:29.9243832Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:125: 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-11-23T02:25:29.9244417Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:25:29.9244831Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-746b400897275587.xml 2022-11-23T02:25:29.9245141Z ============================= test session starts ============================= 2022-11-23T02:25:29.9245460Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:25:29.9245735Z cachedir: .pytest_cache 2022-11-23T02:25:29.9246077Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:25:29.9246475Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:25:29.9246875Z 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-11-23T02:25:29.9247191Z collecting ... collected 0 items 2022-11-23T02:25:29.9247391Z Running 0 items in this shard: 2022-11-23T02:25:29.9247517Z 2022-11-23T02:25:29.9247633Z ============================== warnings summary =============================== 2022-11-23T02:25:29.9247946Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:25:29.9248613Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:25:29.9249005Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:25:29.9249143Z 2022-11-23T02:25:29.9249328Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:25:29.9249772Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-746b400897275587.xml - 2022-11-23T02:25:29.9250185Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:25:29.9250549Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:25:29.9250751Z 2022-11-23T02:25:29.9250987Z ##[endgroup] 2022-11-23T02:25:29.9251310Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jyhalcul) 2022-11-23T02:25:29.9251549Z 2022-11-23T02:25:29.9719547Z 2022-11-23T02:25:29.9719911Z Expand the folded group to see the log file of test_ops 2022-11-23T02:25:29.9720642Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_tf5o4_hw) 2022-11-23T02:25:29.9721777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:29.9722451Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:29.9722977Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:125: 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-11-23T02:25:29.9723505Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:25:29.9723879Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-50546b64fb678960.xml 2022-11-23T02:25:29.9724205Z ============================= test session starts ============================= 2022-11-23T02:25:29.9724521Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:25:29.9724796Z cachedir: .pytest_cache 2022-11-23T02:25:29.9725135Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:25:29.9725534Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:25:29.9725923Z 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-11-23T02:25:29.9726243Z collecting ... collected 0 items 2022-11-23T02:25:29.9726457Z Running 0 items in this shard: 2022-11-23T02:25:29.9726582Z 2022-11-23T02:25:29.9726699Z ============================== warnings summary =============================== 2022-11-23T02:25:29.9727008Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:25:29.9727487Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:25:29.9727873Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:25:29.9727995Z 2022-11-23T02:25:29.9728174Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:25:29.9728621Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-50546b64fb678960.xml - 2022-11-23T02:25:29.9729078Z ============================= 1 warning in 0.06s ============================== 2022-11-23T02:25:29.9729399Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:25:29.9729606Z 2022-11-23T02:25:29.9729846Z ##[endgroup] 2022-11-23T02:25:29.9730182Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_tf5o4_hw) 2022-11-23T02:25:29.9730425Z 2022-11-23T02:25:30.3098095Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:30.304487] 2022-11-23T02:25:33.9512870Z 2022-11-23T02:25:33.9513317Z Expand the folded group to see the log file of test_ops 2022-11-23T02:25:33.9514069Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_097vmp12) 2022-11-23T02:25:33.9515103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:33.9515768Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:33.9516295Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:125: 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-11-23T02:25:33.9516835Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:25:33.9517212Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-e41478f3479774c0.xml 2022-11-23T02:25:33.9517550Z ============================= test session starts ============================= 2022-11-23T02:25:33.9517913Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:25:33.9518206Z cachedir: .pytest_cache 2022-11-23T02:25:33.9518608Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:25:33.9519017Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:25:33.9519428Z 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-11-23T02:25:33.9519758Z collecting ... collected 0 items 2022-11-23T02:25:33.9519992Z Running 0 items in this shard: 2022-11-23T02:25:33.9520107Z 2022-11-23T02:25:33.9520229Z ============================== warnings summary =============================== 2022-11-23T02:25:33.9520555Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:25:33.9521047Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:25:33.9521450Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:25:33.9521589Z 2022-11-23T02:25:33.9521779Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:25:33.9522234Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-e41478f3479774c0.xml - 2022-11-23T02:25:33.9522623Z ============================= 1 warning in 0.03s ============================== 2022-11-23T02:25:33.9522933Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:25:33.9523140Z 2022-11-23T02:25:33.9523375Z ##[endgroup] 2022-11-23T02:25:33.9523815Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_097vmp12) 2022-11-23T02:25:33.9524061Z 2022-11-23T02:25:33.9524197Z Running test_ops_fwd_gradients ... [2022-11-23 02:25:33.951829] 2022-11-23T02:25:36.2277389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:36.2278177Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:36.2278528Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:25:36.3064346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:36.3065078Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:36.3065606Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:25:36.3857532Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:36.385400] 2022-11-23T02:25:36.3858307Z Ignoring disabled issues: [] 2022-11-23T02:25:36.4646846Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:36.463714] 2022-11-23T02:25:36.4647860Z Ignoring disabled issues: [] 2022-11-23T02:25:40.1802153Z 2022-11-23T02:25:40.1802757Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:25:40.1803764Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_sgmr09o2) 2022-11-23T02:25:40.1804778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:40.1805500Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:40.1805920Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-a45004be39984cf7.xml 2022-11-23T02:25:40.1806290Z ============================= test session starts ============================= 2022-11-23T02:25:40.1806656Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:25:40.1806976Z cachedir: .pytest_cache 2022-11-23T02:25:40.1807356Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:25:40.1817585Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:25:40.1818017Z 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-11-23T02:25:40.1818343Z collecting ... collected 0 items 2022-11-23T02:25:40.1818769Z Running 0 items in this shard: 2022-11-23T02:25:40.1818897Z 2022-11-23T02:25:40.1819016Z ============================== warnings summary =============================== 2022-11-23T02:25:40.1819334Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:25:40.1819819Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:25:40.1820200Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:25:40.1820335Z 2022-11-23T02:25:40.1820515Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:25:40.1821061Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-a45004be39984cf7.xml - 2022-11-23T02:25:40.1821523Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:25:40.1821840Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:25:40.1822040Z 2022-11-23T02:25:40.1822309Z ##[endgroup] 2022-11-23T02:25:40.1822667Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_sgmr09o2) 2022-11-23T02:25:40.1823024Z 2022-11-23T02:25:40.2550400Z 2022-11-23T02:25:40.2550962Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:25:40.2551742Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_kehuh4kn) 2022-11-23T02:25:40.2552707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:40.2553857Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:40.2554286Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-84eabf4f61b6f362.xml 2022-11-23T02:25:40.2554783Z ============================= test session starts ============================= 2022-11-23T02:25:40.2555102Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:25:40.2555379Z cachedir: .pytest_cache 2022-11-23T02:25:40.2555722Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:25:40.2556110Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:25:40.2556510Z 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-11-23T02:25:40.2556823Z collecting ... collected 0 items 2022-11-23T02:25:40.2557034Z Running 0 items in this shard: 2022-11-23T02:25:40.2557158Z 2022-11-23T02:25:40.2557340Z ============================== warnings summary =============================== 2022-11-23T02:25:40.2557699Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:25:40.2558318Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:25:40.2558959Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:25:40.2559187Z 2022-11-23T02:25:40.2559462Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:25:40.2560326Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-84eabf4f61b6f362.xml - 2022-11-23T02:25:40.2560982Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:25:40.2561298Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:25:40.2561537Z 2022-11-23T02:25:40.2561836Z ##[endgroup] 2022-11-23T02:25:40.2562207Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_kehuh4kn) 2022-11-23T02:25:40.2562466Z 2022-11-23T02:25:40.6127778Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:40.610283] 2022-11-23T02:25:44.2048730Z 2022-11-23T02:25:44.2049522Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:25:44.2050635Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_p3l9l_of) 2022-11-23T02:25:44.2052245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:44.2055361Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:44.2055859Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-b927181e7db8026e.xml 2022-11-23T02:25:44.2056232Z ============================= test session starts ============================= 2022-11-23T02:25:44.2056577Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:25:44.2056863Z cachedir: .pytest_cache 2022-11-23T02:25:44.2057204Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:25:44.2057605Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:25:44.2058004Z 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-11-23T02:25:44.2058325Z collecting ... collected 0 items 2022-11-23T02:25:44.2058538Z Running 0 items in this shard: 2022-11-23T02:25:44.2058666Z 2022-11-23T02:25:44.2058829Z ============================== warnings summary =============================== 2022-11-23T02:25:44.2059148Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:25:44.2059666Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:25:44.2060061Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:25:44.2060184Z 2022-11-23T02:25:44.2060364Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:25:44.2060853Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-b927181e7db8026e.xml - 2022-11-23T02:25:44.2061328Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:25:44.2061641Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:25:44.2061845Z 2022-11-23T02:25:44.2062147Z ##[endgroup] 2022-11-23T02:25:44.2062508Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_p3l9l_of) 2022-11-23T02:25:44.2062780Z 2022-11-23T02:25:44.2062905Z Running test_ops_gradients ... [2022-11-23 02:25:44.205926] 2022-11-23T02:25:46.5736502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:46.5737269Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:46.5737613Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:25:46.5825742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:46.5826433Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:46.5826749Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:25:46.7399985Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:46.737108] 2022-11-23T02:25:46.7400592Z Ignoring disabled issues: [] 2022-11-23T02:25:46.7469842Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:46.737108] 2022-11-23T02:25:46.7470800Z Ignoring disabled issues: [] 2022-11-23T02:25:50.5922677Z 2022-11-23T02:25:50.5923348Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:25:50.5924065Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_q7i9c99o) 2022-11-23T02:25:50.5924919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:50.5925583Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:50.5925951Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-10a5b56aeede1198.xml 2022-11-23T02:25:50.5926297Z ============================= test session starts ============================= 2022-11-23T02:25:50.5926616Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:25:50.5926891Z cachedir: .pytest_cache 2022-11-23T02:25:50.5927234Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:25:50.5927636Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:25:50.5928038Z 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-11-23T02:25:50.5928342Z collecting ... collected 0 items 2022-11-23T02:25:50.5928553Z Running 0 items in this shard: 2022-11-23T02:25:50.5928678Z 2022-11-23T02:25:50.5928794Z ============================== warnings summary =============================== 2022-11-23T02:25:50.5929102Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:25:50.5929760Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:25:50.5930147Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:25:50.5930285Z 2022-11-23T02:25:50.5930469Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:25:50.5930937Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-10a5b56aeede1198.xml - 2022-11-23T02:25:50.5931354Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:25:50.5931667Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:25:50.5931866Z 2022-11-23T02:25:50.5932094Z ##[endgroup] 2022-11-23T02:25:50.5932444Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_q7i9c99o) 2022-11-23T02:25:50.5932702Z 2022-11-23T02:25:50.6036491Z 2022-11-23T02:25:50.6036972Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:25:50.6037867Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_pvhfgzpa) 2022-11-23T02:25:50.6038735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:50.6039387Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:50.6039756Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-81c8bafb2fb7299c.xml 2022-11-23T02:25:50.6040124Z ============================= test session starts ============================= 2022-11-23T02:25:50.6040437Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:25:50.6040714Z cachedir: .pytest_cache 2022-11-23T02:25:50.6041055Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:25:50.6041441Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:25:50.6041842Z 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-11-23T02:25:50.6042156Z collecting ... collected 0 items 2022-11-23T02:25:50.6042365Z Running 0 items in this shard: 2022-11-23T02:25:50.6042491Z 2022-11-23T02:25:50.6042608Z ============================== warnings summary =============================== 2022-11-23T02:25:50.6042920Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:25:50.6043393Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:25:50.6043772Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:25:50.6043909Z 2022-11-23T02:25:50.6044086Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:25:50.6044562Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-81c8bafb2fb7299c.xml - 2022-11-23T02:25:50.6044968Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:25:50.6045281Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:25:50.6045483Z 2022-11-23T02:25:50.6045788Z ##[endgroup] 2022-11-23T02:25:50.6046132Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_pvhfgzpa) 2022-11-23T02:25:50.6046397Z 2022-11-23T02:25:50.9373923Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:50.936757] 2022-11-23T02:25:54.5310325Z 2022-11-23T02:25:54.5310801Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:25:54.5311539Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_435ae3z8) 2022-11-23T02:25:54.5312370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:54.5313047Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:54.5313614Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-efdf80d2ecb788cd.xml 2022-11-23T02:25:54.5313979Z ============================= test session starts ============================= 2022-11-23T02:25:54.5314299Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:25:54.5314564Z cachedir: .pytest_cache 2022-11-23T02:25:54.5314904Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:25:54.5315306Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:25:54.5315710Z 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-11-23T02:25:54.5316029Z collecting ... collected 0 items 2022-11-23T02:25:54.5316241Z Running 0 items in this shard: 2022-11-23T02:25:54.5316353Z 2022-11-23T02:25:54.5316470Z ============================== warnings summary =============================== 2022-11-23T02:25:54.5316780Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:25:54.5317252Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:25:54.5317639Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:25:54.5317774Z 2022-11-23T02:25:54.5317955Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:25:54.5318435Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-efdf80d2ecb788cd.xml - 2022-11-23T02:25:54.5318849Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:25:54.5319152Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:25:54.5319352Z 2022-11-23T02:25:54.5319573Z ##[endgroup] 2022-11-23T02:25:54.5319924Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_435ae3z8) 2022-11-23T02:25:54.5320186Z 2022-11-23T02:25:54.5320298Z Running test_ops_jit ... [2022-11-23 02:25:54.522297] 2022-11-23T02:25:56.8794020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:56.8794934Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:56.8795282Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:25:56.9167344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:25:56.9168064Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:25:57.0380199Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:25:57.0380912Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:57.037777] 2022-11-23T02:25:57.0381485Z Ignoring disabled issues: [] 2022-11-23T02:25:57.0741156Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:25:57.073473] 2022-11-23T02:25:57.0741817Z Ignoring disabled issues: [] 2022-11-23T02:26:00.9501459Z 2022-11-23T02:26:00.9501904Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:26:00.9502743Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_bl391npd) 2022-11-23T02:26:00.9503623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:00.9504276Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:00.9504694Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-1e9b8551bd4dc78c.xml 2022-11-23T02:26:00.9505030Z ============================= test session starts ============================= 2022-11-23T02:26:00.9505350Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:26:00.9505627Z cachedir: .pytest_cache 2022-11-23T02:26:00.9505969Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:26:00.9506371Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:26:00.9506772Z 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-11-23T02:26:00.9507076Z collecting ... collected 0 items 2022-11-23T02:26:00.9507292Z Running 0 items in this shard: 2022-11-23T02:26:00.9507418Z 2022-11-23T02:26:00.9507537Z ============================== warnings summary =============================== 2022-11-23T02:26:00.9507848Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:26:00.9508321Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:26:00.9508711Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:26:00.9508843Z 2022-11-23T02:26:00.9509022Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:26:00.9509644Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-1e9b8551bd4dc78c.xml - 2022-11-23T02:26:00.9510032Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:26:00.9510347Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:26:00.9510548Z 2022-11-23T02:26:00.9510777Z ##[endgroup] 2022-11-23T02:26:00.9511111Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_bl391npd) 2022-11-23T02:26:00.9511358Z 2022-11-23T02:26:01.0097801Z 2022-11-23T02:26:01.0098200Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:26:01.0098864Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_b8oj93fz) 2022-11-23T02:26:01.0099956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:01.0100683Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:01.0101013Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-42470426d3c5e04d.xml 2022-11-23T02:26:01.0101349Z ============================= test session starts ============================= 2022-11-23T02:26:01.0101666Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:26:01.0101941Z cachedir: .pytest_cache 2022-11-23T02:26:01.0102280Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:26:01.0102684Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:26:01.0103070Z 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-11-23T02:26:01.0103388Z collecting ... collected 0 items 2022-11-23T02:26:01.0103601Z Running 0 items in this shard: 2022-11-23T02:26:01.0103725Z 2022-11-23T02:26:01.0103842Z ============================== warnings summary =============================== 2022-11-23T02:26:01.0104152Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:26:01.0104687Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:26:01.0105076Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:26:01.0105209Z 2022-11-23T02:26:01.0105379Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:26:01.0105879Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-42470426d3c5e04d.xml - 2022-11-23T02:26:01.0106311Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:26:01.0106628Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:26:01.0106828Z 2022-11-23T02:26:01.0107062Z ##[endgroup] 2022-11-23T02:26:01.0107392Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_b8oj93fz) 2022-11-23T02:26:01.0107639Z 2022-11-23T02:26:01.3734563Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '--flake-finder', '--flake-runs=50', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:26:01.373209] 2022-11-23T02:26:05.0576714Z 2022-11-23T02:26:05.0577315Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:26:05.0578014Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_3q9zxmpm) 2022-11-23T02:26:05.0578865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:05.0579528Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:05.0579877Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-e80d7d349c170d9b.xml 2022-11-23T02:26:05.0580214Z ============================= test session starts ============================= 2022-11-23T02:26:05.0580542Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:26:05.0580874Z cachedir: .pytest_cache 2022-11-23T02:26:05.0581249Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:26:05.0582350Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:26:05.0582782Z 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-11-23T02:26:05.0583104Z collecting ... collected 0 items 2022-11-23T02:26:05.0583320Z Running 0 items in this shard: 2022-11-23T02:26:05.0583446Z 2022-11-23T02:26:05.0583565Z ============================== warnings summary =============================== 2022-11-23T02:26:05.0583880Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:26:05.0584422Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:26:05.0584815Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:26:05.0584953Z 2022-11-23T02:26:05.0585136Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:26:05.0585598Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-e80d7d349c170d9b.xml - 2022-11-23T02:26:05.0585985Z ============================= 1 warning in 0.02s ============================== 2022-11-23T02:26:05.0586298Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:26:05.0586557Z 2022-11-23T02:26:05.0586803Z ##[endgroup] 2022-11-23T02:26:05.0587187Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_3q9zxmpm) 2022-11-23T02:26:05.0587435Z 2022-11-23T02:26:05.0587556Z Running test_overrides ... [2022-11-23 02:26:05.058108] 2022-11-23T02:26:05.0590173Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:26:05.058694] 2022-11-23T02:26:09.2562501Z 2022-11-23T02:26:09.2563194Z Expand the folded group to see the log file of test_overrides 2022-11-23T02:26:09.2563891Z ##[group]PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_ffqm9mch) 2022-11-23T02:26:09.2589361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:09.2590364Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:09.2590527Z 2022-11-23T02:26:09.2590607Z Running tests... 2022-11-23T02:26:09.2590863Z ---------------------------------------------------------------------- 2022-11-23T02:26:09.2591220Z Test results will be stored in test-reports\python-unittest\test_overrides 2022-11-23T02:26:09.2591706Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.404s) 2022-11-23T02:26:09.2592321Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2592904Z test_wrapper (__main__.TestEinsumOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2593456Z test_gradcheck (__main__.TestGradCheckOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.2594165Z test_newones (__main__.TestGradNewOnesOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2594707Z test_getitem (__main__.TestIndexing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2595237Z test_getitem_subclass (__main__.TestIndexing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2595740Z test_setitem (__main__.TestIndexing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2596273Z test_setitem_subclass (__main__.TestIndexing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2596803Z test_setitem_val (__main__.TestIndexing) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2597328Z test_iterator (__main__.TestIterator) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2597846Z test_max (__main__.TestNamedTuple) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2598361Z test_pickle (__main__.TestPickle) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2598859Z test_rnn (__main__.TestRNN) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2599375Z test_resolve_name (__main__.TestResolveName) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2599926Z test_all_same_mode (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2600512Z test_basic (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2601071Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2601683Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2602296Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2602888Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2603470Z test_factory_override (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2604025Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2604577Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2605148Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.2605804Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2606389Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2606993Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2607582Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2608305Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2609066Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2609765Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2610302Z test_subclass_hash (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.2610844Z test_with_mode (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2611401Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2611969Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.2612529Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2613080Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2613641Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2614264Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2614837Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2615401Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.2615973Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2616561Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2617180Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2617750Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2618311Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2618887Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2619459Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2620025Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2620594Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2621165Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2621722Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2622285Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.2622851Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2623411Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2624023Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2624580Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2625211Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2625794Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2626356Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2626910Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2627465Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2628028Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2628627Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2629191Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2629751Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.2630313Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2630850Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2631415Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2631967Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2632523Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:26:09.2633082Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2633638Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2634199Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2634756Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2635301Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2635905Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2636472Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2637035Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.2637574Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2638130Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2638691Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2639313Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2639884Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2640452Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2641023Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2641600Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2642176Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2642736Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2643294Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2643857Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2644406Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2644975Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2645537Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2646096Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2646649Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2647259Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2647826Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2648389Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2648947Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2649508Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2650084Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2651303Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2651900Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2652447Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2652992Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2653539Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2654102Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2654680Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2655256Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2655816Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2656383Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2656956Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2657528Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2658081Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2658687Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2659230Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2659796Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2660357Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2660910Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2661465Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2662073Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2662629Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2663188Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2663833Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2664405Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2664967Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2665514Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2666080Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2666647Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2667210Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2667770Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2668332Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2668881Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2669435Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2670042Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2670603Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2671166Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2671730Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2672270Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2672830Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2673439Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2673988Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2674543Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2675101Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2675656Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2676217Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.2676772Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2677337Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2677890Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2678454Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.2678998Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2679560Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2680108Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2680665Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2681277Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2681838Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2682402Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.2682963Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2683519Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2684086Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2684688Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2685309Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2685928Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2686494Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2687071Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2687642Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2688216Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2688778Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2689341Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2689893Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.2690447Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2691036Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2691645Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2692278Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2692827Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2693373Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2693926Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2694502Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2695076Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2695647Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2696264Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2696842Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.2697449Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2698067Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2698685Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2699236Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2699816Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2700399Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2700974Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2701538Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2702110Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2702673Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2703249Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2704673Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2705297Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.2705865Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2706428Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2706966Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2707539Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2708162Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2708721Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2709289Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2709857Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2710422Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2710985Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2711551Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2712108Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2712663Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2713221Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2713773Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2714349Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2714912Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2715608Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2716219Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2716794Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2717363Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2717930Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2718493Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2719100Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2719662Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2720213Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2720755Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2721330Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2721894Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2722459Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2723042Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2723616Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2724181Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2724740Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2725309Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2725872Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2726434Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2727018Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2727569Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2728127Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2728684Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2729249Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2729802Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2730401Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.2730962Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2731574Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2732217Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.2732773Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2733338Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2733884Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2734443Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2735002Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2735563Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2736126Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.2736686Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2737249Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2737822Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2738434Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2738991Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2739555Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2740110Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2740658Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2741234Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2741848Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2742418Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2742980Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2743536Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.2744177Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2744734Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2745285Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2745841Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2746400Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2746941Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2747502Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2748057Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2748612Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2749164Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2749781Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2750340Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.2750891Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2751440Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2751995Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2752557Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2753150Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2753687Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2754249Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2754812Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2755368Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2755923Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2756482Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2757034Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2757597Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2758158Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2758724Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2759274Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2759818Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2760429Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2760995Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2761558Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2762109Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2762719Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2763327Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2764674Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2765275Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2765835Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2766403Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2766978Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2767525Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2768077Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2768640Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2769206Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2769776Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2770329Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2770865Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2771418Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2771971Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2772638Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2773188Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2773754Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2774304Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2774867Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2775425Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2776029Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2776590Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2777154Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2777705Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2778272Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.2778838Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2779409Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2779979Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2780537Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2781103Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2781652Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2782206Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.2782767Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2783331Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2784010Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2784587Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2785149Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2785717Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2786281Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2786837Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2787423Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2787977Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2788580Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2789184Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2789739Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.2790294Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2790860Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2791427Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2791998Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2792566Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2793133Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2793690Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2794234Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2794850Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2795415Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2795990Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2796566Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2797136Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2797713Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2798314Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2798877Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2799436Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2799997Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2800554Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2801105Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2801673Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2802237Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2802807Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2803384Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2803971Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2804543Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2805109Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2805668Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2806276Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2806838Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2807403Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2807940Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2808501Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2809061Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2809663Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2810228Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2810772Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2811331Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2811892Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2812458Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2813017Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2813572Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2814100Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2814659Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2815219Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2815770Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2816320Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2816873Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2817472Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2818022Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.2818577Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2819133Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2819789Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2820346Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.2820939Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2821509Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2822072Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2822631Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2823190Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2823809Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2824370Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.2824923Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2825481Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2826045Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2826608Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2827137Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2827702Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2828322Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2828894Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2829466Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2830038Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2830603Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2831170Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2831790Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.2832354Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2832923Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2833489Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2834035Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2834599Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2835155Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2835712Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2836268Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2836837Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2837404Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2837957Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2838509Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2839056Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:26:09.2839654Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2840216Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2840744Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2841308Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2841876Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2842447Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2843064Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2843644Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2844205Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2844770Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2845340Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2845902Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2846455Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2847013Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2847551Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2848109Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2848665Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2849218Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2849775Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2850338Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2850943Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2851505Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2852058Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2852610Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2853169Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2853718Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2854330Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2854894Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2855453Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2856017Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2856589Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2857152Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2857712Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2858274Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2858842Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2859410Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2859962Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2860509Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2861078Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2861682Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2862232Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2862782Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.2863334Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2863963Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2864536Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2865149Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.2865718Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2866287Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2866850Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2867395Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2867952Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2868520Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2869087Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.2869647Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2870199Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2870749Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2871293Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2871831Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2872389Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2873001Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2873568Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2874117Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2874684Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2875253Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2875818Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2876414Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:26:09.2876972Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2877529Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2878085Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2878641Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2879217Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2879803Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2880385Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2880961Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2881530Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2882092Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2882646Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2883208Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2883769Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2884807Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2885375Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2885941Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2886514Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2887093Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2887651Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2888277Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2888861Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2889431Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2890059Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2890640Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2891261Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2891829Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2892399Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2892967Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2893524Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2894078Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2894631Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2895217Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2895838Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2896403Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2896961Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2897512Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2898073Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2898643Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2899252Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2899828Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2900400Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2900978Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2901524Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2902075Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.2902618Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2903176Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2903809Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2904381Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.2904942Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2905504Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2906068Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2906639Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2907259Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2907838Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2908399Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.2908972Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2909819Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2910739Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2911732Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2912703Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2913528Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2914370Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2915115Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2915695Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2916326Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2916885Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2917479Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2918040Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:26:09.2918590Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2919137Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2919693Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2920335Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2920888Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2921438Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2922011Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2922585Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2923154Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2923767Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2924327Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2924892Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2925469Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2926050Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2926642Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2927204Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2927775Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2928343Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2928898Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2929462Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2930024Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2930587Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2931149Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2931757Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2932322Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2932882Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2933444Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2934003Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2934581Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2935190Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2935747Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2936305Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2936871Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2937439Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2938001Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2938553Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2939115Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2939679Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2940249Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2940795Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2941357Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2941915Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2942465Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.2943061Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2943713Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2944283Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2944840Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.2945386Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2945949Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2946959Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2947515Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2948070Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2948633Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2949208Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.2949779Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2950346Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2950908Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2951468Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2952037Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2952610Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2953191Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2953758Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2954350Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2954902Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2955445Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2956011Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2956585Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.2957151Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2957745Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2958307Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2958869Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2959435Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2959996Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2960553Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2961095Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2961663Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2962243Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2962820Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2963406Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2963991Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2964562Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2965126Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2965735Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2966303Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2966855Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2967415Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2967960Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2968526Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2969124Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2969688Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2970239Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2970801Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2971369Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2971935Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2972523Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2973120Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2973703Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2974290Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2974857Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2975443Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2976024Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2976653Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2977242Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2977830Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2978415Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2978992Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2979580Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2980213Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2980805Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2981395Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2981974Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2982535Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.2983119Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2983771Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.2984361Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2984958Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2985555Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2986152Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.2986744Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2987328Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2987948Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2988526Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2989102Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2989679Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2990254Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.2990885Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2991567Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2992214Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2992799Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2993403Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2993995Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2994579Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2995140Z test_base (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2995680Z test_grad (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2996254Z test_has_torch_function_non_sequence (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2996705Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T02:26:09.2997127Z Test that a function with one argument can be overrided ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2997547Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T02:26:09.2997993Z Test that a function with multiple arguments can be overrided ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.2998545Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2999031Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T02:26:09.2999486Z Test semantics for __torch_function__ for functions that take ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.2999928Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-11-23T02:26:09.3000384Z this test exercises the functionality described in ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3000927Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3001498Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3002076Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3002687Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3003267Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.3003848Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3004421Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3004984Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3005548Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3006115Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3006687Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3007271Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3007847Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3008403Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3008964Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3009533Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3010147Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3010714Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3011284Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3011853Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3012431Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3013036Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3013673Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3014265Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3014850Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3015443Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3016013Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3016608Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3017199Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3017796Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3018413Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3019013Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3019600Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3020194Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3020842Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3021442Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3022033Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3022614Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3023200Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3023866Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3024536Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3025131Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3025728Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3026335Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3026938Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3027539Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3028137Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3028729Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3029309Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3029897Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3030486Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3031077Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3031712Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3032317Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3032894Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3033487Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3034081Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3034683Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3035327Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3035928Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3036525Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.3037112Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3037687Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3038248Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3038815Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.3039392Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3039969Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3040531Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3041104Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3041695Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3042297Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3042939Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.3043539Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3044130Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3044752Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3045386Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3046064Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3046693Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3047304Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3047902Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3048500Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3049074Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3049667Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3050272Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3050869Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3051470Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3052069Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3052672Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3053275Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3053926Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3054543Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3055170Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3055784Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3056378Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3057009Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3057577Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3058195Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3058830Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3059447Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3060047Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3060650Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3061248Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3061848Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3062468Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3063085Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3063759Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3064841Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3065464Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3066071Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3066667Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3067248Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3067850Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3068496Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3069121Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3069755Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3070409Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3071061Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.3071706Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3072343Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3072955Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3073555Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.3074168Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3074784Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3075383Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3076027Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3076593Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3077169Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3077741Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.3078311Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3078893Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3079519Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3080115Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3080695Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3081274Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3081858Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3082433Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3083023Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3083609Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3084154Z test_torch_abs (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3084717Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3085277Z test_torch_acos (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3085832Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3086405Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3087032Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3087583Z test_torch_add (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3088129Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3088675Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3089221Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3089769Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3090330Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3090877Z test_torch_addr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3091423Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3092016Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3092711Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3107668Z test_torch_all (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3108250Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3108824Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3109386Z test_torch_amax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3109944Z test_torch_amin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3110559Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3111160Z test_torch_angle (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3111703Z test_torch_any (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3112252Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3112931Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3113481Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3114030Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3114575Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3115119Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3115667Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3116314Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3116914Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3117458Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3118009Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3118571Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3119126Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3119686Z test_torch_asin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3120230Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3120774Z test_torch_atan (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3121315Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3121911Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3122507Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3123062Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3123663Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3124234Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3124826Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3125404Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3125968Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3126564Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.3127180Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3127814Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3128427Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3128980Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.3129560Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3130127Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3130672Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3131227Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3131791Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3132358Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3132915Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.3133509Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3134119Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3134716Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3135268Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3135829Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3136379Z test_torch_cat (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3136934Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3137490Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3138451Z test_torch_celu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3139019Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3139635Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3140244Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3140800Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3141381Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3141951Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3142490Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3143044Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3143588Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3144204Z test_torch_clip (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3144740Z test_torch_clone (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3145334Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3145944Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3146565Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3147116Z test_torch_complex (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3147653Z test_torch_concat (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3148210Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3148761Z test_torch_conj (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3149314Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3149913Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3150473Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3151071Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3151656Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3152203Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3152760Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3153326Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3153886Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3154435Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3154992Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3155542Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3156085Z test_torch_cos (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3156627Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3157366Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3157949Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3158513Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3159064Z test_torch_cov (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3159600Z test_torch_cross (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3160155Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3160741Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3161294Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3161840Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3162383Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.3162984Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3163597Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3164163Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3164716Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.3165268Z test_torch_det (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3165815Z test_torch_detach (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3166368Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3166918Z test_torch_diag (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3167458Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3168011Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3168670Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.3169280Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3169847Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3170401Z test_torch_diff (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3170947Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3171497Z test_torch_dist (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3172077Z test_torch_div (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3172623Z test_torch_divide (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3173166Z test_torch_dot (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3173712Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3174295Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3174886Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3175440Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3175992Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.3176556Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3177117Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3177662Z test_torch_eq (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3178203Z test_torch_equal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3178744Z test_torch_erf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3179283Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3179875Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3180490Z test_torch_exp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3181045Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3181602Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3182153Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3182728Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3183369Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:26:09.3184033Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3184633Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3185222Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3185873Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3186515Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3187114Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3187706Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3188293Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3188854Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3189404Z test_torch_fix (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3189949Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3190547Z test_torch_flip (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3191096Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3191694Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3192298Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3192851Z test_torch_floor (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3193405Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3193954Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3194535Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3195062Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3195592Z test_torch_frac (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3196131Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3196411Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3196687Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3196977Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3197263Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3197603Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3197916Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3198238Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3198531Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3198811Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3199150Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3199437Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3199714Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3200002Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3200285Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3200570Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3200892Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3201182Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3201469Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3201767Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3202067Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.3202341Z test_torch_gather (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3202609Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3202878Z test_torch_ge (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3203155Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.3203468Z test_torch_ger (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3203745Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3204058Z test_torch_greater (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3204339Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3204663Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3204945Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3205226Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.3205501Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3205769Z test_torch_gru (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3206044Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3206352Z test_torch_gt (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3206631Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3206908Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3207196Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3207468Z test_torch_histc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3207738Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3208016Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3208285Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3208559Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3208832Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.3209151Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3209419Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3209738Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3210014Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3210328Z test_torch_imag (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3210604Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3210882Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3211151Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3211426Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3211709Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3212019Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3212288Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3212558Z test_torch_inner (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3212842Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3213115Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3213388Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3213664Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3213938Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3214222Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3214507Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3214788Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3215104Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3215379Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3215745Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3216022Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3216297Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3216572Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3216838Z test_torch_isin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3217108Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3217424Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3217699Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3217969Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3218241Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3218508Z test_torch_istft (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3218777Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3219042Z test_torch_kron (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3219317Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3219588Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3219857Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3220129Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3220398Z test_torch_le (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3220665Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3220981Z test_torch_less (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3221346Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3221618Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3221890Z test_torch_log (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3222157Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3222425Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3222694Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.3223014Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3223293Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3223573Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3223917Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.3224193Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3224474Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3224742Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3225018Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3225296Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3225568Z test_torch_logit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3225845Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.3226113Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3226385Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3226698Z test_torch_lt (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3227464Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3227737Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3228024Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3228298Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3228578Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3228861Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3229183Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3229460Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3229737Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3230009Z test_torch_max (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.3230285Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3230576Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3230853Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3231118Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3231392Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3231665Z test_torch_mean (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3231938Z test_torch_median (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3232206Z test_torch_min (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3232521Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3232857Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3233191Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3233489Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3233781Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.3234080Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3234383Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3234698Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3234969Z test_torch_mode (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3235239Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3235512Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3235787Z test_torch_msort (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3236054Z test_torch_mul (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3236329Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3236601Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3236870Z test_torch_mv (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3237137Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3237412Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.3237683Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3237958Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3238270Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3238596Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3238871Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3239196Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3239481Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3239771Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3240091Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3240375Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3240656Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3240932Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3241195Z test_torch_ne (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3241464Z test_torch_neg (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3241741Z test_torch_negative (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3242017Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3242309Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3242610Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3242912Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3243209Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3243518Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3243854Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3244169Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3244517Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3244822Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3245150Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3245450Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3245779Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3246078Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3246395Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3246677Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3246979Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3247266Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3247549Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3247834Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3248121Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3248411Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3248700Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3248983Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3249308Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3249601Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3249902Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3250231Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3250533Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3250899Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3251238Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3251553Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3251848Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3252129Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3252418Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3252702Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3252993Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3253280Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3253580Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3253868Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3254153Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3254444Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3254770Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3255052Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3255335Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.3255617Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3255915Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3256250Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3256950Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.3257251Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3257551Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3257839Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3258141Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3258429Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3258728Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3259015Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3259318Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3259608Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3259888Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3260160Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3260486Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3260768Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3261072Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3261368Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3261668Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3262026Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3262349Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3262683Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3262967Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:26:09.3263264Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3263549Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3263899Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3264183Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3264458Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3264738Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3265029Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3265319Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3265604Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3265933Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3266217Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3266506Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3266801Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3267116Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3267401Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3267760Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3268045Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3268370Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3268645Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3268918Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3269198Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3269467Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3269739Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3270009Z test_torch_numel (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3270278Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3270539Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3270799Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3271061Z test_torch_outer (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3271389Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3271656Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3271922Z test_torch_permute (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3272195Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3272465Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3272741Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3273055Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3273327Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3273655Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3273925Z test_torch_polar (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3274243Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3274514Z test_torch_positive (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3274780Z test_torch_pow (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3275049Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3275316Z test_torch_prod (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.3275583Z test_torch_put (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3275867Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3276152Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3276439Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.3276706Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3277024Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3277293Z test_torch_qr (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3277565Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3277849Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3278130Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3278418Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.3278743Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3279027Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3279310Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3279637Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3279964Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3280252Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3280536Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3280808Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3281078Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3281355Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3281628Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3281893Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3282160Z test_torch_real (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3282478Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:26:09.3282747Z test_torch_relu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3283017Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3283284Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3283570Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3283840Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3284152Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3284430Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3284702Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3284977Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3285289Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3285565Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3285877Z test_torch_roll (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3286142Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.3286409Z test_torch_round (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3286689Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3286957Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3287225Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3287486Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3287802Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3288073Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3288344Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3288619Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3288901Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3289182Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3289507Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3289780Z test_torch_select (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.3290056Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3290334Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3290607Z test_torch_selu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3290877Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3291200Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3291471Z test_torch_sign (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3291781Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3292049Z test_torch_sin (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3292315Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3292576Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3292852Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3293132Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3293449Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3293712Z test_torch_smm (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3293984Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3294247Z test_torch_sort (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3294519Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3294801Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3295129Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3295399Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3295662Z test_torch_square (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3295936Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3296218Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3296492Z test_torch_stack (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3296759Z test_torch_std (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3297080Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3297343Z test_torch_sub (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3297653Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3297927Z test_torch_sum (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3298193Z test_torch_svd (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3298467Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3298744Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3299061Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3299328Z test_torch_t (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3299600Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3299869Z test_torch_take (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3300146Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3300416Z test_torch_tan (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3300721Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3300995Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3301269Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3301537Z test_torch_tile (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3301807Z test_torch_topk (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3302079Z test_torch_trace (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3302357Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3302637Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3302956Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3303275Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:09.3303565Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3303919Z test_torch_tril (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3304210Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3304479Z test_torch_triu (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:09.3304806Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3305074Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3305348Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3305623Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3305897Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3306171Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3306487Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:09.3306765Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3307054Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3307331Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3307616Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3307891Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3308157Z test_torch_var (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3308431Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3308751Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3309058Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3309364Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3309642Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3309921Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:09.3310242Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:09.3310514Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3310785Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3311053Z test_torch_where (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3311325Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3311598Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3311755Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-11-23T02:26:09.3312079Z Test that errors raised in user implementations propagate correctly ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3312367Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3312636Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:09.3312648Z 2022-11-23T02:26:09.3312797Z ---------------------------------------------------------------------- 2022-11-23T02:26:09.3312878Z Ran 1415 tests in 1.578s 2022-11-23T02:26:09.3312883Z 2022-11-23T02:26:09.3312960Z OK (skipped=1415) 2022-11-23T02:26:09.3312965Z 2022-11-23T02:26:09.3313049Z Generating XML reports... 2022-11-23T02:26:09.3313307Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestBroadcastAllOverride-20221123022607.xml 2022-11-23T02:26:09.3313564Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestDisabledTorchFunction-20221123022607.xml 2022-11-23T02:26:09.3313795Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestEinsumOverride-20221123022607.xml 2022-11-23T02:26:09.3314035Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradCheckOverride-20221123022607.xml 2022-11-23T02:26:09.3314278Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradNewOnesOverride-20221123022607.xml 2022-11-23T02:26:09.3314494Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIndexing-20221123022607.xml 2022-11-23T02:26:09.3314751Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIterator-20221123022607.xml 2022-11-23T02:26:09.3314960Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestNamedTuple-20221123022607.xml 2022-11-23T02:26:09.3315215Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestPickle-20221123022607.xml 2022-11-23T02:26:09.3315413Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestRNN-20221123022607.xml 2022-11-23T02:26:09.3315628Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestResolveName-20221123022607.xml 2022-11-23T02:26:09.3315864Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionMode-20221123022607.xml 2022-11-23T02:26:09.3316110Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionOverride-20221123022607.xml 2022-11-23T02:26:09.3316781Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionWarning-20221123022607.xml 2022-11-23T02:26:09.3317020Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestWrapTorchFunction-20221123022607.xml 2022-11-23T02:26:09.3317030Z 2022-11-23T02:26:09.3317369Z ##[endgroup] 2022-11-23T02:26:09.3317612Z FINISHED PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_ffqm9mch) 2022-11-23T02:26:09.3317617Z 2022-11-23T02:26:09.3317723Z Running test_prims ... [2022-11-23 02:26:09.258422] 2022-11-23T02:26:09.3318023Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:26:09.258422] 2022-11-23T02:26:12.7171445Z 2022-11-23T02:26:12.7172658Z Expand the folded group to see the log file of test_prims 2022-11-23T02:26:12.7173391Z ##[group]PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_3iuvuwsg) 2022-11-23T02:26:12.7174377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:12.7175063Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:12.7175210Z 2022-11-23T02:26:12.7175286Z Running tests... 2022-11-23T02:26:12.7175543Z ---------------------------------------------------------------------- 2022-11-23T02:26:12.7175869Z Test results will be stored in test-reports\python-unittest\test_prims 2022-11-23T02:26:12.7176294Z test_mul_complex (__main__.TestPrimsBasic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:12.7176819Z test_torch_ops (__main__.TestPrimsBasic) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:12.7177087Z 2022-11-23T02:26:12.7177236Z ---------------------------------------------------------------------- 2022-11-23T02:26:12.7177482Z Ran 2 tests in 0.000s 2022-11-23T02:26:12.7177596Z 2022-11-23T02:26:12.7177669Z OK (skipped=2) 2022-11-23T02:26:12.7177776Z 2022-11-23T02:26:12.7177863Z Generating XML reports... 2022-11-23T02:26:12.7178208Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsBasic-20221123022612.xml 2022-11-23T02:26:12.7178445Z 2022-11-23T02:26:12.7178656Z ##[endgroup] 2022-11-23T02:26:12.7178982Z FINISHED PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_3iuvuwsg) 2022-11-23T02:26:12.7179230Z 2022-11-23T02:26:12.7179353Z Running test_reductions ... [2022-11-23 02:26:12.716339] 2022-11-23T02:26:12.7182107Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:26:12.716339] 2022-11-23T02:26:16.1706047Z 2022-11-23T02:26:16.1706503Z Expand the folded group to see the log file of test_reductions 2022-11-23T02:26:16.1707246Z ##[group]PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_acel_b5k) 2022-11-23T02:26:16.1708067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:16.1709510Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:16.1709764Z 2022-11-23T02:26:16.1709880Z Running tests... 2022-11-23T02:26:16.1710125Z ---------------------------------------------------------------------- 2022-11-23T02:26:16.1710302Z 2022-11-23T02:26:16.1710451Z ---------------------------------------------------------------------- 2022-11-23T02:26:16.1710696Z Ran 0 tests in 0.000s 2022-11-23T02:26:16.1710809Z 2022-11-23T02:26:16.1710866Z OK 2022-11-23T02:26:16.1710966Z 2022-11-23T02:26:16.1711052Z Generating XML reports... 2022-11-23T02:26:16.1711329Z Test results will be stored in test-reports\python-unittest\test_reductions 2022-11-23T02:26:16.1711514Z 2022-11-23T02:26:16.1711743Z ##[endgroup] 2022-11-23T02:26:16.1712089Z FINISHED PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_acel_b5k) 2022-11-23T02:26:16.1712348Z 2022-11-23T02:26:16.1712873Z Running test_show_pickle ... [2022-11-23 02:26:16.170978] 2022-11-23T02:26:16.1719673Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:26:16.171583] 2022-11-23T02:26:18.3848393Z 2022-11-23T02:26:18.3849209Z Expand the folded group to see the log file of test_show_pickle 2022-11-23T02:26:18.3850044Z ##[group]PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle__cqilpyc) 2022-11-23T02:26:18.3850889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:18.3851556Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:18.3851755Z 2022-11-23T02:26:18.3851830Z Running tests... 2022-11-23T02:26:18.3852076Z ---------------------------------------------------------------------- 2022-11-23T02:26:18.3852460Z Test results will be stored in test-reports\python-unittest\test_show_pickle 2022-11-23T02:26:18.3852826Z test_scripted_model (__main__.TestShowPickle) ... skip: Can't re-open temp file on Windows (0.001s) 2022-11-23T02:26:18.3853029Z 2022-11-23T02:26:18.3853177Z ---------------------------------------------------------------------- 2022-11-23T02:26:18.3853423Z Ran 1 test in 0.000s 2022-11-23T02:26:18.3853538Z 2022-11-23T02:26:18.3853610Z OK (skipped=1) 2022-11-23T02:26:18.3853719Z 2022-11-23T02:26:18.3853807Z Generating XML reports... 2022-11-23T02:26:18.3854138Z Generated XML report: test-reports\python-unittest\test_show_pickle\TEST-TestShowPickle-20221123022618.xml 2022-11-23T02:26:18.3854383Z 2022-11-23T02:26:18.3854600Z ##[endgroup] 2022-11-23T02:26:18.3854946Z FINISHED PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle__cqilpyc) 2022-11-23T02:26:18.3855200Z 2022-11-23T02:26:18.3855317Z Running test_sparse_csr ... [2022-11-23 02:26:18.385217] 2022-11-23T02:26:18.3859135Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:26:18.385801] 2022-11-23T02:26:21.8680757Z 2022-11-23T02:26:21.8681275Z Expand the folded group to see the log file of test_sparse_csr 2022-11-23T02:26:21.8682000Z ##[group]PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_arte0r1s) 2022-11-23T02:26:21.8682834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:21.8684214Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:21.8684360Z 2022-11-23T02:26:21.8684432Z Running tests... 2022-11-23T02:26:21.8684694Z ---------------------------------------------------------------------- 2022-11-23T02:26:21.8685024Z Test results will be stored in test-reports\python-unittest\test_sparse_csr 2022-11-23T02:26:21.8685467Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:21.8685752Z 2022-11-23T02:26:21.8685897Z ---------------------------------------------------------------------- 2022-11-23T02:26:21.8686136Z Ran 1 test in 0.016s 2022-11-23T02:26:21.8686250Z 2022-11-23T02:26:21.8686319Z OK (skipped=1) 2022-11-23T02:26:21.8686425Z 2022-11-23T02:26:21.8686511Z Generating XML reports... 2022-11-23T02:26:21.8686872Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCSRSampler-20221123022621.xml 2022-11-23T02:26:21.8687130Z 2022-11-23T02:26:21.8687359Z ##[endgroup] 2022-11-23T02:26:21.8687799Z FINISHED PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_arte0r1s) 2022-11-23T02:26:21.8688057Z 2022-11-23T02:26:21.8688191Z Running test_tensor_creation_ops ... [2022-11-23 02:26:21.863660] 2022-11-23T02:26:21.8690700Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:26:21.863660] 2022-11-23T02:26:24.5836418Z 2022-11-23T02:26:24.5837288Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-11-23T02:26:24.5838148Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_dv_8kcpi) 2022-11-23T02:26:24.5839063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:24.5839768Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:24.5839916Z 2022-11-23T02:26:24.5839976Z Running tests... 2022-11-23T02:26:24.5840232Z ---------------------------------------------------------------------- 2022-11-23T02:26:24.5840403Z 2022-11-23T02:26:24.5840546Z ---------------------------------------------------------------------- 2022-11-23T02:26:24.5840782Z Ran 0 tests in 0.000s 2022-11-23T02:26:24.5840899Z 2022-11-23T02:26:24.5840956Z OK 2022-11-23T02:26:24.5841043Z 2022-11-23T02:26:24.5841131Z Generating XML reports... 2022-11-23T02:26:24.5841410Z Test results will be stored in test-reports\python-unittest\test_tensor_creation_ops 2022-11-23T02:26:24.5841607Z 2022-11-23T02:26:24.5841821Z ##[endgroup] 2022-11-23T02:26:24.5842183Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_dv_8kcpi) 2022-11-23T02:26:24.5842452Z 2022-11-23T02:26:24.5842658Z Running test_tensorexpr ... [2022-11-23 02:26:24.583925] 2022-11-23T02:26:24.5849891Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:26:24.584528] 2022-11-23T02:26:27.4509141Z 2022-11-23T02:26:27.4509827Z Expand the folded group to see the log file of test_tensorexpr 2022-11-23T02:26:27.4511345Z ##[group]PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_l6s9xd8a) 2022-11-23T02:26:27.4512240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:27.4512901Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:27.4513050Z 2022-11-23T02:26:27.4513126Z Running tests... 2022-11-23T02:26:27.4513381Z ---------------------------------------------------------------------- 2022-11-23T02:26:27.4513712Z Test results will be stored in test-reports\python-unittest\test_tensorexpr 2022-11-23T02:26:27.4514218Z test_add_const_rhs (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.411s) 2022-11-23T02:26:27.4514799Z test_add_sub (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4515451Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:27.4516011Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4516546Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4517080Z test_all_combos (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4517600Z test_alpha (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4518118Z test_binary_ops (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:27.4518635Z test_bitwise_ops (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4519161Z test_broadcast (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4519691Z test_broadcast3 (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4520270Z test_broadcast_2 (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4520854Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4521374Z test_cat (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4521898Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4522422Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4522955Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-11-23T02:26:27.4523425Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4523966Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4524494Z test_char (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4525003Z test_chunk (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4525510Z test_clamp (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4526030Z test_constant (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4526643Z test_double (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4527218Z test_double_intrinsics (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4527680Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-11-23T02:26:27.4528120Z test_easy (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4528631Z test_eq (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4529142Z test_exp_pow (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4529659Z test_four_arg (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4530171Z test_ge (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4530669Z test_gt (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4531085Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:26:27.4531526Z test_half_bn_relu (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4532054Z test_half_gelu (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4532612Z test_int64_promotion (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4533137Z test_int_output (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4533697Z test_le (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4534253Z test_loop (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4534758Z test_lt (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4535258Z test_mask (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:27.4535765Z test_min_max (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4536289Z test_min_max_reduction (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4536831Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4537837Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4538396Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:27.4538968Z test_multi_rand (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4539551Z test_multioutput (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4540093Z test_multiple_outputs (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4540615Z test_nans (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4541122Z test_ne (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4541633Z test_promotion (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4542270Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:27.4542810Z test_rand_like (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4543330Z test_rank_two (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4543843Z test_relu (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4544364Z test_remainder (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4544947Z test_reps (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4545450Z test_scalar (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4546082Z test_short (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4546601Z test_simple_add (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4547118Z test_slice (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4547640Z test_sliced_stride (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4548169Z test_softmax_cpu (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4548604Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:26:27.4549116Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4549662Z test_three_arg (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4550183Z test_three_arg2 (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4550684Z test_transpose (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:27.4551257Z test_unary_ops (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:27.4551824Z test_unsqueeze (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:27.4552345Z test_where (__main__.TestTensorExprFuser) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:27.4552612Z 2022-11-23T02:26:27.4552762Z ---------------------------------------------------------------------- 2022-11-23T02:26:27.4553011Z Ran 72 tests in 0.516s 2022-11-23T02:26:27.4553128Z 2022-11-23T02:26:27.4553201Z OK (skipped=72) 2022-11-23T02:26:27.4553311Z 2022-11-23T02:26:27.4553400Z Generating XML reports... 2022-11-23T02:26:27.4553753Z Generated XML report: test-reports\python-unittest\test_tensorexpr\TEST-TestTensorExprFuser-20221123022626.xml 2022-11-23T02:26:27.4554016Z 2022-11-23T02:26:27.4554275Z ##[endgroup] 2022-11-23T02:26:27.4554624Z FINISHED PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_l6s9xd8a) 2022-11-23T02:26:27.4554882Z 2022-11-23T02:26:27.4554988Z Running test_torch ... [2022-11-23 02:26:27.451456] 2022-11-23T02:26:27.4555415Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests', '--rerun-disabled-tests'] ... [2022-11-23 02:26:27.452071] 2022-11-23T02:26:30.7215462Z 2022-11-23T02:26:30.7216107Z Expand the folded group to see the log file of test_torch 2022-11-23T02:26:30.7216823Z ##[group]PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_5w7snr3i) 2022-11-23T02:26:30.7219444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:30.7220459Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:30.7220614Z 2022-11-23T02:26:30.7220695Z Running tests... 2022-11-23T02:26:30.7220944Z ---------------------------------------------------------------------- 2022-11-23T02:26:30.7221282Z Test results will be stored in test-reports\python-unittest\test_torch 2022-11-23T02:26:30.7221766Z test_basic_vitals (__main__.TestBasicVitalSigns) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7222405Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7222961Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7223679Z test_RNGState (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7224191Z test_RNGStateAliasing (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7224698Z test_RNG_after_pickle (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7225175Z test_Size (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7225658Z test_Size_iter (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7226148Z test_Size_scalar (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7226646Z test_add_meta_scalar (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7227163Z test_allow_tensor_metadata_change (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7227663Z test_apply (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7228146Z test_as_subclass (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7228634Z test_assert_async (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7229189Z test_backward_hooks_traverse (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7229758Z test_batch_norm_cpu_inference (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7230271Z test_bmm_multithreaded (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7230769Z test_boxMullerState (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:30.7231254Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.000s) 2022-11-23T02:26:30.7231675Z test_cat_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7232173Z test_chunk_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7232665Z test_conj_neg_tolist (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7233157Z test_contains (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7233654Z test_copy_broadcast (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7234153Z test_copy_dtypes (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7234684Z test_copy_float16 (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7235219Z test_copy_many_to_one (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7235769Z test_copy_transpose (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7236205Z test_cuda_not_built (__main__.TestTorch) ... skip: CUDA is built, can't test CUDA not built error (0.000s) 2022-11-23T02:26:30.7236637Z test_cummax_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:30.7237119Z test_cummin_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7237616Z test_cumprod_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7238106Z test_cumsum_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7238588Z test_cxx_flags (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7239070Z test_dead_weak_ref (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7239567Z test_deepcopy_gradient (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7240068Z test_deepcopy_parameter (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.011s) 2022-11-23T02:26:30.7240576Z test_deterministic_flag (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7241117Z test_device (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:26:30.7241643Z test_dir (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7242170Z test_doc (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7242510Z test_doc_template (__main__.TestTorch) 2022-11-23T02:26:30.7242922Z Test that all public API doc strings use the same standard template for ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7243449Z test_dot_data_use (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7243941Z test_dtype_is_signed (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7244439Z test_element_size (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:30.7244917Z test_empty_meta (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7245454Z test_empty_storage_view (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7245944Z test_equal (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7246447Z test_error_msg_type_translation (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7246984Z test_fill_diagonal (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7247496Z test_format_scalar_meta (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7248044Z test_from_buffer (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7248530Z test_from_file (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7249021Z test_gather_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7249509Z test_generator_cpu (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7249997Z test_has_internal_overlap (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7250496Z test_has_storage (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7250983Z test_index_add (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7251478Z test_index_add_all_dtypes (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7251983Z test_index_add_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7252480Z test_index_copy_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:30.7253086Z test_index_fill_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7253636Z test_index_select_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7254152Z test_invalid_generator_raises (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:30.7254653Z test_is_nonzero (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7255126Z test_is_same_size (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7255611Z test_iter (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7256095Z test_kthvalue_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7256638Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7257141Z test_manual_seed (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.010s) 2022-11-23T02:26:30.7257621Z test_map (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7258095Z test_map2 (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7258575Z test_max_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7259111Z test_mean_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7259656Z test_median_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7260136Z test_memory_format (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7260691Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7261239Z test_memory_format_empty (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7261731Z test_min_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7262278Z test_mode_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7262706Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: FIXME: CUDA OOM error on Windows (0.002s) 2022-11-23T02:26:30.7263210Z test_nanmedian_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7263761Z test_narrow_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7264244Z test_ndim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7264719Z test_new (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:26:30.7265250Z test_newaxis_numpy_comparison (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:30.7265801Z test_newindex (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7266282Z test_norm_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7266760Z test_normal_shape (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:30.7267292Z test_numel (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7267776Z test_parallel_info (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7268274Z test_parsing_double (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7268759Z test_parsing_int64 (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7269249Z test_parsing_intlist (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:30.7269735Z test_permute (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7270215Z test_pickle (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7270685Z test_pickle_dtype (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7271234Z test_pickle_function (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7271787Z test_pickle_parameter (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7272312Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7272830Z test_pickle_size (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7273312Z test_pin_memory (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7273796Z test_print (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.019s) 2022-11-23T02:26:30.7274279Z test_prod_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7274823Z test_pyobj_preserved (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7275310Z test_qengine (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7275841Z test_renorm_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7276341Z test_resurrected_weak_ref (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7276838Z test_reversed (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7277369Z test_scatter_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7277918Z test_select_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7278382Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.002s) 2022-11-23T02:26:30.7278828Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7279332Z test_show_config (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7279819Z test_size_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7280306Z test_sizeof (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7280782Z test_slice (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7281261Z test_slow_test (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7281740Z test_sobolengine_bounds (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7282257Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7282780Z test_sobolengine_continuing (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7283359Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7283937Z test_sobolengine_distribution (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7284467Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7284984Z test_sobolengine_draw (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7285538Z test_sobolengine_draw_base2 (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7286062Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7286591Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7287107Z test_sobolengine_fast_forward (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7287633Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7288150Z test_sobolengine_first_point (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7288664Z test_sobolengine_high_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7289274Z test_sobolengine_raise (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7289836Z test_sobolengine_reset (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7290350Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7290855Z test_sort_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7291347Z test_split_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7291847Z test_squeeze_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7292336Z test_std_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7292829Z test_storage_casts (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:26:30.7293298Z test_storage_error (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:30.7293808Z test_storage_error_no_attribute (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7294313Z test_structseq_repr (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7294841Z test_subclass_preserved (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7295357Z test_subclass_tensors (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7295892Z test_sum_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.006s) 2022-11-23T02:26:30.7296432Z test_t_not_2d_error (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7296932Z test_tensor_base_init (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7297425Z test_tensor_base_new (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7297922Z test_tensor_ctor_scalar (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7298423Z test_tensor_cycle_via_dict (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7298917Z test_tensor_cycle_via_slots (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7299420Z test_tensor_dict_dealloc (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7299976Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7300474Z test_tensor_set (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.012s) 2022-11-23T02:26:30.7301014Z test_tensor_set_errors (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7301561Z test_tensor_slot_dealloc (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7302141Z test_tensor_weakref_dealloc (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7302667Z test_tensoriterator_output_setup (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:26:30.7303167Z test_to (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7303644Z test_to_with_tensor (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7304125Z test_topk_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7304621Z test_torch_from_file (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7305124Z test_transpose_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7305607Z test_type (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7306088Z test_type_alias (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7306592Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7307243Z test_typed_storage_deprecation_warning (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7307837Z test_typed_storage_internal_no_warning (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7308348Z test_unbind_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7308836Z test_unflatten (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.004s) 2022-11-23T02:26:30.7309323Z test_unfold_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.001s) 2022-11-23T02:26:30.7309808Z test_unsqueeze_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.002s) 2022-11-23T02:26:30.7310319Z test_upsample_nearest1d_meta (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7310879Z test_upsample_nearest2d_meta (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.003s) 2022-11-23T02:26:30.7311369Z test_var_neg_dim (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7311855Z test_wildcard_import (__main__.TestTorch) ... skip: Test is enabled but --rerun-disabled-tests verification mode is set, so only disabled tests are run (0.000s) 2022-11-23T02:26:30.7312113Z 2022-11-23T02:26:30.7312263Z ---------------------------------------------------------------------- 2022-11-23T02:26:30.7312505Z Ran 177 tests in 0.437s 2022-11-23T02:26:30.7312619Z 2022-11-23T02:26:30.7312693Z OK (skipped=177) 2022-11-23T02:26:30.7312856Z 2022-11-23T02:26:30.7312944Z Generating XML reports... 2022-11-23T02:26:30.7313293Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestBasicVitalSigns-20221123022629.xml 2022-11-23T02:26:30.7313785Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestTorch-20221123022629.xml 2022-11-23T02:26:30.7314009Z 2022-11-23T02:26:30.7314295Z ##[endgroup] 2022-11-23T02:26:30.7314625Z FINISHED PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_5w7snr3i) 2022-11-23T02:26:30.7314871Z 2022-11-23T02:26:30.7314975Z Running doctests ... [2022-11-23 02:26:30.722353] 2022-11-23T02:26:37.7180326Z Start doctest_module('C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch') 2022-11-23T02:26:37.7180686Z Listing tests 2022-11-23T02:26:37.7181099Z msg = Cannot scrape callname=parallelize_module in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\api.py line=28. 2022-11-23T02:26:37.7181617Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T02:26:37.7181863Z 2022-11-23T02:26:37.7182033Z The API to apply Tensor Parallelism (TP) in PyTorch. We parallelize module 2022-11-23T02:26:37.7182374Z or sub_modules based on a parallelize_plan which contains the parallel_style 2022-11-23T02:26:37.7182704Z which indicates how user want the module or sub_module to be parallelized. 2022-11-23T02:26:37.7183057Z User can also specify different parallel_style per module fully qualifed name (FQN). 2022-11-23T02:26:37.7183396Z The API supports 2D parallelism natively by accepting an n-dimension device_mesh 2022-11-23T02:26:37.7183755Z and users just need to specify the dimension where we perform tensor parallelism on. 2022-11-23T02:26:37.7184120Z 2022-11-23T02:26:37.7184220Z Args: 2022-11-23T02:26:37.7184392Z module (nn.Module): 2022-11-23T02:26:37.7184624Z :class:`nn.Module` object to be parallelized. 2022-11-23T02:26:37.7184857Z device_mesh (DeviceMesh): 2022-11-23T02:26:37.7185098Z :class:`DeviceMesh` object which describes the mesh topology 2022-11-23T02:26:37.7185352Z of devices for the DTensor. 2022-11-23T02:26:37.7185630Z parallelize_plan (Union[ParallelStyle, Dict[str, ParallelStyle]]): 2022-11-23T02:26:37.7185944Z The plan used to parallelize the module. It can be either a 2022-11-23T02:26:37.7186226Z :class:`ParallelStyle` object which contains how 2022-11-23T02:26:37.7186515Z we prepare input/output for Tensor Parallelism or it can be a 2022-11-23T02:26:37.7186815Z dict of module FQN and its corresponding :class:`ParallelStyle` object. 2022-11-23T02:26:37.7187069Z tp_mesh_dim (int): 2022-11-23T02:26:37.7187300Z the dimension of ``device_mesh`` where we perform 2022-11-23T02:26:37.7187533Z Tensor Parallelism on. 2022-11-23T02:26:37.7187663Z 2022-11-23T02:26:37.7187723Z Return: 2022-11-23T02:26:37.7187924Z A :class:`nn.Module` object parallelized. 2022-11-23T02:26:37.7188062Z 2022-11-23T02:26:37.7188133Z Example:: 2022-11-23T02:26:37.7188413Z >>> # xdoctest: +SKIP("distributed") 2022-11-23T02:26:37.7188741Z >>> from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T02:26:37.7189010Z >>> 2022-11-23T02:26:37.7189176Z >>> # Define the module. 2022-11-23T02:26:37.7189359Z >>> m = Model(...) 2022-11-23T02:26:37.7189573Z >>> m = parallelize_module(m, PairwiseParallel()) 2022-11-23T02:26:37.7189781Z >>> 2022-11-23T02:26:37.7189874Z 2022-11-23T02:26:37.7189942Z .. warning:: 2022-11-23T02:26:37.7190190Z ``PairwiseParallel`` comes with constraints for now. If you need finer 2022-11-23T02:26:37.7190521Z granularity, you need to pass in a dict of module FQN and parallel style instead. 2022-11-23T02:26:37.7190704Z 2022-11-23T02:26:37.7190972Z Original Error: SyntaxError('invalid syntax', ('', 2, 6, 'from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel\n')) 2022-11-23T02:26:37.7191246Z 2022-11-23T02:26:37.7191432Z from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T02:26:37.7191682Z ^ 2022-11-23T02:26:37.7192072Z msg = Cannot scrape callname=DiagnosticEngine in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\diagnostics\infra\engine.py line=13. 2022-11-23T02:26:37.7192523Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T02:26:37.7192807Z A generic diagnostic engine based on SARIF. 2022-11-23T02:26:37.7192948Z 2022-11-23T02:26:37.7193128Z This class is the main interface for diagnostics. It manages the creation of diagnostic contexts. 2022-11-23T02:26:37.7193483Z A DiagnosticContext provides the entry point for recording Diagnostics. 2022-11-23T02:26:37.7193768Z See infra.DiagnosticContext for more details. 2022-11-23T02:26:37.7193920Z 2022-11-23T02:26:37.7193987Z Examples: 2022-11-23T02:26:37.7194173Z Step 1: Create a set of rules. 2022-11-23T02:26:37.7194415Z >>> rules = infra.RuleCollection.from_list( 2022-11-23T02:26:37.7194657Z ... "CustomRuleCollection", 2022-11-23T02:26:37.7194843Z ... [ 2022-11-23T02:26:37.7195003Z ... infra.Rule( 2022-11-23T02:26:37.7195186Z ... id="r1", 2022-11-23T02:26:37.7195372Z ... name="rule-1", 2022-11-23T02:26:37.7195600Z ... message_default_template="Mising xxx", 2022-11-23T02:26:37.7195803Z ... ), 2022-11-23T02:26:37.7195950Z ... ], 2022-11-23T02:26:37.7196104Z ... ) 2022-11-23T02:26:37.7196201Z 2022-11-23T02:26:37.7196370Z Step 2: Create a diagnostic engine. 2022-11-23T02:26:37.7196593Z >>> engine = DiagnosticEngine() 2022-11-23T02:26:37.7196722Z 2022-11-23T02:26:37.7196828Z Step 3: Start a new diagnostic context. 2022-11-23T02:26:37.7197129Z >>> with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T02:26:37.7197322Z 2022-11-23T02:26:37.7197420Z Step 4: Add diagnostics in your code. 2022-11-23T02:26:37.7197685Z ... context.diagnose(rules.rule1, infra.Level.ERROR) 2022-11-23T02:26:37.7197849Z 2022-11-23T02:26:37.7197955Z Step 5: Afterwards, get the SARIF log. 2022-11-23T02:26:37.7198183Z >>> sarif_log = engine.sarif_log() 2022-11-23T02:26:37.7198365Z 2022-11-23T02:26:37.7198721Z Original Error: IndentationError('expected an indented block', ('', 1, 86, 'with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context:\n')) 2022-11-23T02:26:37.7199005Z 2022-11-23T02:26:37.7199168Z with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T02:26:37.7199446Z ^ 2022-11-23T02:26:37.7199778Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py is_tensor:0 2022-11-23T02:26:37.7200282Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_tensor_type:0 2022-11-23T02:26:37.7200741Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_dtype:0 2022-11-23T02:26:37.7201207Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py use_deterministic_algorithms:0 2022-11-23T02:26:37.7201687Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_tensors:0 2022-11-23T02:26:37.7202149Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_shapes:0 2022-11-23T02:26:37.7202647Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py split:0 2022-11-23T02:26:37.7203095Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py einsum:0 2022-11-23T02:26:37.7203575Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py meshgrid:0 2022-11-23T02:26:37.7204021Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_impl:0 2022-11-23T02:26:37.7204486Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_consecutive_impl:0 2022-11-23T02:26:37.7204952Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py tensordot:0 2022-11-23T02:26:37.7205409Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cartesian_prod:0 2022-11-23T02:26:37.7205858Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py block_diag:0 2022-11-23T02:26:37.7206280Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cdist:0 2022-11-23T02:26:37.7206715Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_1d:0 2022-11-23T02:26:37.7207160Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_2d:0 2022-11-23T02:26:37.7207598Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_3d:0 2022-11-23T02:26:37.7208029Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py norm:0 2022-11-23T02:26:37.7208525Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py chain_matmul:0 2022-11-23T02:26:37.7208960Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _lu_impl:0 2022-11-23T02:26:37.7209377Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py list:0 2022-11-23T02:26:37.7209773Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py help:0 2022-11-23T02:26:37.7210174Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load:0 2022-11-23T02:26:37.7210584Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py _load_local:0 2022-11-23T02:26:37.7211017Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py download_url_to_file:0 2022-11-23T02:26:37.7211462Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load_state_dict_from_url:0 2022-11-23T02:26:37.7211913Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.define:0 2022-11-23T02:26:37.7212357Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.impl:0 2022-11-23T02:26:37.7212849Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_ignored_functions:0 2022-11-23T02:26:37.7213316Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_testing_overrides:0 2022-11-23T02:26:37.7213782Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py wrap_torch_function:0 2022-11-23T02:26:37.7214247Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py handle_torch_function:0 2022-11-23T02:26:37.7214726Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_method_or_property:0 2022-11-23T02:26:37.7215194Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_like:0 2022-11-23T02:26:37.7215644Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\quasirandom.py SobolEngine:0 2022-11-23T02:26:37.7216093Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py save:0 2022-11-23T02:26:37.7216516Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py load:0 2022-11-23T02:26:37.7216965Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\torch_version.py TorchVersion:0 2022-11-23T02:26:37.7217422Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd Generator:0 2022-11-23T02:26:37.7217882Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd _LinAlgError:0 2022-11-23T02:26:37.7218352Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_namedtensor_internals.py update_names:0 2022-11-23T02:26:37.7218821Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.register_hook:0 2022-11-23T02:26:37.7219283Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.refine_names:0 2022-11-23T02:26:37.7219733Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.align_to:0 2022-11-23T02:26:37.7220170Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.rename:0 2022-11-23T02:26:37.7220625Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.to_sparse_coo:0 2022-11-23T02:26:37.7221139Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor_str.py set_printoptions:0 2022-11-23T02:26:37.7221937Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_vmap_internals.py vmap:0 2022-11-23T02:26:37.7222391Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.then:0 2022-11-23T02:26:37.7222860Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.add_done_callback:0 2022-11-23T02:26:37.7223338Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_result:0 2022-11-23T02:26:37.7223807Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_exception:0 2022-11-23T02:26:37.7224257Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py collect_all:0 2022-11-23T02:26:37.7224697Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py annotate:0 2022-11-23T02:26:37.7225191Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py strict_fusion:0 2022-11-23T02:26:37.7225667Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\monitor\__init__.py TensorboardEventHandler:0 2022-11-23T02:26:37.7226143Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py as_nested_tensor:0 2022-11-23T02:26:37.7226583Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py sum:0 2022-11-23T02:26:37.7227060Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\qat\modules\linear_relu.py LinearReLU:0 2022-11-23T02:26:37.7227600Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py LinearReLU:0 2022-11-23T02:26:37.7228134Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py LinearReLU:0 2022-11-23T02:26:37.7228642Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTMCell:0 2022-11-23T02:26:37.7229126Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTM:0 2022-11-23T02:26:37.7229597Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv1d:0 2022-11-23T02:26:37.7230062Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv2d:0 2022-11-23T02:26:37.7230529Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv3d:0 2022-11-23T02:26:37.7231011Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py Quantize:0 2022-11-23T02:26:37.7231500Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py DeQuantize:0 2022-11-23T02:26:37.7231993Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv1d:0 2022-11-23T02:26:37.7232472Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv2d:0 2022-11-23T02:26:37.7232969Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv3d:0 2022-11-23T02:26:37.7233526Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose1d:0 2022-11-23T02:26:37.7234058Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose2d:0 2022-11-23T02:26:37.7234585Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose3d:0 2022-11-23T02:26:37.7235095Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\linear.py Linear:0 2022-11-23T02:26:37.7235591Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py LSTM:0 2022-11-23T02:26:37.7236074Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py GRU:0 2022-11-23T02:26:37.7236569Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py RNNCell:0 2022-11-23T02:26:37.7237055Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py LSTMCell:0 2022-11-23T02:26:37.7237591Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py GRUCell:0 2022-11-23T02:26:37.7238083Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\activation.py ReLU6:0 2022-11-23T02:26:37.7238566Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv1d:0 2022-11-23T02:26:37.7239031Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv2d:0 2022-11-23T02:26:37.7239491Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv3d:0 2022-11-23T02:26:37.7239988Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose1d:0 2022-11-23T02:26:37.7240500Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose2d:0 2022-11-23T02:26:37.7241001Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose3d:0 2022-11-23T02:26:37.7241494Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py Embedding:0 2022-11-23T02:26:37.7242009Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py EmbeddingBag:0 2022-11-23T02:26:37.7242545Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py FloatFunctional:0 2022-11-23T02:26:37.7243086Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py QFunctional:0 2022-11-23T02:26:37.7243600Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\linear.py Linear:0 2022-11-23T02:26:37.7244073Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\rnn.py LSTM:0 2022-11-23T02:26:37.7244561Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\scheduler\lambda_scheduler.py LambdaSL:0 2022-11-23T02:26:37.7245092Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py BaseSparsifier:0 2022-11-23T02:26:37.7245636Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py BaseSparsifier.squash_mask:0 2022-11-23T02:26:37.7246294Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py ActivationSparsifier:0 2022-11-23T02:26:37.7246948Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-11-23T02:26:37.7247572Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py BaseDataSparsifier:0 2022-11-23T02:26:37.7248129Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_conv_bn:0 2022-11-23T02:26:37.7248652Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_conv_bn_relu:0 2022-11-23T02:26:37.7249182Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_linear_bn:0 2022-11-23T02:26:37.7250289Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_convtranspose_bn:0 2022-11-23T02:26:37.7250825Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuse_modules.py fuse_modules:0 2022-11-23T02:26:37.7251318Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_args:0 2022-11-23T02:26:37.7251794Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_callable_args:0 2022-11-23T02:26:37.7252285Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py fuse_fx:0 2022-11-23T02:26:37.7252780Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py prepare_fx:0 2022-11-23T02:26:37.7253276Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py prepare_qat_fx:0 2022-11-23T02:26:37.7253763Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py convert_fx:0 2022-11-23T02:26:37.7254261Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py convert_to_reference_fx:0 2022-11-23T02:26:37.7254791Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py _convert_to_reference_decomposed_fx:0 2022-11-23T02:26:37.7255305Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_path_of_module:0 2022-11-23T02:26:37.7255806Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_signature_locals:0 2022-11-23T02:26:37.7256284Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_default_kwargs:0 2022-11-23T02:26:37.7256764Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _normalize_kwargs:0 2022-11-23T02:26:37.7257252Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_num_pos_args:0 2022-11-23T02:26:37.7257753Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\backend_config\backend_config.py DTypeConfig:0 2022-11-23T02:26:37.7258286Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report.py ModelReport:0 2022-11-23T02:26:37.7258953Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-11-23T02:26:37.7259635Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-11-23T02:26:37.7260320Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-11-23T02:26:37.7261003Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-11-23T02:26:37.7261668Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\anomaly_mode.py detect_anomaly:0 2022-11-23T02:26:37.7262123Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py make_dual:0 2022-11-23T02:26:37.7262634Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py unpack_dual:0 2022-11-23T02:26:37.7263105Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py dual_level:0 2022-11-23T02:26:37.7263596Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_backward:0 2022-11-23T02:26:37.7264114Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_forward:0 2022-11-23T02:26:37.7264613Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_dirty:0 2022-11-23T02:26:37.7265132Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_non_differentiable:0 2022-11-23T02:26:37.7265665Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.set_materialize_grads:0 2022-11-23T02:26:37.7266156Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py Function:0 2022-11-23T02:26:37.7266600Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vjp:0 2022-11-23T02:26:37.7267049Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jvp:0 2022-11-23T02:26:37.7267507Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jacobian:0 2022-11-23T02:26:37.7267965Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hessian:0 2022-11-23T02:26:37.7268413Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vhp:0 2022-11-23T02:26:37.7268864Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hvp:0 2022-11-23T02:26:37.7269305Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py no_grad:0 2022-11-23T02:26:37.7269759Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py enable_grad:0 2022-11-23T02:26:37.7270213Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py set_grad_enabled:0 2022-11-23T02:26:37.7270682Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py inference_mode:0 2022-11-23T02:26:37.7271196Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py saved_tensors_hooks:0 2022-11-23T02:26:37.7271658Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py save_on_cpu:0 2022-11-23T02:26:37.7272140Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py disable_saved_tensors_hooks:0 2022-11-23T02:26:37.7272624Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py register_multi_grad_hook:0 2022-11-23T02:26:37.7273120Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py allow_mutation_on_saved_tensors:0 2022-11-23T02:26:37.7273593Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py profile:0 2022-11-23T02:26:37.7274051Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py record_function:0 2022-11-23T02:26:37.7274518Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_itt:0 2022-11-23T02:26:37.7275014Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_nvtx:0 2022-11-23T02:26:37.7275474Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:0 2022-11-23T02:26:37.7275933Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:1 2022-11-23T02:26:37.7276383Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:2 2022-11-23T02:26:37.7276851Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_multi_output_jit_fn:0 2022-11-23T02:26:37.7277331Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py env:0 2022-11-23T02:26:37.7277793Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py check_env:0 2022-11-23T02:26:37.7278278Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py batch_isend_irecv:0 2022-11-23T02:26:37.7278773Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_reduce:0 2022-11-23T02:26:37.7279258Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_object:0 2022-11-23T02:26:37.7279747Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py gather_object:0 2022-11-23T02:26:37.7280253Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py broadcast_object_list:0 2022-11-23T02:26:37.7280762Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter_object_list:0 2022-11-23T02:26:37.7281253Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather:0 2022-11-23T02:26:37.7281759Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_into_tensor:0 2022-11-23T02:26:37.7282259Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_coalesced:0 2022-11-23T02:26:37.7282751Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter:0 2022-11-23T02:26:37.7283297Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py reduce_scatter_tensor:0 2022-11-23T02:26:37.7283799Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_to_all_single:0 2022-11-23T02:26:37.7284285Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_to_all:0 2022-11-23T02:26:37.7284776Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py monitored_barrier:0 2022-11-23T02:26:37.7285267Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups:0 2022-11-23T02:26:37.7285783Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups_by_enumeration:0 2022-11-23T02:26:37.7286275Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\launch.py __doc__:0 2022-11-23T02:26:37.7286717Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\run.py __doc__:0 2022-11-23T02:26:37.7287223Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\autograd\__init__.py context:0 2022-11-23T02:26:37.7287702Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\join.py Join:0 2022-11-23T02:26:37.7288216Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\__init__.py register_ddp_comm_hook:0 2022-11-23T02:26:37.7288775Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py noop_hook:0 2022-11-23T02:26:37.7289338Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py allreduce_hook:0 2022-11-23T02:26:37.7289913Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py fp16_compress_hook:0 2022-11-23T02:26:37.7290482Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py bf16_compress_hook:0 2022-11-23T02:26:37.7291060Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py fp16_compress_wrapper:0 2022-11-23T02:26:37.7291618Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py bf16_compress_wrapper:0 2022-11-23T02:26:37.7292201Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py post_localSGD_hook:0 2022-11-23T02:26:37.7292775Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py powerSGD_hook:0 2022-11-23T02:26:37.7293350Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py batched_powerSGD_hook:0 2022-11-23T02:26:37.7293949Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py quantization_pertensor_hook:0 2022-11-23T02:26:37.7294568Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py quantization_perchannel_hook:0 2022-11-23T02:26:37.7295271Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\averagers.py PeriodicModelAverager:0 2022-11-23T02:26:37.7295938Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py HierarchicalModelAverager:0 2022-11-23T02:26:37.7296568Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py SavePlanner:0 2022-11-23T02:26:37.7297116Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py LoadPlanner:0 2022-11-23T02:26:37.7297649Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_loader.py load_state_dict:0 2022-11-23T02:26:37.7298214Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_saver.py save_state_dict:0 2022-11-23T02:26:37.7298794Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\__init__.py start_processes:0 2022-11-23T02:26:37.7299401Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\api.py Std.from_str:0 2022-11-23T02:26:37.7299959Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\api.py to_map:0 2022-11-23T02:26:37.7300539Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\errors\__init__.py ChildFailedError:0 2022-11-23T02:26:37.7301146Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\rendezvous\api.py RendezvousHandler.shutdown:0 2022-11-23T02:26:37.7301784Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py StateDictType:0 2022-11-23T02:26:37.7302328Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py FullStateDictConfig:0 2022-11-23T02:26:37.7302926Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-11-23T02:26:37.7303545Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.set_state_dict_type:0 2022-11-23T02:26:37.7304334Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-11-23T02:26:37.7305026Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-11-23T02:26:37.7305726Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-11-23T02:26:37.7306418Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-11-23T02:26:37.7307054Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\sharded_grad_scaler.py ShardedGradScaler:0 2022-11-23T02:26:37.7307612Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\functional.py _all_gather_base:0 2022-11-23T02:26:37.7308161Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py _RemoteModule.__init__:0 2022-11-23T02:26:37.7308824Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py _RemoteModule.init_from_module_rref:0 2022-11-23T02:26:37.7309411Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py RemoteModule:0 2022-11-23T02:26:37.7310064Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\apply_optimizer_in_backward.py _apply_optimizer_in_backward:0 2022-11-23T02:26:37.7310662Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\optimizer.py DistributedOptimizer:0 2022-11-23T02:26:37.7311256Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-11-23T02:26:37.7311854Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\utils.py register_functional_optim:0 2022-11-23T02:26:37.7312445Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-11-23T02:26:37.7313075Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py WithDevice:0 2022-11-23T02:26:37.7313608Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py Pipe:0 2022-11-23T02:26:37.7314121Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py _wait_all:0 2022-11-23T02:26:37.7314621Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py shutdown:0 2022-11-23T02:26:37.7315085Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py remote:0 2022-11-23T02:26:37.7315636Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_sync:0 2022-11-23T02:26:37.7316178Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_async:0 2022-11-23T02:26:37.7316697Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\functions.py async_execution:0 2022-11-23T02:26:37.7317282Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-11-23T02:26:37.7317909Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\server_process_global_profiler.py _server_process_global_profile:0 2022-11-23T02:26:37.7318506Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\checkpoint_activation.py checkpoint:0 2022-11-23T02:26:37.7319080Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\contract.py contract:0 2022-11-23T02:26:37.7329570Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py replicate:0 2022-11-23T02:26:37.7330275Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py mark_root_module:0 2022-11-23T02:26:37.7330834Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel:0 2022-11-23T02:26:37.7331410Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.no_sync:0 2022-11-23T02:26:37.7331988Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.join:0 2022-11-23T02:26:37.7332723Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.register_comm_hook:0 2022-11-23T02:26:37.7333442Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.register_comm_hook:1 2022-11-23T02:26:37.7334053Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel._register_builtin_comm_hook:0 2022-11-23T02:26:37.7334659Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel._register_fused_optim:0 2022-11-23T02:26:37.7335220Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\partial_tensor.py _PartialTensor:0 2022-11-23T02:26:37.7335765Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_optim\__init__.py named_params_with_sharded_tensor:0 2022-11-23T02:26:37.7336381Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py init_from_local_shards:0 2022-11-23T02:26:37.7336929Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py custom_sharded_op_impl:0 2022-11-23T02:26:37.7337493Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py ShardedTensor._init_from_local_tensor:0 2022-11-23T02:26:37.7338059Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py ShardedTensor.reshard:0 2022-11-23T02:26:37.7338599Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\_ops\_common.py _sharded_op_common:0 2022-11-23T02:26:37.7339215Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharding_plan\api.py ShardingPlan:0 2022-11-23T02:26:37.7339763Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\utils.py _prepare_input_validate:0 2022-11-23T02:26:37.7340305Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\utils.py _prepare_output_validate:0 2022-11-23T02:26:37.7340818Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\bernoulli.py Bernoulli:0 2022-11-23T02:26:37.7341283Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\beta.py Beta:0 2022-11-23T02:26:37.7341825Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\binomial.py Binomial:0 2022-11-23T02:26:37.7342308Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\categorical.py Categorical:0 2022-11-23T02:26:37.7342787Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\cauchy.py Cauchy:0 2022-11-23T02:26:37.7343226Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\chi2.py Chi2:0 2022-11-23T02:26:37.7343717Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\constraints.py _DependentProperty:0 2022-11-23T02:26:37.7344256Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\continuous_bernoulli.py ContinuousBernoulli:0 2022-11-23T02:26:37.7344816Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\dirichlet.py Dirichlet:0 2022-11-23T02:26:37.7345402Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\exponential.py Exponential:0 2022-11-23T02:26:37.7345915Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\fishersnedecor.py FisherSnedecor:0 2022-11-23T02:26:37.7346408Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gamma.py Gamma:0 2022-11-23T02:26:37.7346880Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\geometric.py Geometric:0 2022-11-23T02:26:37.7347339Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gumbel.py Gumbel:0 2022-11-23T02:26:37.7347820Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_cauchy.py HalfCauchy:0 2022-11-23T02:26:37.7348303Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_normal.py HalfNormal:0 2022-11-23T02:26:37.7348791Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\independent.py Independent:0 2022-11-23T02:26:37.7349329Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\kumaraswamy.py Kumaraswamy:0 2022-11-23T02:26:37.7349805Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\laplace.py Laplace:0 2022-11-23T02:26:37.7350283Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lkj_cholesky.py LKJCholesky:0 2022-11-23T02:26:37.7350833Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\logistic_normal.py LogisticNormal:0 2022-11-23T02:26:37.7351375Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\log_normal.py LogNormal:0 2022-11-23T02:26:37.7351889Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-11-23T02:26:37.7352450Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\mixture_same_family.py MixtureSameFamily:0 2022-11-23T02:26:37.7352966Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multinomial.py Multinomial:0 2022-11-23T02:26:37.7353481Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multivariate_normal.py MultivariateNormal:0 2022-11-23T02:26:37.7353977Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\normal.py Normal:0 2022-11-23T02:26:37.7354478Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\one_hot_categorical.py OneHotCategorical:0 2022-11-23T02:26:37.7354971Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\pareto.py Pareto:0 2022-11-23T02:26:37.7355429Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\poisson.py Poisson:0 2022-11-23T02:26:37.7355919Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_bernoulli.py RelaxedBernoulli:0 2022-11-23T02:26:37.7356517Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_categorical.py RelaxedOneHotCategorical:0 2022-11-23T02:26:37.7357072Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\studentT.py StudentT:0 2022-11-23T02:26:37.7357564Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CatTransform:0 2022-11-23T02:26:37.7358112Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py StackTransform:0 2022-11-23T02:26:37.7358649Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CumulativeDistributionTransform:0 2022-11-23T02:26:37.7359164Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\uniform.py Uniform:0 2022-11-23T02:26:37.7359637Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\von_mises.py VonMises:0 2022-11-23T02:26:37.7360102Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\weibull.py Weibull:0 2022-11-23T02:26:37.7360554Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py Wishart:0 2022-11-23T02:26:37.7361000Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py _snake_case:0 2022-11-23T02:26:37.7361462Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.eliminate_dead_code:0 2022-11-23T02:26:37.7361979Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.on_generate_code:0 2022-11-23T02:26:37.7362498Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Interpreter:0 2022-11-23T02:26:37.7363013Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Transformer:0 2022-11-23T02:26:37.7363488Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\subgraph_rewriter.py replace_pattern:0 2022-11-23T02:26:37.7363955Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py TensorType:0 2022-11-23T02:26:37.7364399Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_consistent:0 2022-11-23T02:26:37.7364859Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_more_precise:0 2022-11-23T02:26:37.7365356Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-11-23T02:26:37.7365860Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\core.py reify:0 2022-11-23T02:26:37.7366360Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\match.py VarDispatcher:0 2022-11-23T02:26:37.7366868Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unifiable:0 2022-11-23T02:26:37.7367363Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py reify_object:0 2022-11-23T02:26:37.7367872Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unify_object:0 2022-11-23T02:26:37.7368412Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py merge:0 2022-11-23T02:26:37.7368990Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py merge_with:0 2022-11-23T02:26:37.7369515Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valmap:0 2022-11-23T02:26:37.7370037Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keymap:0 2022-11-23T02:26:37.7370619Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemmap:0 2022-11-23T02:26:37.7371148Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valfilter:0 2022-11-23T02:26:37.7371677Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keyfilter:0 2022-11-23T02:26:37.7372208Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemfilter:0 2022-11-23T02:26:37.7372737Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py assoc:0 2022-11-23T02:26:37.7373268Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py dissoc:0 2022-11-23T02:26:37.7373784Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py assoc_in:0 2022-11-23T02:26:37.7374408Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py update_in:0 2022-11-23T02:26:37.7374987Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py get_in:0 2022-11-23T02:26:37.7375519Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py groupby:0 2022-11-23T02:26:37.7376046Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py first:0 2022-11-23T02:26:37.7376572Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py transitive_get:0 2022-11-23T02:26:37.7377084Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py _toposort:0 2022-11-23T02:26:37.7377598Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py reverse_dict:0 2022-11-23T02:26:37.7378104Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py freeze:0 2022-11-23T02:26:37.7378602Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\variable.py variables:0 2022-11-23T02:26:37.7379137Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\core.py dispatch:0 2022-11-23T02:26:37.7379701Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher:0 2022-11-23T02:26:37.7380372Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.register:0 2022-11-23T02:26:37.7380989Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.add:0 2022-11-23T02:26:37.7381656Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.dispatch:0 2022-11-23T02:26:37.7382253Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py str_signature:0 2022-11-23T02:26:37.7382888Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py expand_tuples:0 2022-11-23T02:26:37.7383452Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py _toposort:0 2022-11-23T02:26:37.7384011Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py reverse_dict:0 2022-11-23T02:26:37.7384555Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py groupby:0 2022-11-23T02:26:37.7385106Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py typename:0 2022-11-23T02:26:37.7385716Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py isvariadic:0 2022-11-23T02:26:37.7386346Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py Variadic:0 2022-11-23T02:26:37.7386867Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\shape_prop.py ShapeProp:0 2022-11-23T02:26:37.7387397Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\split_module.py split_module:0 2022-11-23T02:26:37.7387910Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py AttributeTypeIsSupportedChecker:0 2022-11-23T02:26:37.7388408Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save:0 2022-11-23T02:26:37.7388859Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py load:0 2022-11-23T02:26:37.7389326Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save_jit_module_to_flatbuffer:0 2022-11-23T02:26:37.7389829Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _load_for_lite_interpreter:0 2022-11-23T02:26:37.7390329Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_model_bytecode_version:0 2022-11-23T02:26:37.7390829Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_mobile_model_contained_types:0 2022-11-23T02:26:37.7391323Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_model_ops_and_info:0 2022-11-23T02:26:37.7391866Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py is_masked_tensor:0 2022-11-23T02:26:37.7392423Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py fractional_max_pool2d_with_indices:0 2022-11-23T02:26:37.7392930Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py fractional_max_pool3d_with_indices:0 2022-11-23T02:26:37.7393414Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py gumbel_softmax:0 2022-11-23T02:26:37.7393855Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding:0 2022-11-23T02:26:37.7394310Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding_bag:0 2022-11-23T02:26:37.7394767Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py ctc_loss:0 2022-11-23T02:26:37.7395205Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py nll_loss:0 2022-11-23T02:26:37.7396323Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py cross_entropy:0 2022-11-23T02:26:37.7396797Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy:0 2022-11-23T02:26:37.7397296Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy_with_logits:0 2022-11-23T02:26:37.7397821Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_input:0 2022-11-23T02:26:37.7398299Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_weight:0 2022-11-23T02:26:37.7398736Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_input:0 2022-11-23T02:26:37.7399180Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_weight:0 2022-11-23T02:26:37.7399610Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_input:0 2022-11-23T02:26:37.7400037Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_weight:0 2022-11-23T02:26:37.7400536Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py calculate_gain:0 2022-11-23T02:26:37.7400969Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py uniform_:0 2022-11-23T02:26:37.7401379Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py normal_:0 2022-11-23T02:26:37.7401807Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py trunc_normal_:0 2022-11-23T02:26:37.7402242Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py constant_:0 2022-11-23T02:26:37.7402666Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py ones_:0 2022-11-23T02:26:37.7403084Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py zeros_:0 2022-11-23T02:26:37.7403550Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py eye_:0 2022-11-23T02:26:37.7404009Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py dirac_:0 2022-11-23T02:26:37.7404438Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_uniform_:0 2022-11-23T02:26:37.7404867Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_normal_:0 2022-11-23T02:26:37.7405311Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_uniform_:0 2022-11-23T02:26:37.7405754Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_normal_:0 2022-11-23T02:26:37.7406188Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py orthogonal_:0 2022-11-23T02:26:37.7406619Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py sparse_:0 2022-11-23T02:26:37.7407066Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Threshold:0 2022-11-23T02:26:37.7407534Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU:0 2022-11-23T02:26:37.7407982Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py RReLU:0 2022-11-23T02:26:37.7408448Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardtanh:0 2022-11-23T02:26:37.7408963Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU6:0 2022-11-23T02:26:37.7409472Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Sigmoid:0 2022-11-23T02:26:37.7409998Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardsigmoid:0 2022-11-23T02:26:37.7410466Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanh:0 2022-11-23T02:26:37.7410924Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SiLU:0 2022-11-23T02:26:37.7411380Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Mish:0 2022-11-23T02:26:37.7411836Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardswish:0 2022-11-23T02:26:37.7412299Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ELU:0 2022-11-23T02:26:37.7412796Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py CELU:0 2022-11-23T02:26:37.7413249Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SELU:0 2022-11-23T02:26:37.7413702Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GLU:0 2022-11-23T02:26:37.7414154Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GELU:0 2022-11-23T02:26:37.7414614Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardshrink:0 2022-11-23T02:26:37.7415138Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LeakyReLU:0 2022-11-23T02:26:37.7415641Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSigmoid:0 2022-11-23T02:26:37.7416115Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softplus:0 2022-11-23T02:26:37.7416584Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softshrink:0 2022-11-23T02:26:37.7417070Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py MultiheadAttention:0 2022-11-23T02:26:37.7417556Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py PReLU:0 2022-11-23T02:26:37.7418019Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softsign:0 2022-11-23T02:26:37.7418488Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanhshrink:0 2022-11-23T02:26:37.7418954Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmin:0 2022-11-23T02:26:37.7419406Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax:0 2022-11-23T02:26:37.7419862Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax2d:0 2022-11-23T02:26:37.7420331Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSoftmax:0 2022-11-23T02:26:37.7420850Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm1d:0 2022-11-23T02:26:37.7421490Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm2d:0 2022-11-23T02:26:37.7421956Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm3d:0 2022-11-23T02:26:37.7422438Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm:0 2022-11-23T02:26:37.7422960Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-11-23T02:26:37.7423482Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\channelshuffle.py ChannelShuffle:0 2022-11-23T02:26:37.7423969Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py Sequential:0 2022-11-23T02:26:37.7424442Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleList:0 2022-11-23T02:26:37.7424908Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleDict:0 2022-11-23T02:26:37.7425437Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterList:0 2022-11-23T02:26:37.7425922Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterDict:0 2022-11-23T02:26:37.7426411Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py PairwiseDistance:0 2022-11-23T02:26:37.7426947Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py CosineSimilarity:0 2022-11-23T02:26:37.7427471Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout:0 2022-11-23T02:26:37.7427918Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout1d:0 2022-11-23T02:26:37.7428379Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout2d:0 2022-11-23T02:26:37.7428827Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout3d:0 2022-11-23T02:26:37.7429281Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py AlphaDropout:0 2022-11-23T02:26:37.7429771Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py FeatureAlphaDropout:0 2022-11-23T02:26:37.7430245Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Flatten:0 2022-11-23T02:26:37.7430697Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Unflatten:0 2022-11-23T02:26:37.7431149Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Fold:0 2022-11-23T02:26:37.7431575Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Unfold:0 2022-11-23T02:26:37.7432047Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm1d:0 2022-11-23T02:26:37.7432578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm2d:0 2022-11-23T02:26:37.7433110Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm3d:0 2022-11-23T02:26:37.7433592Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py LazyModuleMixin:0 2022-11-23T02:26:37.7434110Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Identity:0 2022-11-23T02:26:37.7434559Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Linear:0 2022-11-23T02:26:37.7435011Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Bilinear:0 2022-11-23T02:26:37.7435441Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py L1Loss:0 2022-11-23T02:26:37.7435877Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py NLLLoss:0 2022-11-23T02:26:37.7436334Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py PoissonNLLLoss:0 2022-11-23T02:26:37.7436810Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py GaussianNLLLoss:0 2022-11-23T02:26:37.7437270Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py KLDivLoss:0 2022-11-23T02:26:37.7437710Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MSELoss:0 2022-11-23T02:26:37.7438190Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCELoss:0 2022-11-23T02:26:37.7438679Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCEWithLogitsLoss:0 2022-11-23T02:26:37.7439218Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiLabelMarginLoss:0 2022-11-23T02:26:37.7439706Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CrossEntropyLoss:0 2022-11-23T02:26:37.7440179Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MarginRankingLoss:0 2022-11-23T02:26:37.7440661Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiMarginLoss:0 2022-11-23T02:26:37.7441136Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginLoss:0 2022-11-23T02:26:37.7441642Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginWithDistanceLoss:0 2022-11-23T02:26:37.7442131Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CTCLoss:0 2022-11-23T02:26:37.7442600Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.register_buffer:0 2022-11-23T02:26:37.7443068Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.apply:0 2022-11-23T02:26:37.7443530Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.to:0 2022-11-23T02:26:37.7443992Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.state_dict:0 2022-11-23T02:26:37.7444521Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.parameters:0 2022-11-23T02:26:37.7445055Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_parameters:0 2022-11-23T02:26:37.7445545Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.buffers:0 2022-11-23T02:26:37.7446023Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_buffers:0 2022-11-23T02:26:37.7446508Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_children:0 2022-11-23T02:26:37.7447028Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.modules:0 2022-11-23T02:26:37.7447507Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_modules:0 2022-11-23T02:26:37.7448008Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LocalResponseNorm:0 2022-11-23T02:26:37.7448505Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LayerNorm:0 2022-11-23T02:26:37.7448992Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py GroupNorm:0 2022-11-23T02:26:37.7449472Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad1d:0 2022-11-23T02:26:37.7449998Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad2d:0 2022-11-23T02:26:37.7450522Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad3d:0 2022-11-23T02:26:37.7451037Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad1d:0 2022-11-23T02:26:37.7451520Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad2d:0 2022-11-23T02:26:37.7451995Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad3d:0 2022-11-23T02:26:37.7452482Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad1d:0 2022-11-23T02:26:37.7452973Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad2d:0 2022-11-23T02:26:37.7453462Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad3d:0 2022-11-23T02:26:37.7453941Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ZeroPad2d:0 2022-11-23T02:26:37.7454421Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelShuffle:0 2022-11-23T02:26:37.7454904Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelUnshuffle:0 2022-11-23T02:26:37.7455384Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool1d:0 2022-11-23T02:26:37.7455893Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool2d:0 2022-11-23T02:26:37.7456391Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool3d:0 2022-11-23T02:26:37.7456853Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool1d:0 2022-11-23T02:26:37.7457324Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool2d:0 2022-11-23T02:26:37.7457782Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool3d:0 2022-11-23T02:26:37.7458241Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool1d:0 2022-11-23T02:26:37.7458680Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool2d:0 2022-11-23T02:26:37.7459185Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool3d:0 2022-11-23T02:26:37.7459668Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool2d:0 2022-11-23T02:26:37.7460162Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool3d:0 2022-11-23T02:26:37.7460653Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool1d:0 2022-11-23T02:26:37.7461111Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool2d:0 2022-11-23T02:26:37.7461711Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool1d:0 2022-11-23T02:26:37.7462253Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool2d:0 2022-11-23T02:26:37.7462757Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool3d:0 2022-11-23T02:26:37.7463227Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool1d:0 2022-11-23T02:26:37.7464155Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool2d:0 2022-11-23T02:26:37.7464655Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool3d:0 2022-11-23T02:26:37.7465123Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNN:0 2022-11-23T02:26:37.7465563Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTM:0 2022-11-23T02:26:37.7466004Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRU:0 2022-11-23T02:26:37.7466443Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNNCell:0 2022-11-23T02:26:37.7466879Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTMCell:0 2022-11-23T02:26:37.7467329Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRUCell:0 2022-11-23T02:26:37.7467836Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding:0 2022-11-23T02:26:37.7468365Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding.from_pretrained:0 2022-11-23T02:26:37.7468858Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag:0 2022-11-23T02:26:37.7469359Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag.from_pretrained:0 2022-11-23T02:26:37.7469853Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer:0 2022-11-23T02:26:37.7470353Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer.forward:0 2022-11-23T02:26:37.7470869Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoder:0 2022-11-23T02:26:37.7471361Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoder:0 2022-11-23T02:26:37.7471882Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoderLayer:0 2022-11-23T02:26:37.7472469Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoderLayer:0 2022-11-23T02:26:37.7472962Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py Upsample:0 2022-11-23T02:26:37.7473453Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingNearest2d:0 2022-11-23T02:26:37.7474020Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingBilinear2d:0 2022-11-23T02:26:37.7474575Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\data_parallel.py DataParallel:0 2022-11-23T02:26:37.7475092Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel:0 2022-11-23T02:26:37.7475633Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.no_sync:0 2022-11-23T02:26:37.7476198Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.join:0 2022-11-23T02:26:37.7476825Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.register_comm_hook:0 2022-11-23T02:26:37.7477421Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.register_comm_hook:1 2022-11-23T02:26:37.7478018Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-11-23T02:26:37.7478608Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel._register_fused_optim:0 2022-11-23T02:26:37.7479122Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\init.py skip_init:0 2022-11-23T02:26:37.7479660Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\memory_format.py convert_conv2d_weight_memory_format:0 2022-11-23T02:26:37.7480221Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py orthogonal:0 2022-11-23T02:26:37.7480722Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py spectral_norm:0 2022-11-23T02:26:37.7481217Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrize.py register_parametrization:0 2022-11-23T02:26:37.7481707Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py identity:0 2022-11-23T02:26:37.7482178Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_unstructured:0 2022-11-23T02:26:37.7482650Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py l1_unstructured:0 2022-11-23T02:26:37.7483115Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_structured:0 2022-11-23T02:26:37.7483578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py ln_structured:0 2022-11-23T02:26:37.7484042Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py global_unstructured:0 2022-11-23T02:26:37.7484509Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py custom_from_mask:0 2022-11-23T02:26:37.7484953Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py remove:0 2022-11-23T02:26:37.7485498Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py is_pruned:0 2022-11-23T02:26:37.7486012Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_packed_sequence:0 2022-11-23T02:26:37.7486475Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_sequence:0 2022-11-23T02:26:37.7486929Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpad_sequence:0 2022-11-23T02:26:37.7487382Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pack_sequence:0 2022-11-23T02:26:37.7487840Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpack_sequence:0 2022-11-23T02:26:37.7488309Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py spectral_norm:0 2022-11-23T02:26:37.7488784Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py remove_spectral_norm:0 2022-11-23T02:26:37.7489320Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\stateless.py functional_call:0 2022-11-23T02:26:37.7489791Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py weight_norm:0 2022-11-23T02:26:37.7490263Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py remove_weight_norm:0 2022-11-23T02:26:37.7490758Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_per_sample_grad.py call_for_per_sample_grads:0 2022-11-23T02:26:37.7491308Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\conv_utils.py unfold3d:0 2022-11-23T02:26:37.7491908Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-11-23T02:26:37.7492434Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_type_utils.py JitScalarType:0 2022-11-23T02:26:37.7492890Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LambdaLR:0 2022-11-23T02:26:37.7493366Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiplicativeLR:0 2022-11-23T02:26:37.7493836Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py StepLR:0 2022-11-23T02:26:37.7494297Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiStepLR:0 2022-11-23T02:26:37.7494766Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ConstantLR:0 2022-11-23T02:26:37.7495222Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LinearLR:0 2022-11-23T02:26:37.7495684Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py SequentialLR:0 2022-11-23T02:26:37.7496156Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py PolynomialLR:0 2022-11-23T02:26:37.7496642Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ChainedScheduler:0 2022-11-23T02:26:37.7497166Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ReduceLROnPlateau:0 2022-11-23T02:26:37.7497690Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CyclicLR:0 2022-11-23T02:26:37.7498257Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-11-23T02:26:37.7498821Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-11-23T02:26:37.7499331Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py OneCycleLR:0 2022-11-23T02:26:37.7499777Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\sgd.py SGD:0 2022-11-23T02:26:37.7500222Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:0 2022-11-23T02:26:37.7500685Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:1 2022-11-23T02:26:37.7501123Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py update_bn:0 2022-11-23T02:26:37.7501639Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py SWALR:0 2022-11-23T02:26:37.7502140Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\package\glob_group.py GlobGroup:0 2022-11-23T02:26:37.7502617Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py profile:0 2022-11-23T02:26:37.7503131Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py assert_close:0 2022-11-23T02:26:37.7503645Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py make_tensor:0 2022-11-23T02:26:37.7504127Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py parametrize:0 2022-11-23T02:26:37.7504645Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_symmetric_psd_matrix:0 2022-11-23T02:26:37.7505168Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_hermitian_psd_matrix:0 2022-11-23T02:26:37.7505697Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_hermitian_pd_matrix:0 2022-11-23T02:26:37.7506250Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\distributed\_tensor\common_dtensor.py skip_unless_torch_gpu:0 2022-11-23T02:26:37.7506799Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\backend_registration.py rename_privateuse1_backend:0 2022-11-23T02:26:37.7507306Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py checkpoint_sequential:0 2022-11-23T02:26:37.7507794Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CppExtension:0 2022-11-23T02:26:37.7508272Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:0 2022-11-23T02:26:37.7508798Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:1 2022-11-23T02:26:37.7509307Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load:0 2022-11-23T02:26:37.7509757Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load_inline:0 2022-11-23T02:26:37.7510209Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\dlpack.py from_dlpack:0 2022-11-23T02:26:37.7510753Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\throughput_benchmark.py ThroughputBenchmark:0 2022-11-23T02:26:37.7511260Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py IterableDataset:0 2022-11-23T02:26:37.7511736Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py random_split:0 2022-11-23T02:26:37.7512229Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\distributed.py DistributedSampler:0 2022-11-23T02:26:37.7512740Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py WeightedRandomSampler:0 2022-11-23T02:26:37.7513235Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py BatchSampler:0 2022-11-23T02:26:37.7513722Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py IterDataPipe:0 2022-11-23T02:26:37.7514236Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py MapDataPipe:0 2022-11-23T02:26:37.7514938Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py MapperIterDataPipe:0 2022-11-23T02:26:37.7515498Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py CollatorIterDataPipe:0 2022-11-23T02:26:37.7516063Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combinatorics.py ShufflerIterDataPipe:0 2022-11-23T02:26:37.7516621Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ConcaterIterDataPipe:0 2022-11-23T02:26:37.7517174Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ForkerIterDataPipe:0 2022-11-23T02:26:37.7517715Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py _ChildDataPipe:0 2022-11-23T02:26:37.7518270Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py DemultiplexerIterDataPipe:0 2022-11-23T02:26:37.7518834Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py MultiplexerIterDataPipe:0 2022-11-23T02:26:37.7519386Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ZipperIterDataPipe:0 2022-11-23T02:26:37.7519934Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\filelister.py FileListerIterDataPipe:0 2022-11-23T02:26:37.7520550Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\fileopener.py FileOpenerIterDataPipe:0 2022-11-23T02:26:37.7521156Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py BatcherIterDataPipe:0 2022-11-23T02:26:37.7521702Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py UnBatcherIterDataPipe:0 2022-11-23T02:26:37.7522248Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py GrouperIterDataPipe:0 2022-11-23T02:26:37.7522789Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\selecting.py FilterIterDataPipe:0 2022-11-23T02:26:37.7523404Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\streamreader.py StreamReaderIterDataPipe:0 2022-11-23T02:26:37.7523987Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\utils.py IterableWrapperIterDataPipe:0 2022-11-23T02:26:37.7524527Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\callable.py MapperMapDataPipe:0 2022-11-23T02:26:37.7525081Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combinatorics.py ShufflerIterDataPipe:0 2022-11-23T02:26:37.7525632Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ConcaterMapDataPipe:0 2022-11-23T02:26:37.7526223Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ZipperMapDataPipe:0 2022-11-23T02:26:37.7526809Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\grouping.py BatcherMapDataPipe:0 2022-11-23T02:26:37.7527366Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\utils.py SequenceWrapperMapDataPipe:0 2022-11-23T02:26:37.7527959Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py validate_input_col:0 2022-11-23T02:26:37.7528472Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_convert:0 2022-11-23T02:26:37.7528951Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py collate:0 2022-11-23T02:26:37.7529421Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_collate:0 2022-11-23T02:26:37.7529914Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py find_closure_group:0 2022-11-23T02:26:37.7530420Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py replace_extern_shared:0 2022-11-23T02:26:37.7530938Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.__init__:0 2022-11-23T02:26:37.7531463Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_hparams:0 2022-11-23T02:26:37.7532041Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalar:0 2022-11-23T02:26:37.7532614Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalars:0 2022-11-23T02:26:37.7533146Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_histogram:0 2022-11-23T02:26:37.7533685Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_histogram_raw:0 2022-11-23T02:26:37.7534196Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_image:0 2022-11-23T02:26:37.7534719Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_images:0 2022-11-23T02:26:37.7535232Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_text:0 2022-11-23T02:26:37.7535752Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_embedding:0 2022-11-23T02:26:37.7536337Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_pr_curve:0 2022-11-23T02:26:37.7536899Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-11-23T02:26:37.7537479Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-11-23T02:26:37.7538079Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars:0 2022-11-23T02:26:37.7538650Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_mesh:0 2022-11-23T02:26:37.7539139Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py NvfuserPrimsMode:0 2022-11-23T02:26:37.7539621Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py TorchRefsMode:0 2022-11-23T02:26:38.0348901Z 2022-11-23T02:26:38.0349650Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T02:26:38.0350886Z 2022-11-23T02:26:38.0352230Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T02:26:38.0355763Z 2022-11-23T02:26:38.0355972Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T02:26:38.0378170Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_script_ops.bat 2022-11-23T02:26:38.0559780Z 2022-11-23T02:26:38.0560389Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T02:26:38.0571778Z 2022-11-23T02:26:38.0572370Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T02:26:38.0572842Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:26:38.0573116Z exit /b 0 2022-11-23T02:26:38.0573275Z ) 2022-11-23T02:26:38.6162090Z "Executing CMake for custom_operator test..." 2022-11-23T02:26:41.4740090Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T02:26:41.7509225Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T02:26:41.9115954Z -- Detecting C compiler ABI info 2022-11-23T02:26:43.1261124Z -- Detecting C compiler ABI info - done 2022-11-23T02:26:43.1288537Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-11-23T02:26:43.1349156Z -- Detecting C compile features 2022-11-23T02:26:43.1433764Z -- Detecting C compile features - done 2022-11-23T02:26:43.2068184Z -- Detecting CXX compiler ABI info 2022-11-23T02:26:43.5886732Z -- Detecting CXX compiler ABI info - done 2022-11-23T02:26:43.5911020Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-11-23T02:26:43.5915593Z -- Detecting CXX compile features 2022-11-23T02:26:43.5923609Z -- Detecting CXX compile features - done 2022-11-23T02:26:43.6470083Z -- Looking for pthread.h 2022-11-23T02:26:43.7420018Z -- Looking for pthread.h - not found 2022-11-23T02:26:43.7438664Z -- Found Threads: TRUE 2022-11-23T02:26:44.0066239Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 (found version "11.7") 2022-11-23T02:26:49.8629935Z -- The CUDA compiler identification is NVIDIA 11.7.64 2022-11-23T02:26:49.9064029Z -- Detecting CUDA compiler ABI info 2022-11-23T02:26:51.8212604Z -- Detecting CUDA compiler ABI info - done 2022-11-23T02:26:51.8562098Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe - skipped 2022-11-23T02:26:51.8567137Z -- Detecting CUDA compile features 2022-11-23T02:26:51.8575075Z -- Detecting CUDA compile features - done 2022-11-23T02:26:51.8596885Z -- Caffe2: CUDA detected: 11.7 2022-11-23T02:26:51.8597209Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe 2022-11-23T02:26:51.8597584Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 2022-11-23T02:26:52.4935743Z -- Caffe2: Header version is: 11.7 2022-11-23T02:26:52.4978369Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib 2022-11-23T02:26:52.5034133Z -- Found cuDNN: v8.5.0 (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/include, library: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib) 2022-11-23T02:26:52.5659207Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/nvrtc.lib shorthash is dd482e34 2022-11-23T02:26:52.5664490Z CMake Warning at C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T02:26:52.5664923Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T02:26:52.5665427Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T02:26:52.5665730Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T02:26:52.5665972Z Call Stack (most recent call first): 2022-11-23T02:26:52.5666332Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T02:26:52.5666832Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T02:26:52.5667302Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T02:26:52.5667630Z CMakeLists.txt:9 (find_package) 2022-11-23T02:26:52.5667767Z 2022-11-23T02:26:52.5667773Z 2022-11-23T02:26:52.5667923Z -- Added CUDA NVCC flags for: -gencode;arch=compute_70,code=sm_70 2022-11-23T02:26:52.8299270Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T02:26:52.8302633Z -- Configuring done 2022-11-23T02:26:52.8907525Z -- Generating done 2022-11-23T02:26:52.9082780Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_operator/build 2022-11-23T02:26:52.9160799Z "Executing Ninja for custom_operator test..." 2022-11-23T02:27:00.5168074Z [1/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\test_custom_ops.dir\test_custom_ops.cpp.obj /FdCMakeFiles\test_custom_ops.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_operator\test_custom_ops.cpp 2022-11-23T02:27:00.5169902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:27:00.5170760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5171463Z with 2022-11-23T02:27:00.5171686Z [ 2022-11-23T02:27:00.5171930Z T=c10::SymInt 2022-11-23T02:27:00.5172161Z ] 2022-11-23T02:27:00.5172855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5173452Z with 2022-11-23T02:27:00.5173707Z [ 2022-11-23T02:27:00.5173993Z T=c10::SymInt 2022-11-23T02:27:00.5174300Z ] 2022-11-23T02:27:00.5175056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5175752Z with 2022-11-23T02:27:00.5176015Z [ 2022-11-23T02:27:00.5176304Z T=c10::SymInt 2022-11-23T02:27:00.5176578Z ] 2022-11-23T02:27:00.5177351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5178079Z with 2022-11-23T02:27:00.5178340Z [ 2022-11-23T02:27:00.5178793Z T=c10::SymInt 2022-11-23T02:27:00.5179052Z ] 2022-11-23T02:27:00.5179709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5180489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5181312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5181955Z with 2022-11-23T02:27:00.5182183Z [ 2022-11-23T02:27:00.5182476Z T=c10::SymInt 2022-11-23T02:27:00.5182729Z ] 2022-11-23T02:27:00.5183223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:27:00.5183918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5184269Z with 2022-11-23T02:27:00.5184438Z [ 2022-11-23T02:27:00.5184679Z T=std::string 2022-11-23T02:27:00.5184914Z ] 2022-11-23T02:27:00.5185471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5185999Z with 2022-11-23T02:27:00.5186206Z [ 2022-11-23T02:27:00.5186491Z T=std::string 2022-11-23T02:27:00.5186734Z ] 2022-11-23T02:27:00.5187368Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5187926Z with 2022-11-23T02:27:00.5188154Z [ 2022-11-23T02:27:00.5188368Z T=std::string 2022-11-23T02:27:00.5188598Z ] 2022-11-23T02:27:00.5189239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5189974Z with 2022-11-23T02:27:00.5190197Z [ 2022-11-23T02:27:00.5190420Z T=std::string 2022-11-23T02:27:00.5190656Z ] 2022-11-23T02:27:00.5191214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5192076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5192980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5193553Z with 2022-11-23T02:27:00.5193778Z [ 2022-11-23T02:27:00.5194013Z T=std::string 2022-11-23T02:27:00.5194238Z ] 2022-11-23T02:27:00.5194665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5195023Z with 2022-11-23T02:27:00.5195174Z [ 2022-11-23T02:27:00.5195438Z T=c10::QualifiedName 2022-11-23T02:27:00.5195602Z ] 2022-11-23T02:27:00.5196003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5196371Z with 2022-11-23T02:27:00.5196526Z [ 2022-11-23T02:27:00.5196702Z T=c10::QualifiedName 2022-11-23T02:27:00.5196877Z ] 2022-11-23T02:27:00.5197307Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5197711Z with 2022-11-23T02:27:00.5197863Z [ 2022-11-23T02:27:00.5198040Z T=c10::QualifiedName 2022-11-23T02:27:00.5198212Z ] 2022-11-23T02:27:00.5198723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5199182Z with 2022-11-23T02:27:00.5199335Z [ 2022-11-23T02:27:00.5199508Z T=c10::QualifiedName 2022-11-23T02:27:00.5199679Z ] 2022-11-23T02:27:00.5200092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5200739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5201384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5201763Z with 2022-11-23T02:27:00.5201920Z [ 2022-11-23T02:27:00.5202094Z T=c10::QualifiedName 2022-11-23T02:27:00.5202269Z ] 2022-11-23T02:27:00.5202655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5203015Z with 2022-11-23T02:27:00.5203156Z [ 2022-11-23T02:27:00.5203325Z T=at::TensorBase 2022-11-23T02:27:00.5203891Z ] 2022-11-23T02:27:00.5204294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5204708Z with 2022-11-23T02:27:00.5204902Z [ 2022-11-23T02:27:00.5205061Z T=at::TensorBase 2022-11-23T02:27:00.5205228Z ] 2022-11-23T02:27:00.5205662Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5206067Z with 2022-11-23T02:27:00.5206219Z [ 2022-11-23T02:27:00.5206375Z T=at::TensorBase 2022-11-23T02:27:00.5206544Z ] 2022-11-23T02:27:00.5207004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5207433Z with 2022-11-23T02:27:00.5207583Z [ 2022-11-23T02:27:00.5207749Z T=at::TensorBase 2022-11-23T02:27:00.5207904Z ] 2022-11-23T02:27:00.5208377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5209011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5209659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5210047Z with 2022-11-23T02:27:00.5210240Z [ 2022-11-23T02:27:00.5210411Z T=at::TensorBase 2022-11-23T02:27:00.5210571Z ] 2022-11-23T02:27:00.5210996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5211349Z with 2022-11-23T02:27:00.5211501Z [ 2022-11-23T02:27:00.5211665Z T=at::Tensor 2022-11-23T02:27:00.5211825Z ] 2022-11-23T02:27:00.5212213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5212581Z with 2022-11-23T02:27:00.5212733Z [ 2022-11-23T02:27:00.5212895Z T=at::Tensor 2022-11-23T02:27:00.5213057Z ] 2022-11-23T02:27:00.5213482Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5213884Z with 2022-11-23T02:27:00.5214035Z [ 2022-11-23T02:27:00.5214197Z T=at::Tensor 2022-11-23T02:27:00.5214358Z ] 2022-11-23T02:27:00.5214813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5215236Z with 2022-11-23T02:27:00.5215376Z [ 2022-11-23T02:27:00.5215537Z T=at::Tensor 2022-11-23T02:27:00.5215696Z ] 2022-11-23T02:27:00.5216136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5217440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5218081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5218474Z with 2022-11-23T02:27:00.5218616Z [ 2022-11-23T02:27:00.5218785Z T=at::Tensor 2022-11-23T02:27:00.5218949Z ] 2022-11-23T02:27:00.5219331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5219760Z with 2022-11-23T02:27:00.5219904Z [ 2022-11-23T02:27:00.5220076Z T=at::Generator 2022-11-23T02:27:00.5220244Z ] 2022-11-23T02:27:00.5220640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5221012Z with 2022-11-23T02:27:00.5221233Z [ 2022-11-23T02:27:00.5221390Z T=at::Generator 2022-11-23T02:27:00.5221558Z ] 2022-11-23T02:27:00.5222037Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5222482Z with 2022-11-23T02:27:00.5222634Z [ 2022-11-23T02:27:00.5222788Z T=at::Generator 2022-11-23T02:27:00.5222951Z ] 2022-11-23T02:27:00.5223410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5223838Z with 2022-11-23T02:27:00.5223993Z [ 2022-11-23T02:27:00.5224157Z T=at::Generator 2022-11-23T02:27:00.5224313Z ] 2022-11-23T02:27:00.5224722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5225354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5225988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5226380Z with 2022-11-23T02:27:00.5226535Z [ 2022-11-23T02:27:00.5226701Z T=at::Generator 2022-11-23T02:27:00.5226856Z ] 2022-11-23T02:27:00.5227239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5227599Z with 2022-11-23T02:27:00.5227786Z [ 2022-11-23T02:27:00.5227949Z T=c10::Scalar 2022-11-23T02:27:00.5228113Z ] 2022-11-23T02:27:00.5228536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5228902Z with 2022-11-23T02:27:00.5229056Z [ 2022-11-23T02:27:00.5229287Z T=c10::Scalar 2022-11-23T02:27:00.5229449Z ] 2022-11-23T02:27:00.5229870Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5230271Z with 2022-11-23T02:27:00.5230428Z [ 2022-11-23T02:27:00.5230591Z T=c10::Scalar 2022-11-23T02:27:00.5230754Z ] 2022-11-23T02:27:00.5231212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5231639Z with 2022-11-23T02:27:00.5231783Z [ 2022-11-23T02:27:00.5231942Z T=c10::Scalar 2022-11-23T02:27:00.5232100Z ] 2022-11-23T02:27:00.5232496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5233165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5233850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5234282Z with 2022-11-23T02:27:00.5234429Z [ 2022-11-23T02:27:00.5234596Z T=c10::Scalar 2022-11-23T02:27:00.5234760Z ] 2022-11-23T02:27:00.5235144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5235507Z with 2022-11-23T02:27:00.5235649Z [ 2022-11-23T02:27:00.5235867Z T=std::shared_ptr 2022-11-23T02:27:00.5236074Z ] 2022-11-23T02:27:00.5236478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5236842Z with 2022-11-23T02:27:00.5236993Z [ 2022-11-23T02:27:00.5237195Z T=std::shared_ptr 2022-11-23T02:27:00.5237395Z ] 2022-11-23T02:27:00.5237832Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5238237Z with 2022-11-23T02:27:00.5238390Z [ 2022-11-23T02:27:00.5238604Z T=std::shared_ptr 2022-11-23T02:27:00.5238794Z ] 2022-11-23T02:27:00.5239296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5239731Z with 2022-11-23T02:27:00.5239919Z [ 2022-11-23T02:27:00.5240132Z T=std::shared_ptr 2022-11-23T02:27:00.5240332Z ] 2022-11-23T02:27:00.5240764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.5241460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.5242192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5242580Z with 2022-11-23T02:27:00.5242734Z [ 2022-11-23T02:27:00.5242951Z T=std::shared_ptr 2022-11-23T02:27:00.5243156Z ] 2022-11-23T02:27:00.5243527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5243887Z with 2022-11-23T02:27:00.5244040Z [ 2022-11-23T02:27:00.5244258Z T=std::weak_ptr 2022-11-23T02:27:00.5244461Z ] 2022-11-23T02:27:00.5244868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5245279Z with 2022-11-23T02:27:00.5245423Z [ 2022-11-23T02:27:00.5245675Z T=std::weak_ptr 2022-11-23T02:27:00.5245931Z ] 2022-11-23T02:27:00.5246367Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5246768Z with 2022-11-23T02:27:00.5246908Z [ 2022-11-23T02:27:00.5247118Z T=std::weak_ptr 2022-11-23T02:27:00.5247316Z ] 2022-11-23T02:27:00.5247778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5248203Z with 2022-11-23T02:27:00.5248356Z [ 2022-11-23T02:27:00.5248553Z T=std::weak_ptr 2022-11-23T02:27:00.5248757Z ] 2022-11-23T02:27:00.5249196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.5249875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.5250545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5250978Z with 2022-11-23T02:27:00.5251131Z [ 2022-11-23T02:27:00.5251341Z T=std::weak_ptr 2022-11-23T02:27:00.5251568Z ] 2022-11-23T02:27:00.5251953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5252312Z with 2022-11-23T02:27:00.5252461Z [ 2022-11-23T02:27:00.5252701Z T=std::vector> 2022-11-23T02:27:00.5252916Z ] 2022-11-23T02:27:00.5253314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5253739Z with 2022-11-23T02:27:00.5253891Z [ 2022-11-23T02:27:00.5254131Z T=std::vector> 2022-11-23T02:27:00.5254355Z ] 2022-11-23T02:27:00.5254795Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5255184Z with 2022-11-23T02:27:00.5255339Z [ 2022-11-23T02:27:00.5255578Z T=std::vector> 2022-11-23T02:27:00.5255799Z ] 2022-11-23T02:27:00.5256258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5256728Z with 2022-11-23T02:27:00.5256870Z [ 2022-11-23T02:27:00.5257111Z T=std::vector> 2022-11-23T02:27:00.5257378Z ] 2022-11-23T02:27:00.5257891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.5258620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.5259306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5259769Z with 2022-11-23T02:27:00.5259927Z [ 2022-11-23T02:27:00.5260154Z T=std::vector> 2022-11-23T02:27:00.5260379Z ] 2022-11-23T02:27:00.5260765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5261124Z with 2022-11-23T02:27:00.5261282Z [ 2022-11-23T02:27:00.5261477Z T=std::vector> 2022-11-23T02:27:00.5261675Z ] 2022-11-23T02:27:00.5262070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5262436Z with 2022-11-23T02:27:00.5262632Z [ 2022-11-23T02:27:00.5262835Z T=std::vector> 2022-11-23T02:27:00.5263021Z ] 2022-11-23T02:27:00.5263498Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5263894Z with 2022-11-23T02:27:00.5264046Z [ 2022-11-23T02:27:00.5264250Z T=std::vector> 2022-11-23T02:27:00.5264441Z ] 2022-11-23T02:27:00.5264888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5265307Z with 2022-11-23T02:27:00.5265457Z [ 2022-11-23T02:27:00.5265658Z T=std::vector> 2022-11-23T02:27:00.5265851Z ] 2022-11-23T02:27:00.5266352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.5267030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.5267682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5268062Z with 2022-11-23T02:27:00.5268216Z [ 2022-11-23T02:27:00.5268457Z T=std::vector> 2022-11-23T02:27:00.5268656Z ] 2022-11-23T02:27:00.5269077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5269430Z with 2022-11-23T02:27:00.5269571Z [ 2022-11-23T02:27:00.5269823Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.5270051Z ] 2022-11-23T02:27:00.5270508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5270881Z with 2022-11-23T02:27:00.5271033Z [ 2022-11-23T02:27:00.5271271Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.5271500Z ] 2022-11-23T02:27:00.5271939Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5272339Z with 2022-11-23T02:27:00.5272492Z [ 2022-11-23T02:27:00.5272742Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.5272967Z ] 2022-11-23T02:27:00.5273431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5273860Z with 2022-11-23T02:27:00.5274010Z [ 2022-11-23T02:27:00.5274300Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.5274533Z ] 2022-11-23T02:27:00.5275021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:27:00.5275775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:27:00.5276450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:27:00.5277088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5277475Z with 2022-11-23T02:27:00.5277688Z [ 2022-11-23T02:27:00.5277943Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.5278173Z ] 2022-11-23T02:27:00.5278564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5278909Z with 2022-11-23T02:27:00.5279066Z [ 2022-11-23T02:27:00.5279308Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.5279536Z ] 2022-11-23T02:27:00.5279938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5280350Z with 2022-11-23T02:27:00.5280499Z [ 2022-11-23T02:27:00.5280775Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.5281005Z ] 2022-11-23T02:27:00.5281440Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5281840Z with 2022-11-23T02:27:00.5282476Z [ 2022-11-23T02:27:00.5282725Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.5282956Z ] 2022-11-23T02:27:00.5283421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5283851Z with 2022-11-23T02:27:00.5284008Z [ 2022-11-23T02:27:00.5284252Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.5284480Z ] 2022-11-23T02:27:00.5284936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:27:00.5285649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:27:00.5286400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:27:00.5287040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5287427Z with 2022-11-23T02:27:00.5287579Z [ 2022-11-23T02:27:00.5287824Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.5288049Z ] 2022-11-23T02:27:00.5288430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5288772Z with 2022-11-23T02:27:00.5288925Z [ 2022-11-23T02:27:00.5289136Z T=std::vector> 2022-11-23T02:27:00.5289333Z ] 2022-11-23T02:27:00.5289730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5290180Z with 2022-11-23T02:27:00.5290323Z [ 2022-11-23T02:27:00.5290536Z T=std::vector> 2022-11-23T02:27:00.5290736Z ] 2022-11-23T02:27:00.5291171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5291577Z with 2022-11-23T02:27:00.5291773Z [ 2022-11-23T02:27:00.5291971Z T=std::vector> 2022-11-23T02:27:00.5292205Z ] 2022-11-23T02:27:00.5292675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5293100Z with 2022-11-23T02:27:00.5293256Z [ 2022-11-23T02:27:00.5293464Z T=std::vector> 2022-11-23T02:27:00.5293649Z ] 2022-11-23T02:27:00.5294128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.5294804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.5295466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5295853Z with 2022-11-23T02:27:00.5296011Z [ 2022-11-23T02:27:00.5296226Z T=std::vector> 2022-11-23T02:27:00.5296410Z ] 2022-11-23T02:27:00.5296794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5297150Z with 2022-11-23T02:27:00.5297307Z [ 2022-11-23T02:27:00.5297585Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:00.5297815Z ] 2022-11-23T02:27:00.5298234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5298611Z with 2022-11-23T02:27:00.5298765Z [ 2022-11-23T02:27:00.5299000Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:00.5299224Z ] 2022-11-23T02:27:00.5299723Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5300118Z with 2022-11-23T02:27:00.5300275Z [ 2022-11-23T02:27:00.5300513Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:00.5300736Z ] 2022-11-23T02:27:00.5301201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5301630Z with 2022-11-23T02:27:00.5301773Z [ 2022-11-23T02:27:00.5302007Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:00.5302230Z ] 2022-11-23T02:27:00.5302757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.5303543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.5304322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:27:00.5305018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5305412Z with 2022-11-23T02:27:00.5305566Z [ 2022-11-23T02:27:00.5305789Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:00.5306013Z ] 2022-11-23T02:27:00.5306454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5306812Z with 2022-11-23T02:27:00.5306965Z [ 2022-11-23T02:27:00.5307198Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:00.5307409Z ] 2022-11-23T02:27:00.5307808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5308176Z with 2022-11-23T02:27:00.5308330Z [ 2022-11-23T02:27:00.5308568Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:00.5308789Z ] 2022-11-23T02:27:00.5309213Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5309660Z with 2022-11-23T02:27:00.5309813Z [ 2022-11-23T02:27:00.5310086Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:00.5310302Z ] 2022-11-23T02:27:00.5310763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5311176Z with 2022-11-23T02:27:00.5311328Z [ 2022-11-23T02:27:00.5311558Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:00.5311782Z ] 2022-11-23T02:27:00.5312235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.5312981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.5313719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:27:00.5314412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5314853Z with 2022-11-23T02:27:00.5314996Z [ 2022-11-23T02:27:00.5315275Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:00.5315503Z ] 2022-11-23T02:27:00.5315930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5316283Z with 2022-11-23T02:27:00.5316426Z [ 2022-11-23T02:27:00.5316618Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.5316801Z ] 2022-11-23T02:27:00.5317198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5317570Z with 2022-11-23T02:27:00.5317721Z [ 2022-11-23T02:27:00.5317896Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.5318079Z ] 2022-11-23T02:27:00.5318565Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5318965Z with 2022-11-23T02:27:00.5319116Z [ 2022-11-23T02:27:00.5319306Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.5319478Z ] 2022-11-23T02:27:00.5319943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5320371Z with 2022-11-23T02:27:00.5320526Z [ 2022-11-23T02:27:00.5320715Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.5320897Z ] 2022-11-23T02:27:00.5321351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5322037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5322409Z with 2022-11-23T02:27:00.5322562Z [ 2022-11-23T02:27:00.5322749Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.5322930Z ] 2022-11-23T02:27:00.5323366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:27:00.5324054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5324439Z with 2022-11-23T02:27:00.5324592Z [ 2022-11-23T02:27:00.5324780Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.5324966Z ] 2022-11-23T02:27:00.5325345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5325686Z with 2022-11-23T02:27:00.5325839Z [ 2022-11-23T02:27:00.5326107Z T=std::vector> 2022-11-23T02:27:00.5326359Z ] 2022-11-23T02:27:00.5326751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5327250Z with 2022-11-23T02:27:00.5327433Z [ 2022-11-23T02:27:00.5327712Z T=std::vector> 2022-11-23T02:27:00.5327966Z ] 2022-11-23T02:27:00.5328405Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5328806Z with 2022-11-23T02:27:00.5328958Z [ 2022-11-23T02:27:00.5329217Z T=std::vector> 2022-11-23T02:27:00.5329474Z ] 2022-11-23T02:27:00.5329932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5330356Z with 2022-11-23T02:27:00.5330508Z [ 2022-11-23T02:27:00.5330830Z T=std::vector> 2022-11-23T02:27:00.5331085Z ] 2022-11-23T02:27:00.5331566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.5332353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.5333109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5333540Z with 2022-11-23T02:27:00.5333694Z [ 2022-11-23T02:27:00.5333966Z T=std::vector> 2022-11-23T02:27:00.5334217Z ] 2022-11-23T02:27:00.5334600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5334935Z with 2022-11-23T02:27:00.5335088Z [ 2022-11-23T02:27:00.5335259Z T=c10::DimVector 2022-11-23T02:27:00.5335427Z ] 2022-11-23T02:27:00.5335827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5336201Z with 2022-11-23T02:27:00.5336342Z [ 2022-11-23T02:27:00.5336512Z T=c10::DimVector 2022-11-23T02:27:00.5336679Z ] 2022-11-23T02:27:00.5337114Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5337510Z with 2022-11-23T02:27:00.5337664Z [ 2022-11-23T02:27:00.5337820Z T=c10::DimVector 2022-11-23T02:27:00.5337985Z ] 2022-11-23T02:27:00.5338442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5338964Z with 2022-11-23T02:27:00.5339158Z [ 2022-11-23T02:27:00.5339314Z T=c10::DimVector 2022-11-23T02:27:00.5339555Z ] 2022-11-23T02:27:00.5339968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5340606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5341253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5341639Z with 2022-11-23T02:27:00.5341802Z [ 2022-11-23T02:27:00.5341960Z T=c10::DimVector 2022-11-23T02:27:00.5342133Z ] 2022-11-23T02:27:00.5342518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5342873Z with 2022-11-23T02:27:00.5343084Z [ 2022-11-23T02:27:00.5343271Z T=torch::autograd::ViewInfo 2022-11-23T02:27:00.5343441Z ] 2022-11-23T02:27:00.5343841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5344215Z with 2022-11-23T02:27:00.5344412Z [ 2022-11-23T02:27:00.5344600Z T=torch::autograd::ViewInfo 2022-11-23T02:27:00.5344782Z ] 2022-11-23T02:27:00.5345252Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5345652Z with 2022-11-23T02:27:00.5345805Z [ 2022-11-23T02:27:00.5345988Z T=torch::autograd::ViewInfo 2022-11-23T02:27:00.5346167Z ] 2022-11-23T02:27:00.5346635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5347050Z with 2022-11-23T02:27:00.5347209Z [ 2022-11-23T02:27:00.5347387Z T=torch::autograd::ViewInfo 2022-11-23T02:27:00.5347564Z ] 2022-11-23T02:27:00.5347981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5348644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5349304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5349674Z with 2022-11-23T02:27:00.5349826Z [ 2022-11-23T02:27:00.5350008Z T=torch::autograd::ViewInfo 2022-11-23T02:27:00.5350229Z ] 2022-11-23T02:27:00.5350614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5351007Z with 2022-11-23T02:27:00.5351208Z [ 2022-11-23T02:27:00.5351431Z T=std::vector> 2022-11-23T02:27:00.5351640Z ] 2022-11-23T02:27:00.5352043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5352414Z with 2022-11-23T02:27:00.5352568Z [ 2022-11-23T02:27:00.5352774Z T=std::vector> 2022-11-23T02:27:00.5352981Z ] 2022-11-23T02:27:00.5353420Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5353819Z with 2022-11-23T02:27:00.5353969Z [ 2022-11-23T02:27:00.5354184Z T=std::vector> 2022-11-23T02:27:00.5354380Z ] 2022-11-23T02:27:00.5354838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5355313Z with 2022-11-23T02:27:00.5355467Z [ 2022-11-23T02:27:00.5355684Z T=std::vector> 2022-11-23T02:27:00.5355895Z ] 2022-11-23T02:27:00.5356350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.5356781Z with 2022-11-23T02:27:00.5356932Z [ 2022-11-23T02:27:00.5357096Z T=c10::SymInt 2022-11-23T02:27:00.5357258Z ] 2022-11-23T02:27:00.5357675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.5358047Z with 2022-11-23T02:27:00.5358198Z [ 2022-11-23T02:27:00.5358358Z T=c10::SymInt 2022-11-23T02:27:00.5358523Z ] 2022-11-23T02:27:00.5358961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:27:00.5359716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:27:00.5360434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5360808Z with 2022-11-23T02:27:00.5360960Z [ 2022-11-23T02:27:00.5361177Z T=std::vector> 2022-11-23T02:27:00.5361383Z ] 2022-11-23T02:27:00.5361767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5362120Z with 2022-11-23T02:27:00.5362261Z [ 2022-11-23T02:27:00.5362426Z T=c10::IValue 2022-11-23T02:27:00.5362589Z ] 2022-11-23T02:27:00.5362982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5363411Z with 2022-11-23T02:27:00.5363565Z [ 2022-11-23T02:27:00.5363718Z T=c10::IValue 2022-11-23T02:27:00.5363882Z ] 2022-11-23T02:27:00.5364325Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5364728Z with 2022-11-23T02:27:00.5364880Z [ 2022-11-23T02:27:00.5365033Z T=c10::IValue 2022-11-23T02:27:00.5365194Z ] 2022-11-23T02:27:00.5365653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5366073Z with 2022-11-23T02:27:00.5366225Z [ 2022-11-23T02:27:00.5366388Z T=c10::IValue 2022-11-23T02:27:00.5366536Z ] 2022-11-23T02:27:00.5366975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5367693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5368339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5368726Z with 2022-11-23T02:27:00.5368880Z [ 2022-11-23T02:27:00.5369040Z T=c10::IValue 2022-11-23T02:27:00.5369192Z ] 2022-11-23T02:27:00.5369584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5369938Z with 2022-11-23T02:27:00.5370091Z [ 2022-11-23T02:27:00.5370257Z T=c10::AliasInfo 2022-11-23T02:27:00.5370422Z ] 2022-11-23T02:27:00.5370812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5371174Z with 2022-11-23T02:27:00.5371323Z [ 2022-11-23T02:27:00.5371488Z T=c10::AliasInfo 2022-11-23T02:27:00.5371650Z ] 2022-11-23T02:27:00.5372071Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5372475Z with 2022-11-23T02:27:00.5372622Z [ 2022-11-23T02:27:00.5372789Z T=c10::AliasInfo 2022-11-23T02:27:00.5372951Z ] 2022-11-23T02:27:00.5373410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5373841Z with 2022-11-23T02:27:00.5373982Z [ 2022-11-23T02:27:00.5374148Z T=c10::AliasInfo 2022-11-23T02:27:00.5374310Z ] 2022-11-23T02:27:00.5374711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5375339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5376034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5376420Z with 2022-11-23T02:27:00.5376563Z [ 2022-11-23T02:27:00.5376734Z T=c10::AliasInfo 2022-11-23T02:27:00.5376905Z ] 2022-11-23T02:27:00.5377291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5377649Z with 2022-11-23T02:27:00.5377790Z [ 2022-11-23T02:27:00.5377983Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:00.5378168Z ] 2022-11-23T02:27:00.5378564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5378934Z with 2022-11-23T02:27:00.5379092Z [ 2022-11-23T02:27:00.5379266Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:00.5379510Z ] 2022-11-23T02:27:00.5380004Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5380410Z with 2022-11-23T02:27:00.5380567Z [ 2022-11-23T02:27:00.5380755Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:00.5380929Z ] 2022-11-23T02:27:00.5381398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5381829Z with 2022-11-23T02:27:00.5381985Z [ 2022-11-23T02:27:00.5382169Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:00.5382354Z ] 2022-11-23T02:27:00.5382806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5383520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5384198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5384581Z with 2022-11-23T02:27:00.5384737Z [ 2022-11-23T02:27:00.5384923Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:00.5385094Z ] 2022-11-23T02:27:00.5397011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5397397Z with 2022-11-23T02:27:00.5397561Z [ 2022-11-23T02:27:00.5397797Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:00.5398017Z ] 2022-11-23T02:27:00.5398412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5398783Z with 2022-11-23T02:27:00.5398941Z [ 2022-11-23T02:27:00.5399170Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:00.5399514Z ] 2022-11-23T02:27:00.5399954Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5400369Z with 2022-11-23T02:27:00.5400513Z [ 2022-11-23T02:27:00.5400742Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:00.5400958Z ] 2022-11-23T02:27:00.5401420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5401840Z with 2022-11-23T02:27:00.5401982Z [ 2022-11-23T02:27:00.5402212Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:00.5402428Z ] 2022-11-23T02:27:00.5402876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5403669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5404380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5404776Z with 2022-11-23T02:27:00.5404933Z [ 2022-11-23T02:27:00.5405151Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:00.5405367Z ] 2022-11-23T02:27:00.5405766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:27:00.5406322Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:27:00.5406875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5407238Z with 2022-11-23T02:27:00.5407395Z [ 2022-11-23T02:27:00.5407560Z T=at::StepCallbacks 2022-11-23T02:27:00.5407740Z ] 2022-11-23T02:27:00.5408143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5408512Z with 2022-11-23T02:27:00.5408665Z [ 2022-11-23T02:27:00.5408829Z T=at::StepCallbacks 2022-11-23T02:27:00.5409004Z ] 2022-11-23T02:27:00.5409439Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5409835Z with 2022-11-23T02:27:00.5409989Z [ 2022-11-23T02:27:00.5410167Z T=at::StepCallbacks 2022-11-23T02:27:00.5410330Z ] 2022-11-23T02:27:00.5410793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5411221Z with 2022-11-23T02:27:00.5411376Z [ 2022-11-23T02:27:00.5411608Z T=at::StepCallbacks 2022-11-23T02:27:00.5411787Z ] 2022-11-23T02:27:00.5412191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5412851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(672): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5413511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5413963Z with 2022-11-23T02:27:00.5414160Z [ 2022-11-23T02:27:00.5414342Z T=at::StepCallbacks 2022-11-23T02:27:00.5414518Z ] 2022-11-23T02:27:00.5414899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5415255Z with 2022-11-23T02:27:00.5415409Z [ 2022-11-23T02:27:00.5415635Z T=c10::either 2022-11-23T02:27:00.5415904Z ] 2022-11-23T02:27:00.5416307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5416666Z with 2022-11-23T02:27:00.5416821Z [ 2022-11-23T02:27:00.5417047Z T=c10::either 2022-11-23T02:27:00.5417261Z ] 2022-11-23T02:27:00.5417701Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5418112Z with 2022-11-23T02:27:00.5418258Z [ 2022-11-23T02:27:00.5418479Z T=c10::either 2022-11-23T02:27:00.5418692Z ] 2022-11-23T02:27:00.5419157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5419664Z with 2022-11-23T02:27:00.5419820Z [ 2022-11-23T02:27:00.5420034Z T=c10::either 2022-11-23T02:27:00.5420251Z ] 2022-11-23T02:27:00.5420698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.5421427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.5422138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5422527Z with 2022-11-23T02:27:00.5422683Z [ 2022-11-23T02:27:00.5422910Z T=c10::either 2022-11-23T02:27:00.5423110Z ] 2022-11-23T02:27:00.5423494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5424359Z with 2022-11-23T02:27:00.5424519Z [ 2022-11-23T02:27:00.5424701Z T=torch::jit::Operator 2022-11-23T02:27:00.5424866Z ] 2022-11-23T02:27:00.5425273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5425645Z with 2022-11-23T02:27:00.5425803Z [ 2022-11-23T02:27:00.5425978Z T=torch::jit::Operator 2022-11-23T02:27:00.5426151Z ] 2022-11-23T02:27:00.5426576Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5426982Z with 2022-11-23T02:27:00.5427135Z [ 2022-11-23T02:27:00.5427317Z T=torch::jit::Operator 2022-11-23T02:27:00.5427493Z ] 2022-11-23T02:27:00.5427958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5428384Z with 2022-11-23T02:27:00.5428578Z [ 2022-11-23T02:27:00.5428759Z T=torch::jit::Operator 2022-11-23T02:27:00.5428936Z ] 2022-11-23T02:27:00.5429352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5430016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/custom_operator.h(23): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5430689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5431079Z with 2022-11-23T02:27:00.5431224Z [ 2022-11-23T02:27:00.5431402Z T=torch::jit::Operator 2022-11-23T02:27:00.5431581Z ] 2022-11-23T02:27:00.5431968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5432323Z with 2022-11-23T02:27:00.5432465Z [ 2022-11-23T02:27:00.5432669Z T=std::tuple 2022-11-23T02:27:00.5432865Z ] 2022-11-23T02:27:00.5433265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5433636Z with 2022-11-23T02:27:00.5433789Z [ 2022-11-23T02:27:00.5433980Z T=std::tuple 2022-11-23T02:27:00.5434175Z ] 2022-11-23T02:27:00.5434617Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5435021Z with 2022-11-23T02:27:00.5435176Z [ 2022-11-23T02:27:00.5435379Z T=std::tuple 2022-11-23T02:27:00.5435561Z ] 2022-11-23T02:27:00.5436025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5436498Z with 2022-11-23T02:27:00.5436652Z [ 2022-11-23T02:27:00.5436853Z T=std::tuple 2022-11-23T02:27:00.5437049Z ] 2022-11-23T02:27:00.5437475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.5438167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.5438839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5439227Z with 2022-11-23T02:27:00.5439386Z [ 2022-11-23T02:27:00.5439591Z T=std::tuple 2022-11-23T02:27:00.5439787Z ] 2022-11-23T02:27:00.5440157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5440555Z with 2022-11-23T02:27:00.5440714Z [ 2022-11-23T02:27:00.5440896Z T=torch::jit::SourceRange 2022-11-23T02:27:00.5441078Z ] 2022-11-23T02:27:00.5441479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5441833Z with 2022-11-23T02:27:00.5441992Z [ 2022-11-23T02:27:00.5442173Z T=torch::jit::SourceRange 2022-11-23T02:27:00.5442353Z ] 2022-11-23T02:27:00.5442783Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5443190Z with 2022-11-23T02:27:00.5443332Z [ 2022-11-23T02:27:00.5443511Z T=torch::jit::SourceRange 2022-11-23T02:27:00.5443690Z ] 2022-11-23T02:27:00.5444152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5444578Z with 2022-11-23T02:27:00.5444733Z [ 2022-11-23T02:27:00.5444899Z T=torch::jit::SourceRange 2022-11-23T02:27:00.5445077Z ] 2022-11-23T02:27:00.5445496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5446171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5446831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5447217Z with 2022-11-23T02:27:00.5447373Z [ 2022-11-23T02:27:00.5447544Z T=torch::jit::SourceRange 2022-11-23T02:27:00.5447726Z ] 2022-11-23T02:27:00.5448110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5448513Z with 2022-11-23T02:27:00.5448668Z [ 2022-11-23T02:27:00.5448868Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:00.5449052Z ] 2022-11-23T02:27:00.5449455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5449823Z with 2022-11-23T02:27:00.5449980Z [ 2022-11-23T02:27:00.5450180Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:00.5450360Z ] 2022-11-23T02:27:00.5450799Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5451195Z with 2022-11-23T02:27:00.5451350Z [ 2022-11-23T02:27:00.5451550Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:00.5451746Z ] 2022-11-23T02:27:00.5452194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5452616Z with 2022-11-23T02:27:00.5452811Z [ 2022-11-23T02:27:00.5453012Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:00.5453203Z ] 2022-11-23T02:27:00.5453639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5454317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5454988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5455363Z with 2022-11-23T02:27:00.5455519Z [ 2022-11-23T02:27:00.5455724Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:00.5455919Z ] 2022-11-23T02:27:00.5456300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5456660Z with 2022-11-23T02:27:00.5456804Z [ 2022-11-23T02:27:00.5457002Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:00.5457197Z ] 2022-11-23T02:27:00.5457596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5457969Z with 2022-11-23T02:27:00.5458110Z [ 2022-11-23T02:27:00.5458307Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:00.5458498Z ] 2022-11-23T02:27:00.5458942Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5459341Z with 2022-11-23T02:27:00.5459575Z [ 2022-11-23T02:27:00.5459760Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:00.5459951Z ] 2022-11-23T02:27:00.5460418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5460906Z with 2022-11-23T02:27:00.5461062Z [ 2022-11-23T02:27:00.5461259Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:00.5461439Z ] 2022-11-23T02:27:00.5461871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5462556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5463215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5463599Z with 2022-11-23T02:27:00.5463759Z [ 2022-11-23T02:27:00.5463959Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:00.5464137Z ] 2022-11-23T02:27:00.5464521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5464882Z with 2022-11-23T02:27:00.5465078Z [ 2022-11-23T02:27:00.5465257Z T=torch::jit::ScopePtr 2022-11-23T02:27:00.5465433Z ] 2022-11-23T02:27:00.5465819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5466185Z with 2022-11-23T02:27:00.5466340Z [ 2022-11-23T02:27:00.5466519Z T=torch::jit::ScopePtr 2022-11-23T02:27:00.5466696Z ] 2022-11-23T02:27:00.5467137Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5467535Z with 2022-11-23T02:27:00.5467693Z [ 2022-11-23T02:27:00.5467869Z T=torch::jit::ScopePtr 2022-11-23T02:27:00.5468043Z ] 2022-11-23T02:27:00.5468506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5468937Z with 2022-11-23T02:27:00.5469079Z [ 2022-11-23T02:27:00.5469257Z T=torch::jit::ScopePtr 2022-11-23T02:27:00.5469440Z ] 2022-11-23T02:27:00.5469914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5470614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5471273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5471662Z with 2022-11-23T02:27:00.5471805Z [ 2022-11-23T02:27:00.5471984Z T=torch::jit::ScopePtr 2022-11-23T02:27:00.5472158Z ] 2022-11-23T02:27:00.5472540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5472897Z with 2022-11-23T02:27:00.5473104Z [ 2022-11-23T02:27:00.5473277Z T=at::ThreadLocalState 2022-11-23T02:27:00.5473456Z ] 2022-11-23T02:27:00.5473855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5474229Z with 2022-11-23T02:27:00.5474383Z [ 2022-11-23T02:27:00.5474551Z T=at::ThreadLocalState 2022-11-23T02:27:00.5474728Z ] 2022-11-23T02:27:00.5475166Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5475615Z with 2022-11-23T02:27:00.5475772Z [ 2022-11-23T02:27:00.5475992Z T=at::ThreadLocalState 2022-11-23T02:27:00.5476159Z ] 2022-11-23T02:27:00.5476624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5477047Z with 2022-11-23T02:27:00.5477202Z [ 2022-11-23T02:27:00.5477430Z T=at::ThreadLocalState 2022-11-23T02:27:00.5477611Z ] 2022-11-23T02:27:00.5478018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5478686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5479348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5479744Z with 2022-11-23T02:27:00.5479903Z [ 2022-11-23T02:27:00.5480085Z T=at::ThreadLocalState 2022-11-23T02:27:00.5480265Z ] 2022-11-23T02:27:00.5480636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5480996Z with 2022-11-23T02:27:00.5481192Z [ 2022-11-23T02:27:00.5481394Z T=std::shared_ptr 2022-11-23T02:27:00.5481586Z ] 2022-11-23T02:27:00.5482030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5482389Z with 2022-11-23T02:27:00.5482543Z [ 2022-11-23T02:27:00.5482739Z T=std::shared_ptr 2022-11-23T02:27:00.5482927Z ] 2022-11-23T02:27:00.5483366Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5483763Z with 2022-11-23T02:27:00.5483906Z [ 2022-11-23T02:27:00.5484106Z T=std::shared_ptr 2022-11-23T02:27:00.5484295Z ] 2022-11-23T02:27:00.5484752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5485179Z with 2022-11-23T02:27:00.5485335Z [ 2022-11-23T02:27:00.5485572Z T=std::shared_ptr 2022-11-23T02:27:00.5485763Z ] 2022-11-23T02:27:00.5486192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.5486855Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.5487575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:27:00.5488287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5488682Z with 2022-11-23T02:27:00.5488841Z [ 2022-11-23T02:27:00.5489028Z T=std::shared_ptr 2022-11-23T02:27:00.5489219Z ] 2022-11-23T02:27:00.5490043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5490411Z with 2022-11-23T02:27:00.5490568Z [ 2022-11-23T02:27:00.5490761Z T=torch::jit::GraphExecutor 2022-11-23T02:27:00.5490936Z ] 2022-11-23T02:27:00.5491340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5491708Z with 2022-11-23T02:27:00.5491867Z [ 2022-11-23T02:27:00.5492059Z T=torch::jit::GraphExecutor 2022-11-23T02:27:00.5492232Z ] 2022-11-23T02:27:00.5492669Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5493117Z with 2022-11-23T02:27:00.5493272Z [ 2022-11-23T02:27:00.5493455Z T=torch::jit::GraphExecutor 2022-11-23T02:27:00.5493679Z ] 2022-11-23T02:27:00.5494129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5494564Z with 2022-11-23T02:27:00.5494718Z [ 2022-11-23T02:27:00.5494902Z T=torch::jit::GraphExecutor 2022-11-23T02:27:00.5495088Z ] 2022-11-23T02:27:00.5495509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5496161Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5496838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:27:00.5497501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5497943Z with 2022-11-23T02:27:00.5498097Z [ 2022-11-23T02:27:00.5498286Z T=torch::jit::GraphExecutor 2022-11-23T02:27:00.5498472Z ] 2022-11-23T02:27:00.5498905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5499259Z with 2022-11-23T02:27:00.5499514Z [ 2022-11-23T02:27:00.5499699Z T=torch::jit::Method 2022-11-23T02:27:00.5499875Z ] 2022-11-23T02:27:00.5500282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5500654Z with 2022-11-23T02:27:00.5500803Z [ 2022-11-23T02:27:00.5500981Z T=torch::jit::Method 2022-11-23T02:27:00.5501157Z ] 2022-11-23T02:27:00.5501595Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5501993Z with 2022-11-23T02:27:00.5502146Z [ 2022-11-23T02:27:00.5502361Z T=torch::jit::Method 2022-11-23T02:27:00.5502532Z ] 2022-11-23T02:27:00.5503001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5503434Z with 2022-11-23T02:27:00.5503591Z [ 2022-11-23T02:27:00.5503768Z T=torch::jit::Method 2022-11-23T02:27:00.5503930Z ] 2022-11-23T02:27:00.5504346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5505028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5505716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5506102Z with 2022-11-23T02:27:00.5506258Z [ 2022-11-23T02:27:00.5506437Z T=torch::jit::Method 2022-11-23T02:27:00.5506598Z ] 2022-11-23T02:27:00.5506894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5506961Z with 2022-11-23T02:27:00.5507023Z [ 2022-11-23T02:27:00.5507158Z T=std::vector> 2022-11-23T02:27:00.5507218Z ] 2022-11-23T02:27:00.5507531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5507595Z with 2022-11-23T02:27:00.5507655Z [ 2022-11-23T02:27:00.5507786Z T=std::vector> 2022-11-23T02:27:00.5507847Z ] 2022-11-23T02:27:00.5508195Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5508258Z with 2022-11-23T02:27:00.5508368Z [ 2022-11-23T02:27:00.5508489Z T=std::vector> 2022-11-23T02:27:00.5508550Z ] 2022-11-23T02:27:00.5508921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5508986Z with 2022-11-23T02:27:00.5509047Z [ 2022-11-23T02:27:00.5509178Z T=std::vector> 2022-11-23T02:27:00.5509240Z ] 2022-11-23T02:27:00.5509597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.5509954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.5510322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5510391Z with 2022-11-23T02:27:00.5510452Z [ 2022-11-23T02:27:00.5510623Z T=std::vector> 2022-11-23T02:27:00.5510687Z ] 2022-11-23T02:27:00.5510979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5511046Z with 2022-11-23T02:27:00.5511145Z [ 2022-11-23T02:27:00.5511240Z T=torch::jit::NamedValue 2022-11-23T02:27:00.5511290Z ] 2022-11-23T02:27:00.5511602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.5511667Z with 2022-11-23T02:27:00.5511727Z [ 2022-11-23T02:27:00.5511823Z T=torch::jit::NamedValue 2022-11-23T02:27:00.5511883Z ] 2022-11-23T02:27:00.5512232Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.5512296Z with 2022-11-23T02:27:00.5512355Z [ 2022-11-23T02:27:00.5512448Z T=torch::jit::NamedValue 2022-11-23T02:27:00.5512508Z ] 2022-11-23T02:27:00.5512878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.5512943Z with 2022-11-23T02:27:00.5513003Z [ 2022-11-23T02:27:00.5513095Z T=torch::jit::NamedValue 2022-11-23T02:27:00.5513156Z ] 2022-11-23T02:27:00.5513473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.5513821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/schema_matching.h(31): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.5514155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.5514258Z with 2022-11-23T02:27:00.5514317Z [ 2022-11-23T02:27:00.5514406Z T=torch::jit::NamedValue 2022-11-23T02:27:00.5514466Z ] 2022-11-23T02:27:00.6791553Z [2/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -Dcustom_ops_EXPORTS -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\custom_ops.dir\op.cpp.obj /FdCMakeFiles\custom_ops.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_operator\op.cpp 2022-11-23T02:27:00.6792102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:27:00.6792733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6792835Z with 2022-11-23T02:27:00.6792927Z [ 2022-11-23T02:27:00.6793042Z T=c10::SymInt 2022-11-23T02:27:00.6793132Z ] 2022-11-23T02:27:00.6793565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6793662Z with 2022-11-23T02:27:00.6793739Z [ 2022-11-23T02:27:00.6793855Z T=c10::SymInt 2022-11-23T02:27:00.6793943Z ] 2022-11-23T02:27:00.6794424Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6794521Z with 2022-11-23T02:27:00.6794617Z [ 2022-11-23T02:27:00.6794724Z T=c10::SymInt 2022-11-23T02:27:00.6794815Z ] 2022-11-23T02:27:00.6795362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6795459Z with 2022-11-23T02:27:00.6795548Z [ 2022-11-23T02:27:00.6795656Z T=c10::SymInt 2022-11-23T02:27:00.6795743Z ] 2022-11-23T02:27:00.6796218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6796652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6797100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6797199Z with 2022-11-23T02:27:00.6797292Z [ 2022-11-23T02:27:00.6797389Z T=c10::SymInt 2022-11-23T02:27:00.6797472Z ] 2022-11-23T02:27:00.6797866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:27:00.6798379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6798477Z with 2022-11-23T02:27:00.6798570Z [ 2022-11-23T02:27:00.6798682Z T=std::string 2022-11-23T02:27:00.6798772Z ] 2022-11-23T02:27:00.6799192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6799285Z with 2022-11-23T02:27:00.6799381Z [ 2022-11-23T02:27:00.6799488Z T=std::string 2022-11-23T02:27:00.6799588Z ] 2022-11-23T02:27:00.6800050Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6800150Z with 2022-11-23T02:27:00.6800236Z [ 2022-11-23T02:27:00.6800342Z T=std::string 2022-11-23T02:27:00.6800429Z ] 2022-11-23T02:27:00.6801008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6801101Z with 2022-11-23T02:27:00.6801190Z [ 2022-11-23T02:27:00.6801327Z T=std::string 2022-11-23T02:27:00.6801427Z ] 2022-11-23T02:27:00.6801947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6802390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6802849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6802952Z with 2022-11-23T02:27:00.6803040Z [ 2022-11-23T02:27:00.6803152Z T=std::string 2022-11-23T02:27:00.6803240Z ] 2022-11-23T02:27:00.6803638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6803728Z with 2022-11-23T02:27:00.6803817Z [ 2022-11-23T02:27:00.6803929Z T=c10::QualifiedName 2022-11-23T02:27:00.6804019Z ] 2022-11-23T02:27:00.6804443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6804534Z with 2022-11-23T02:27:00.6804593Z [ 2022-11-23T02:27:00.6804681Z T=c10::QualifiedName 2022-11-23T02:27:00.6804741Z ] 2022-11-23T02:27:00.6805095Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6805161Z with 2022-11-23T02:27:00.6805220Z [ 2022-11-23T02:27:00.6805307Z T=c10::QualifiedName 2022-11-23T02:27:00.6805366Z ] 2022-11-23T02:27:00.6805741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6805865Z with 2022-11-23T02:27:00.6805925Z [ 2022-11-23T02:27:00.6805999Z T=c10::QualifiedName 2022-11-23T02:27:00.6806060Z ] 2022-11-23T02:27:00.6806390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6806715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6807042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6807108Z with 2022-11-23T02:27:00.6807215Z [ 2022-11-23T02:27:00.6807307Z T=c10::QualifiedName 2022-11-23T02:27:00.6807368Z ] 2022-11-23T02:27:00.6807662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6807819Z with 2022-11-23T02:27:00.6807881Z [ 2022-11-23T02:27:00.6807964Z T=at::TensorBase 2022-11-23T02:27:00.6808028Z ] 2022-11-23T02:27:00.6808339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6808403Z with 2022-11-23T02:27:00.6808465Z [ 2022-11-23T02:27:00.6808534Z T=at::TensorBase 2022-11-23T02:27:00.6808595Z ] 2022-11-23T02:27:00.6808943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6809010Z with 2022-11-23T02:27:00.6809070Z [ 2022-11-23T02:27:00.6809151Z T=at::TensorBase 2022-11-23T02:27:00.6809211Z ] 2022-11-23T02:27:00.6809591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6809656Z with 2022-11-23T02:27:00.6809717Z [ 2022-11-23T02:27:00.6809797Z T=at::TensorBase 2022-11-23T02:27:00.6809856Z ] 2022-11-23T02:27:00.6810177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6810496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6810828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6810893Z with 2022-11-23T02:27:00.6810953Z [ 2022-11-23T02:27:00.6811022Z T=at::TensorBase 2022-11-23T02:27:00.6811424Z ] 2022-11-23T02:27:00.6811715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6811777Z with 2022-11-23T02:27:00.6811835Z [ 2022-11-23T02:27:00.6811960Z T=at::Tensor 2022-11-23T02:27:00.6812020Z ] 2022-11-23T02:27:00.6812332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6812395Z with 2022-11-23T02:27:00.6812458Z [ 2022-11-23T02:27:00.6812534Z T=at::Tensor 2022-11-23T02:27:00.6812593Z ] 2022-11-23T02:27:00.6812938Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6813006Z with 2022-11-23T02:27:00.6813105Z [ 2022-11-23T02:27:00.6813185Z T=at::Tensor 2022-11-23T02:27:00.6813234Z ] 2022-11-23T02:27:00.6813643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6813712Z with 2022-11-23T02:27:00.6813771Z [ 2022-11-23T02:27:00.6813847Z T=at::Tensor 2022-11-23T02:27:00.6813906Z ] 2022-11-23T02:27:00.6814261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6814575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6814901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6814967Z with 2022-11-23T02:27:00.6815027Z [ 2022-11-23T02:27:00.6815103Z T=at::Tensor 2022-11-23T02:27:00.6815162Z ] 2022-11-23T02:27:00.6815458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6815521Z with 2022-11-23T02:27:00.6815581Z [ 2022-11-23T02:27:00.6815664Z T=at::Generator 2022-11-23T02:27:00.6815712Z ] 2022-11-23T02:27:00.6816017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6816081Z with 2022-11-23T02:27:00.6816141Z [ 2022-11-23T02:27:00.6816219Z T=at::Generator 2022-11-23T02:27:00.6816282Z ] 2022-11-23T02:27:00.6816628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6816689Z with 2022-11-23T02:27:00.6816749Z [ 2022-11-23T02:27:00.6816828Z T=at::Generator 2022-11-23T02:27:00.6816892Z ] 2022-11-23T02:27:00.6817258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6817323Z with 2022-11-23T02:27:00.6817382Z [ 2022-11-23T02:27:00.6817461Z T=at::Generator 2022-11-23T02:27:00.6817508Z ] 2022-11-23T02:27:00.6817827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6818191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6818518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6818583Z with 2022-11-23T02:27:00.6818643Z [ 2022-11-23T02:27:00.6818721Z T=at::Generator 2022-11-23T02:27:00.6818781Z ] 2022-11-23T02:27:00.6819107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6819174Z with 2022-11-23T02:27:00.6819300Z [ 2022-11-23T02:27:00.6819478Z T=c10::Scalar 2022-11-23T02:27:00.6819543Z ] 2022-11-23T02:27:00.6819906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6819973Z with 2022-11-23T02:27:00.6820032Z [ 2022-11-23T02:27:00.6820107Z T=c10::Scalar 2022-11-23T02:27:00.6820155Z ] 2022-11-23T02:27:00.6820501Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6820564Z with 2022-11-23T02:27:00.6820622Z [ 2022-11-23T02:27:00.6820699Z T=c10::Scalar 2022-11-23T02:27:00.6820761Z ] 2022-11-23T02:27:00.6821130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6821193Z with 2022-11-23T02:27:00.6821252Z [ 2022-11-23T02:27:00.6821331Z T=c10::Scalar 2022-11-23T02:27:00.6821391Z ] 2022-11-23T02:27:00.6821702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6822011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6822336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6822404Z with 2022-11-23T02:27:00.6822462Z [ 2022-11-23T02:27:00.6822536Z T=c10::Scalar 2022-11-23T02:27:00.6822584Z ] 2022-11-23T02:27:00.6822879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6822943Z with 2022-11-23T02:27:00.6823002Z [ 2022-11-23T02:27:00.6823132Z T=std::shared_ptr 2022-11-23T02:27:00.6823193Z ] 2022-11-23T02:27:00.6823497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6823605Z with 2022-11-23T02:27:00.6823667Z [ 2022-11-23T02:27:00.6823795Z T=std::shared_ptr 2022-11-23T02:27:00.6823856Z ] 2022-11-23T02:27:00.6824204Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6824269Z with 2022-11-23T02:27:00.6824329Z [ 2022-11-23T02:27:00.6824456Z T=std::shared_ptr 2022-11-23T02:27:00.6824503Z ] 2022-11-23T02:27:00.6824918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6824983Z with 2022-11-23T02:27:00.6825042Z [ 2022-11-23T02:27:00.6825171Z T=std::shared_ptr 2022-11-23T02:27:00.6825230Z ] 2022-11-23T02:27:00.6825623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.6826022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.6826348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6826413Z with 2022-11-23T02:27:00.6826474Z [ 2022-11-23T02:27:00.6826602Z T=std::shared_ptr 2022-11-23T02:27:00.6826665Z ] 2022-11-23T02:27:00.6826955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6827022Z with 2022-11-23T02:27:00.6827082Z [ 2022-11-23T02:27:00.6827208Z T=std::weak_ptr 2022-11-23T02:27:00.6827268Z ] 2022-11-23T02:27:00.6827578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6827630Z with 2022-11-23T02:27:00.6827689Z [ 2022-11-23T02:27:00.6827812Z T=std::weak_ptr 2022-11-23T02:27:00.6827872Z ] 2022-11-23T02:27:00.6828215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6828280Z with 2022-11-23T02:27:00.6828340Z [ 2022-11-23T02:27:00.6828461Z T=std::weak_ptr 2022-11-23T02:27:00.6828523Z ] 2022-11-23T02:27:00.6828898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6828960Z with 2022-11-23T02:27:00.6829019Z [ 2022-11-23T02:27:00.6829139Z T=std::weak_ptr 2022-11-23T02:27:00.6829199Z ] 2022-11-23T02:27:00.6829544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.6829932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.6830260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6830325Z with 2022-11-23T02:27:00.6830384Z [ 2022-11-23T02:27:00.6830493Z T=std::weak_ptr 2022-11-23T02:27:00.6830593Z ] 2022-11-23T02:27:00.6830890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6830955Z with 2022-11-23T02:27:00.6831013Z [ 2022-11-23T02:27:00.6831204Z T=std::vector> 2022-11-23T02:27:00.6831269Z ] 2022-11-23T02:27:00.6831617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6831684Z with 2022-11-23T02:27:00.6831742Z [ 2022-11-23T02:27:00.6831894Z T=std::vector> 2022-11-23T02:27:00.6831953Z ] 2022-11-23T02:27:00.6832298Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6832365Z with 2022-11-23T02:27:00.6832424Z [ 2022-11-23T02:27:00.6832574Z T=std::vector> 2022-11-23T02:27:00.6832621Z ] 2022-11-23T02:27:00.6832990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6833053Z with 2022-11-23T02:27:00.6833112Z [ 2022-11-23T02:27:00.6833259Z T=std::vector> 2022-11-23T02:27:00.6833317Z ] 2022-11-23T02:27:00.6833685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.6834047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.6834380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6834445Z with 2022-11-23T02:27:00.6834504Z [ 2022-11-23T02:27:00.6834653Z T=std::vector> 2022-11-23T02:27:00.6834714Z ] 2022-11-23T02:27:00.6835005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6835069Z with 2022-11-23T02:27:00.6835174Z [ 2022-11-23T02:27:00.6835292Z T=std::vector> 2022-11-23T02:27:00.6835353Z ] 2022-11-23T02:27:00.6835658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6835722Z with 2022-11-23T02:27:00.6835771Z [ 2022-11-23T02:27:00.6835884Z T=std::vector> 2022-11-23T02:27:00.6835942Z ] 2022-11-23T02:27:00.6836285Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6836348Z with 2022-11-23T02:27:00.6836411Z [ 2022-11-23T02:27:00.6836564Z T=std::vector> 2022-11-23T02:27:00.6836629Z ] 2022-11-23T02:27:00.6837035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6837100Z with 2022-11-23T02:27:00.6837161Z [ 2022-11-23T02:27:00.6837324Z T=std::vector> 2022-11-23T02:27:00.6837386Z ] 2022-11-23T02:27:00.6837725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.6838061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.6838389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6838452Z with 2022-11-23T02:27:00.6838512Z [ 2022-11-23T02:27:00.6838617Z T=std::vector> 2022-11-23T02:27:00.6838681Z ] 2022-11-23T02:27:00.6838977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6839042Z with 2022-11-23T02:27:00.6839101Z [ 2022-11-23T02:27:00.6839265Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.6839325Z ] 2022-11-23T02:27:00.6839638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6839706Z with 2022-11-23T02:27:00.6839766Z [ 2022-11-23T02:27:00.6839925Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.6839984Z ] 2022-11-23T02:27:00.6840329Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6840393Z with 2022-11-23T02:27:00.6840456Z [ 2022-11-23T02:27:00.6840618Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.6840677Z ] 2022-11-23T02:27:00.6841035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6841637Z with 2022-11-23T02:27:00.6841699Z [ 2022-11-23T02:27:00.6841862Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.6841924Z ] 2022-11-23T02:27:00.6842309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:27:00.6842736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:27:00.6843060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:27:00.6843486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6843554Z with 2022-11-23T02:27:00.6843615Z [ 2022-11-23T02:27:00.6843780Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.6843843Z ] 2022-11-23T02:27:00.6844144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6844207Z with 2022-11-23T02:27:00.6844268Z [ 2022-11-23T02:27:00.6844425Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.6844487Z ] 2022-11-23T02:27:00.6844797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6844860Z with 2022-11-23T02:27:00.6844923Z [ 2022-11-23T02:27:00.6845079Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.6845125Z ] 2022-11-23T02:27:00.6845477Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6845541Z with 2022-11-23T02:27:00.6845603Z [ 2022-11-23T02:27:00.6845756Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.6845819Z ] 2022-11-23T02:27:00.6846189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6846257Z with 2022-11-23T02:27:00.6846315Z [ 2022-11-23T02:27:00.6846468Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.6846527Z ] 2022-11-23T02:27:00.6846893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:27:00.6847259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:27:00.6847617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:27:00.6847944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6848007Z with 2022-11-23T02:27:00.6848067Z [ 2022-11-23T02:27:00.6848222Z T=std::vector,std::allocator>> 2022-11-23T02:27:00.6848284Z ] 2022-11-23T02:27:00.6848580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6848692Z with 2022-11-23T02:27:00.6848742Z [ 2022-11-23T02:27:00.6848868Z T=std::vector> 2022-11-23T02:27:00.6848929Z ] 2022-11-23T02:27:00.6849328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6849396Z with 2022-11-23T02:27:00.6849456Z [ 2022-11-23T02:27:00.6849577Z T=std::vector> 2022-11-23T02:27:00.6849641Z ] 2022-11-23T02:27:00.6849990Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6850056Z with 2022-11-23T02:27:00.6850115Z [ 2022-11-23T02:27:00.6850233Z T=std::vector> 2022-11-23T02:27:00.6850295Z ] 2022-11-23T02:27:00.6850666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6850731Z with 2022-11-23T02:27:00.6850789Z [ 2022-11-23T02:27:00.6850894Z T=std::vector> 2022-11-23T02:27:00.6850953Z ] 2022-11-23T02:27:00.6851290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.6851628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.6851958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6852021Z with 2022-11-23T02:27:00.6852082Z [ 2022-11-23T02:27:00.6852202Z T=std::vector> 2022-11-23T02:27:00.6852262Z ] 2022-11-23T02:27:00.6852555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6852620Z with 2022-11-23T02:27:00.6852679Z [ 2022-11-23T02:27:00.6852828Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:00.6852936Z ] 2022-11-23T02:27:00.6853247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6853311Z with 2022-11-23T02:27:00.6853371Z [ 2022-11-23T02:27:00.6853520Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:00.6853580Z ] 2022-11-23T02:27:00.6853914Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6853979Z with 2022-11-23T02:27:00.6854039Z [ 2022-11-23T02:27:00.6854186Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:00.6854246Z ] 2022-11-23T02:27:00.6854661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6854732Z with 2022-11-23T02:27:00.6854792Z [ 2022-11-23T02:27:00.6854978Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:00.6855038Z ] 2022-11-23T02:27:00.6855446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.6855834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.6856205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:27:00.6856534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6856599Z with 2022-11-23T02:27:00.6856659Z [ 2022-11-23T02:27:00.6856805Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:00.6856864Z ] 2022-11-23T02:27:00.6857158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6857221Z with 2022-11-23T02:27:00.6857284Z [ 2022-11-23T02:27:00.6857419Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:00.6857479Z ] 2022-11-23T02:27:00.6857784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6857851Z with 2022-11-23T02:27:00.6857910Z [ 2022-11-23T02:27:00.6858058Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:00.6858116Z ] 2022-11-23T02:27:00.6858459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6858521Z with 2022-11-23T02:27:00.6858581Z [ 2022-11-23T02:27:00.6858773Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:00.6858832Z ] 2022-11-23T02:27:00.6859206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6859272Z with 2022-11-23T02:27:00.6859332Z [ 2022-11-23T02:27:00.6859542Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:00.6859591Z ] 2022-11-23T02:27:00.6859962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.6860347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.6860823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:27:00.6861155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6861250Z with 2022-11-23T02:27:00.6861313Z [ 2022-11-23T02:27:00.6861457Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:00.6861518Z ] 2022-11-23T02:27:00.6861814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6861880Z with 2022-11-23T02:27:00.6861940Z [ 2022-11-23T02:27:00.6862043Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.6862106Z ] 2022-11-23T02:27:00.6862416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6862481Z with 2022-11-23T02:27:00.6862543Z [ 2022-11-23T02:27:00.6862643Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.6862703Z ] 2022-11-23T02:27:00.6863050Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6863112Z with 2022-11-23T02:27:00.6863161Z [ 2022-11-23T02:27:00.6863260Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.6863322Z ] 2022-11-23T02:27:00.6863694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6863788Z with 2022-11-23T02:27:00.6863857Z [ 2022-11-23T02:27:00.6863960Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.6864020Z ] 2022-11-23T02:27:00.6864351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6864670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6864784Z with 2022-11-23T02:27:00.6864844Z [ 2022-11-23T02:27:00.6864946Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.6865005Z ] 2022-11-23T02:27:00.6865372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:27:00.6865696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6865760Z with 2022-11-23T02:27:00.6865807Z [ 2022-11-23T02:27:00.6865908Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:00.6865968Z ] 2022-11-23T02:27:00.6866260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6866326Z with 2022-11-23T02:27:00.6866386Z [ 2022-11-23T02:27:00.6866573Z T=std::vector> 2022-11-23T02:27:00.6866754Z ] 2022-11-23T02:27:00.6867069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6867133Z with 2022-11-23T02:27:00.6867191Z [ 2022-11-23T02:27:00.6867413Z T=std::vector> 2022-11-23T02:27:00.6867475Z ] 2022-11-23T02:27:00.6867824Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6867894Z with 2022-11-23T02:27:00.6867953Z [ 2022-11-23T02:27:00.6868134Z T=std::vector> 2022-11-23T02:27:00.6868183Z ] 2022-11-23T02:27:00.6868552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6868617Z with 2022-11-23T02:27:00.6868676Z [ 2022-11-23T02:27:00.6868858Z T=std::vector> 2022-11-23T02:27:00.6868918Z ] 2022-11-23T02:27:00.6869321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.6869725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.6870051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6870116Z with 2022-11-23T02:27:00.6870179Z [ 2022-11-23T02:27:00.6870359Z T=std::vector> 2022-11-23T02:27:00.6870469Z ] 2022-11-23T02:27:00.6870763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6870828Z with 2022-11-23T02:27:00.6870886Z [ 2022-11-23T02:27:00.6870970Z T=c10::DimVector 2022-11-23T02:27:00.6871030Z ] 2022-11-23T02:27:00.6871338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6871404Z with 2022-11-23T02:27:00.6871463Z [ 2022-11-23T02:27:00.6871530Z T=c10::DimVector 2022-11-23T02:27:00.6871589Z ] 2022-11-23T02:27:00.6871934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6872001Z with 2022-11-23T02:27:00.6872060Z [ 2022-11-23T02:27:00.6872137Z T=c10::DimVector 2022-11-23T02:27:00.6872197Z ] 2022-11-23T02:27:00.6873038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6873116Z with 2022-11-23T02:27:00.6873180Z [ 2022-11-23T02:27:00.6873303Z T=c10::DimVector 2022-11-23T02:27:00.6873365Z ] 2022-11-23T02:27:00.6873684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6874005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6874334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6874398Z with 2022-11-23T02:27:00.6874460Z [ 2022-11-23T02:27:00.6874528Z T=c10::DimVector 2022-11-23T02:27:00.6874589Z ] 2022-11-23T02:27:00.6874884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6874947Z with 2022-11-23T02:27:00.6875007Z [ 2022-11-23T02:27:00.6875102Z T=torch::autograd::ViewInfo 2022-11-23T02:27:00.6875171Z ] 2022-11-23T02:27:00.6875475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6875538Z with 2022-11-23T02:27:00.6875597Z [ 2022-11-23T02:27:00.6875691Z T=torch::autograd::ViewInfo 2022-11-23T02:27:00.6875753Z ] 2022-11-23T02:27:00.6876098Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6876162Z with 2022-11-23T02:27:00.6876223Z [ 2022-11-23T02:27:00.6876304Z T=torch::autograd::ViewInfo 2022-11-23T02:27:00.6876366Z ] 2022-11-23T02:27:00.6876737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6876853Z with 2022-11-23T02:27:00.6876911Z [ 2022-11-23T02:27:00.6877004Z T=torch::autograd::ViewInfo 2022-11-23T02:27:00.6877063Z ] 2022-11-23T02:27:00.6877390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6877731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6878054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6878120Z with 2022-11-23T02:27:00.6878181Z [ 2022-11-23T02:27:00.6878277Z T=torch::autograd::ViewInfo 2022-11-23T02:27:00.6878337Z ] 2022-11-23T02:27:00.6878716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6878784Z with 2022-11-23T02:27:00.6878845Z [ 2022-11-23T02:27:00.6878976Z T=std::vector> 2022-11-23T02:27:00.6879031Z ] 2022-11-23T02:27:00.6879373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6879437Z with 2022-11-23T02:27:00.6879496Z [ 2022-11-23T02:27:00.6879628Z T=std::vector> 2022-11-23T02:27:00.6879690Z ] 2022-11-23T02:27:00.6880038Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6880104Z with 2022-11-23T02:27:00.6880163Z [ 2022-11-23T02:27:00.6880290Z T=std::vector> 2022-11-23T02:27:00.6880349Z ] 2022-11-23T02:27:00.6880717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6880783Z with 2022-11-23T02:27:00.6880841Z [ 2022-11-23T02:27:00.6880969Z T=std::vector> 2022-11-23T02:27:00.6881032Z ] 2022-11-23T02:27:00.6881367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.6881418Z with 2022-11-23T02:27:00.6881480Z [ 2022-11-23T02:27:00.6881556Z T=c10::SymInt 2022-11-23T02:27:00.6881615Z ] 2022-11-23T02:27:00.6881941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.6882006Z with 2022-11-23T02:27:00.6882065Z [ 2022-11-23T02:27:00.6882141Z T=c10::SymInt 2022-11-23T02:27:00.6882200Z ] 2022-11-23T02:27:00.6882555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:27:00.6883014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:27:00.6883343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6883410Z with 2022-11-23T02:27:00.6883469Z [ 2022-11-23T02:27:00.6883599Z T=std::vector> 2022-11-23T02:27:00.6883659Z ] 2022-11-23T02:27:00.6883956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6884021Z with 2022-11-23T02:27:00.6884070Z [ 2022-11-23T02:27:00.6884149Z T=c10::IValue 2022-11-23T02:27:00.6884208Z ] 2022-11-23T02:27:00.6884608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6884674Z with 2022-11-23T02:27:00.6884734Z [ 2022-11-23T02:27:00.6884812Z T=c10::IValue 2022-11-23T02:27:00.6884912Z ] 2022-11-23T02:27:00.6885259Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6885324Z with 2022-11-23T02:27:00.6885382Z [ 2022-11-23T02:27:00.6885457Z T=c10::IValue 2022-11-23T02:27:00.6885515Z ] 2022-11-23T02:27:00.6885886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6885948Z with 2022-11-23T02:27:00.6885995Z [ 2022-11-23T02:27:00.6886068Z T=c10::IValue 2022-11-23T02:27:00.6886127Z ] 2022-11-23T02:27:00.6886434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6886752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6887082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6887146Z with 2022-11-23T02:27:00.6887209Z [ 2022-11-23T02:27:00.6887287Z T=c10::IValue 2022-11-23T02:27:00.6887346Z ] 2022-11-23T02:27:00.6887637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6887699Z with 2022-11-23T02:27:00.6887761Z [ 2022-11-23T02:27:00.6887841Z T=c10::AliasInfo 2022-11-23T02:27:00.6887899Z ] 2022-11-23T02:27:00.6888206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6888315Z with 2022-11-23T02:27:00.6888364Z [ 2022-11-23T02:27:00.6888444Z T=c10::AliasInfo 2022-11-23T02:27:00.6888502Z ] 2022-11-23T02:27:00.6888851Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6888916Z with 2022-11-23T02:27:00.6888976Z [ 2022-11-23T02:27:00.6889053Z T=c10::AliasInfo 2022-11-23T02:27:00.6889113Z ] 2022-11-23T02:27:00.6889486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6889551Z with 2022-11-23T02:27:00.6889611Z [ 2022-11-23T02:27:00.6889690Z T=c10::AliasInfo 2022-11-23T02:27:00.6889750Z ] 2022-11-23T02:27:00.6890109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6890465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6890832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6890901Z with 2022-11-23T02:27:00.6890949Z [ 2022-11-23T02:27:00.6891029Z T=c10::AliasInfo 2022-11-23T02:27:00.6891094Z ] 2022-11-23T02:27:00.6891387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6891452Z with 2022-11-23T02:27:00.6891511Z [ 2022-11-23T02:27:00.6891615Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:00.6891677Z ] 2022-11-23T02:27:00.6891981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6892046Z with 2022-11-23T02:27:00.6892105Z [ 2022-11-23T02:27:00.6892203Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:00.6892263Z ] 2022-11-23T02:27:00.6892605Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6892673Z with 2022-11-23T02:27:00.6892719Z [ 2022-11-23T02:27:00.6892819Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:00.6892878Z ] 2022-11-23T02:27:00.6893250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6893313Z with 2022-11-23T02:27:00.6893372Z [ 2022-11-23T02:27:00.6893471Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:00.6893531Z ] 2022-11-23T02:27:00.6893863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6894264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6894595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6894660Z with 2022-11-23T02:27:00.6894721Z [ 2022-11-23T02:27:00.6894818Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:00.6894880Z ] 2022-11-23T02:27:00.6895175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6895240Z with 2022-11-23T02:27:00.6895299Z [ 2022-11-23T02:27:00.6895428Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:00.6895490Z ] 2022-11-23T02:27:00.6895798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6895862Z with 2022-11-23T02:27:00.6895964Z [ 2022-11-23T02:27:00.6896141Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:00.6896204Z ] 2022-11-23T02:27:00.6896589Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6896653Z with 2022-11-23T02:27:00.6896714Z [ 2022-11-23T02:27:00.6896850Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:00.6896913Z ] 2022-11-23T02:27:00.6897278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6897341Z with 2022-11-23T02:27:00.6897401Z [ 2022-11-23T02:27:00.6897538Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:00.6897586Z ] 2022-11-23T02:27:00.6897949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6898337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6898668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6898734Z with 2022-11-23T02:27:00.6898793Z [ 2022-11-23T02:27:00.6898931Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:00.6898993Z ] 2022-11-23T02:27:00.6899301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:27:00.6899615Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:27:00.6899914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6900029Z with 2022-11-23T02:27:00.6900090Z [ 2022-11-23T02:27:00.6900178Z T=at::StepCallbacks 2022-11-23T02:27:00.6900287Z ] 2022-11-23T02:27:00.6900600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6900665Z with 2022-11-23T02:27:00.6900724Z [ 2022-11-23T02:27:00.6900809Z T=at::StepCallbacks 2022-11-23T02:27:00.6900856Z ] 2022-11-23T02:27:00.6901203Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6901268Z with 2022-11-23T02:27:00.6901329Z [ 2022-11-23T02:27:00.6901413Z T=at::StepCallbacks 2022-11-23T02:27:00.6901472Z ] 2022-11-23T02:27:00.6901932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6901998Z with 2022-11-23T02:27:00.6902059Z [ 2022-11-23T02:27:00.6902145Z T=at::StepCallbacks 2022-11-23T02:27:00.6902208Z ] 2022-11-23T02:27:00.6902575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6902918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(672): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6903248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6903311Z with 2022-11-23T02:27:00.6903370Z [ 2022-11-23T02:27:00.6903459Z T=at::StepCallbacks 2022-11-23T02:27:00.6903520Z ] 2022-11-23T02:27:00.6903803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6903872Z with 2022-11-23T02:27:00.6903935Z [ 2022-11-23T02:27:00.6904072Z T=c10::either 2022-11-23T02:27:00.6904133Z ] 2022-11-23T02:27:00.6904441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6904508Z with 2022-11-23T02:27:00.6904570Z [ 2022-11-23T02:27:00.6904705Z T=c10::either 2022-11-23T02:27:00.6904766Z ] 2022-11-23T02:27:00.6905110Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6905176Z with 2022-11-23T02:27:00.6905235Z [ 2022-11-23T02:27:00.6905368Z T=c10::either 2022-11-23T02:27:00.6905428Z ] 2022-11-23T02:27:00.6905798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6905908Z with 2022-11-23T02:27:00.6905956Z [ 2022-11-23T02:27:00.6906087Z T=c10::either 2022-11-23T02:27:00.6906147Z ] 2022-11-23T02:27:00.6906508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.6906893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.6907221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6907285Z with 2022-11-23T02:27:00.6907347Z [ 2022-11-23T02:27:00.6907480Z T=c10::either 2022-11-23T02:27:00.6907541Z ] 2022-11-23T02:27:00.6907918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6907986Z with 2022-11-23T02:27:00.6908045Z [ 2022-11-23T02:27:00.6908137Z T=torch::jit::Operator 2022-11-23T02:27:00.6908234Z ] 2022-11-23T02:27:00.6908547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6908610Z with 2022-11-23T02:27:00.6908677Z [ 2022-11-23T02:27:00.6908756Z T=torch::jit::Operator 2022-11-23T02:27:00.6908816Z ] 2022-11-23T02:27:00.6909164Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6909230Z with 2022-11-23T02:27:00.6909290Z [ 2022-11-23T02:27:00.6909379Z T=torch::jit::Operator 2022-11-23T02:27:00.6909441Z ] 2022-11-23T02:27:00.6909813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6909877Z with 2022-11-23T02:27:00.6909937Z [ 2022-11-23T02:27:00.6910024Z T=torch::jit::Operator 2022-11-23T02:27:00.6910085Z ] 2022-11-23T02:27:00.6910410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6910754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/custom_operator.h(23): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6911078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6911140Z with 2022-11-23T02:27:00.6911200Z [ 2022-11-23T02:27:00.6911291Z T=torch::jit::Operator 2022-11-23T02:27:00.6911341Z ] 2022-11-23T02:27:00.6911632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6911742Z with 2022-11-23T02:27:00.6911801Z [ 2022-11-23T02:27:00.6911915Z T=std::tuple 2022-11-23T02:27:00.6911977Z ] 2022-11-23T02:27:00.6912285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6912347Z with 2022-11-23T02:27:00.6912409Z [ 2022-11-23T02:27:00.6912525Z T=std::tuple 2022-11-23T02:27:00.6912584Z ] 2022-11-23T02:27:00.6912933Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6913000Z with 2022-11-23T02:27:00.6913060Z [ 2022-11-23T02:27:00.6913171Z T=std::tuple 2022-11-23T02:27:00.6913218Z ] 2022-11-23T02:27:00.6913684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6913751Z with 2022-11-23T02:27:00.6913809Z [ 2022-11-23T02:27:00.6913922Z T=std::tuple 2022-11-23T02:27:00.6913982Z ] 2022-11-23T02:27:00.6914365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.6914723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.6915054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6915117Z with 2022-11-23T02:27:00.6915177Z [ 2022-11-23T02:27:00.6915290Z T=std::tuple 2022-11-23T02:27:00.6915349Z ] 2022-11-23T02:27:00.6915645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6915707Z with 2022-11-23T02:27:00.6915766Z [ 2022-11-23T02:27:00.6915861Z T=torch::jit::SourceRange 2022-11-23T02:27:00.6915922Z ] 2022-11-23T02:27:00.6916229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6916279Z with 2022-11-23T02:27:00.6916338Z [ 2022-11-23T02:27:00.6916432Z T=torch::jit::SourceRange 2022-11-23T02:27:00.6916493Z ] 2022-11-23T02:27:00.6916842Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6916907Z with 2022-11-23T02:27:00.6916967Z [ 2022-11-23T02:27:00.6917058Z T=torch::jit::SourceRange 2022-11-23T02:27:00.6917118Z ] 2022-11-23T02:27:00.6917484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6917593Z with 2022-11-23T02:27:00.6917653Z [ 2022-11-23T02:27:00.6917744Z T=torch::jit::SourceRange 2022-11-23T02:27:00.6917802Z ] 2022-11-23T02:27:00.6918130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6918479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6918808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6918875Z with 2022-11-23T02:27:00.6918923Z [ 2022-11-23T02:27:00.6919019Z T=torch::jit::SourceRange 2022-11-23T02:27:00.6919078Z ] 2022-11-23T02:27:00.6919412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6919523Z with 2022-11-23T02:27:00.6919586Z [ 2022-11-23T02:27:00.6919701Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:00.6919762Z ] 2022-11-23T02:27:00.6920107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6920173Z with 2022-11-23T02:27:00.6920235Z [ 2022-11-23T02:27:00.6920348Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:00.6920409Z ] 2022-11-23T02:27:00.6920750Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6920816Z with 2022-11-23T02:27:00.6920866Z [ 2022-11-23T02:27:00.6920975Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:00.6921034Z ] 2022-11-23T02:27:00.6921401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6921464Z with 2022-11-23T02:27:00.6921524Z [ 2022-11-23T02:27:00.6921634Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:00.6921700Z ] 2022-11-23T02:27:00.6922047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6922394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6922721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6922785Z with 2022-11-23T02:27:00.6922847Z [ 2022-11-23T02:27:00.6922954Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:00.6923017Z ] 2022-11-23T02:27:00.6923366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6923429Z with 2022-11-23T02:27:00.6923489Z [ 2022-11-23T02:27:00.6923585Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:00.6923645Z ] 2022-11-23T02:27:00.6923957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6924018Z with 2022-11-23T02:27:00.6924077Z [ 2022-11-23T02:27:00.6924186Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:00.6924247Z ] 2022-11-23T02:27:00.6924594Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6924660Z with 2022-11-23T02:27:00.6924721Z [ 2022-11-23T02:27:00.6924826Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:00.6924886Z ] 2022-11-23T02:27:00.6925300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6925368Z with 2022-11-23T02:27:00.6925429Z [ 2022-11-23T02:27:00.6925562Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:00.6925624Z ] 2022-11-23T02:27:00.6925964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6926335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6926670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6926733Z with 2022-11-23T02:27:00.6926793Z [ 2022-11-23T02:27:00.6926902Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:00.6926963Z ] 2022-11-23T02:27:00.6927256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6927320Z with 2022-11-23T02:27:00.6927379Z [ 2022-11-23T02:27:00.6927468Z T=torch::jit::ScopePtr 2022-11-23T02:27:00.6927529Z ] 2022-11-23T02:27:00.6927835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6927898Z with 2022-11-23T02:27:00.6927959Z [ 2022-11-23T02:27:00.6928052Z T=torch::jit::ScopePtr 2022-11-23T02:27:00.6928101Z ] 2022-11-23T02:27:00.6928451Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6928514Z with 2022-11-23T02:27:00.6928573Z [ 2022-11-23T02:27:00.6928660Z T=torch::jit::ScopePtr 2022-11-23T02:27:00.6928718Z ] 2022-11-23T02:27:00.6929088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6929195Z with 2022-11-23T02:27:00.6929255Z [ 2022-11-23T02:27:00.6929341Z T=torch::jit::ScopePtr 2022-11-23T02:27:00.6929401Z ] 2022-11-23T02:27:00.6929729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6930056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6930380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6930449Z with 2022-11-23T02:27:00.6930508Z [ 2022-11-23T02:27:00.6930595Z T=torch::jit::ScopePtr 2022-11-23T02:27:00.6930643Z ] 2022-11-23T02:27:00.6930974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6931040Z with 2022-11-23T02:27:00.6931100Z [ 2022-11-23T02:27:00.6931189Z T=at::ThreadLocalState 2022-11-23T02:27:00.6931248Z ] 2022-11-23T02:27:00.6931593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6931658Z with 2022-11-23T02:27:00.6931717Z [ 2022-11-23T02:27:00.6931807Z T=at::ThreadLocalState 2022-11-23T02:27:00.6931871Z ] 2022-11-23T02:27:00.6932254Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6932318Z with 2022-11-23T02:27:00.6932377Z [ 2022-11-23T02:27:00.6932469Z T=at::ThreadLocalState 2022-11-23T02:27:00.6932516Z ] 2022-11-23T02:27:00.6932882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6932945Z with 2022-11-23T02:27:00.6933004Z [ 2022-11-23T02:27:00.6933092Z T=at::ThreadLocalState 2022-11-23T02:27:00.6933151Z ] 2022-11-23T02:27:00.6933478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6933823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6934160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6934226Z with 2022-11-23T02:27:00.6934285Z [ 2022-11-23T02:27:00.6934375Z T=at::ThreadLocalState 2022-11-23T02:27:00.6934436Z ] 2022-11-23T02:27:00.6934729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6935262Z with 2022-11-23T02:27:00.6935322Z [ 2022-11-23T02:27:00.6935441Z T=std::shared_ptr 2022-11-23T02:27:00.6935500Z ] 2022-11-23T02:27:00.6935800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6935866Z with 2022-11-23T02:27:00.6935926Z [ 2022-11-23T02:27:00.6936034Z T=std::shared_ptr 2022-11-23T02:27:00.6936093Z ] 2022-11-23T02:27:00.6936442Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6936507Z with 2022-11-23T02:27:00.6936568Z [ 2022-11-23T02:27:00.6936675Z T=std::shared_ptr 2022-11-23T02:27:00.6936735Z ] 2022-11-23T02:27:00.6937156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6937220Z with 2022-11-23T02:27:00.6937280Z [ 2022-11-23T02:27:00.6937386Z T=std::shared_ptr 2022-11-23T02:27:00.6937445Z ] 2022-11-23T02:27:00.6937826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:00.6938198Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:00.6938566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:27:00.6938901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6938965Z with 2022-11-23T02:27:00.6939013Z [ 2022-11-23T02:27:00.6939122Z T=std::shared_ptr 2022-11-23T02:27:00.6939182Z ] 2022-11-23T02:27:00.6939537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6939607Z with 2022-11-23T02:27:00.6939670Z [ 2022-11-23T02:27:00.6939769Z T=torch::jit::GraphExecutor 2022-11-23T02:27:00.6939829Z ] 2022-11-23T02:27:00.6940140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6940204Z with 2022-11-23T02:27:00.6940386Z [ 2022-11-23T02:27:00.6940532Z T=torch::jit::GraphExecutor 2022-11-23T02:27:00.6940625Z ] 2022-11-23T02:27:00.6940973Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6941035Z with 2022-11-23T02:27:00.6941084Z [ 2022-11-23T02:27:00.6941231Z T=torch::jit::GraphExecutor 2022-11-23T02:27:00.6941293Z ] 2022-11-23T02:27:00.6941665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6941730Z with 2022-11-23T02:27:00.6941790Z [ 2022-11-23T02:27:00.6941885Z T=torch::jit::GraphExecutor 2022-11-23T02:27:00.6941944Z ] 2022-11-23T02:27:00.6942279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6942602Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6942955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:27:00.6943323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6943387Z with 2022-11-23T02:27:00.6943486Z [ 2022-11-23T02:27:00.6943587Z T=torch::jit::GraphExecutor 2022-11-23T02:27:00.6943647Z ] 2022-11-23T02:27:00.6943945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6944016Z with 2022-11-23T02:27:00.6944112Z [ 2022-11-23T02:27:00.6944188Z T=torch::jit::Method 2022-11-23T02:27:00.6944247Z ] 2022-11-23T02:27:00.6944561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6944625Z with 2022-11-23T02:27:00.6944688Z [ 2022-11-23T02:27:00.6944771Z T=torch::jit::Method 2022-11-23T02:27:00.6944834Z ] 2022-11-23T02:27:00.6945178Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6945240Z with 2022-11-23T02:27:00.6945299Z [ 2022-11-23T02:27:00.6945382Z T=torch::jit::Method 2022-11-23T02:27:00.6945442Z ] 2022-11-23T02:27:00.6945814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6945876Z with 2022-11-23T02:27:00.6945936Z [ 2022-11-23T02:27:00.6946019Z T=torch::jit::Method 2022-11-23T02:27:00.6946079Z ] 2022-11-23T02:27:00.6946401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6946719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6947043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6947150Z with 2022-11-23T02:27:00.6947197Z [ 2022-11-23T02:27:00.6947282Z T=torch::jit::Method 2022-11-23T02:27:00.6947343Z ] 2022-11-23T02:27:00.6947639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6947702Z with 2022-11-23T02:27:00.6947760Z [ 2022-11-23T02:27:00.6947893Z T=std::vector> 2022-11-23T02:27:00.6947952Z ] 2022-11-23T02:27:00.6948258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6948324Z with 2022-11-23T02:27:00.6948382Z [ 2022-11-23T02:27:00.6948514Z T=std::vector> 2022-11-23T02:27:00.6948573Z ] 2022-11-23T02:27:00.6948960Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6949025Z with 2022-11-23T02:27:00.6949085Z [ 2022-11-23T02:27:00.6949203Z T=std::vector> 2022-11-23T02:27:00.6949264Z ] 2022-11-23T02:27:00.6949680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6949747Z with 2022-11-23T02:27:00.6949811Z [ 2022-11-23T02:27:00.6949983Z T=std::vector> 2022-11-23T02:27:00.6950046Z ] 2022-11-23T02:27:00.6950407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:00.6950763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:00.6951092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6951156Z with 2022-11-23T02:27:00.6951219Z [ 2022-11-23T02:27:00.6951350Z T=std::vector> 2022-11-23T02:27:00.6951411Z ] 2022-11-23T02:27:00.6951710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6951774Z with 2022-11-23T02:27:00.6951833Z [ 2022-11-23T02:27:00.6951927Z T=torch::jit::NamedValue 2022-11-23T02:27:00.6951987Z ] 2022-11-23T02:27:00.6952281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:00.6952346Z with 2022-11-23T02:27:00.6952406Z [ 2022-11-23T02:27:00.6952498Z T=torch::jit::NamedValue 2022-11-23T02:27:00.6952557Z ] 2022-11-23T02:27:00.6952904Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:00.6953024Z with 2022-11-23T02:27:00.6953084Z [ 2022-11-23T02:27:00.6953175Z T=torch::jit::NamedValue 2022-11-23T02:27:00.6953235Z ] 2022-11-23T02:27:00.6953664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:00.6953733Z with 2022-11-23T02:27:00.6953792Z [ 2022-11-23T02:27:00.6953883Z T=torch::jit::NamedValue 2022-11-23T02:27:00.6953942Z ] 2022-11-23T02:27:00.6954254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:00.6954617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/schema_matching.h(31): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:00.6955001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:00.6955055Z with 2022-11-23T02:27:00.6955115Z [ 2022-11-23T02:27:00.6955205Z T=torch::jit::NamedValue 2022-11-23T02:27:00.6955267Z ] 2022-11-23T02:27:00.8516410Z [3/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_dll --intdir=CMakeFiles\custom_ops.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\custom_ops.dir\op.cpp.obj /out:custom_ops.dll /implib:custom_ops.lib /pdb:custom_ops.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO -LIBPATH:\lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\caffe2_nvrtc.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudnn.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T02:27:01.0063900Z [4/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\test_custom_ops.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\test_custom_ops.dir\test_custom_ops.cpp.obj /out:test_custom_ops.exe /implib:test_custom_ops.lib /pdb:test_custom_ops.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console -LIBPATH:\lib custom_ops.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudnn.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\caffe2_nvrtc.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T02:27:01.0081714Z "Ninja succeeded for custom_operator test." 2022-11-23T02:27:02.7805905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:02.7806677Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:03.0610407Z 2022-11-23T02:27:03.0610768Z Running tests... 2022-11-23T02:27:03.0611109Z ---------------------------------------------------------------------- 2022-11-23T02:27:03.0611522Z Test results will be stored in test-reports\python-unittest\test_custom_ops 2022-11-23T02:27:03.0652415Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.004s) 2022-11-23T02:27:03.1305785Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.065s) 2022-11-23T02:27:03.1315329Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-11-23T02:27:03.1344931Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\engine.cpp:1127.) 2022-11-23T02:27:03.1345935Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:27:03.1360227Z ok (0.004s) 2022-11-23T02:27:03.1371481Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-11-23T02:27:03.1377558Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.001s) 2022-11-23T02:27:03.1549983Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.017s) 2022-11-23T02:27:03.1550235Z 2022-11-23T02:27:03.1550391Z ---------------------------------------------------------------------- 2022-11-23T02:27:03.1550644Z Ran 7 tests in 0.094s 2022-11-23T02:27:03.1550760Z 2022-11-23T02:27:03.1550818Z OK 2022-11-23T02:27:03.1550911Z 2022-11-23T02:27:03.1551009Z Generating XML reports... 2022-11-23T02:27:03.1614691Z Generated XML report: test-reports\python-unittest\test_custom_ops\TEST-TestCustomOperators-20221123022703.xml 2022-11-23T02:27:05.4432335Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_backend.bat 2022-11-23T02:27:05.4609567Z 2022-11-23T02:27:05.4610203Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T02:27:05.4620532Z 2022-11-23T02:27:05.4620865Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T02:27:05.4621335Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:27:05.4621605Z exit /b 0 2022-11-23T02:27:05.4621765Z ) 2022-11-23T02:27:05.9044162Z "Executing CMake for custom_backend test..." 2022-11-23T02:27:06.1408798Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T02:27:06.3173692Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T02:27:06.3431713Z -- Detecting C compiler ABI info 2022-11-23T02:27:06.6543657Z -- Detecting C compiler ABI info - done 2022-11-23T02:27:06.6567287Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-11-23T02:27:06.6573316Z -- Detecting C compile features 2022-11-23T02:27:06.6582677Z -- Detecting C compile features - done 2022-11-23T02:27:06.6673364Z -- Detecting CXX compiler ABI info 2022-11-23T02:27:06.9578289Z -- Detecting CXX compiler ABI info - done 2022-11-23T02:27:06.9602056Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-11-23T02:27:06.9606710Z -- Detecting CXX compile features 2022-11-23T02:27:06.9614682Z -- Detecting CXX compile features - done 2022-11-23T02:27:06.9758767Z -- Looking for pthread.h 2022-11-23T02:27:07.0553099Z -- Looking for pthread.h - not found 2022-11-23T02:27:07.0568904Z -- Found Threads: TRUE 2022-11-23T02:27:07.1273289Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 (found version "11.7") 2022-11-23T02:27:11.6278329Z -- The CUDA compiler identification is NVIDIA 11.7.64 2022-11-23T02:27:11.6427459Z -- Detecting CUDA compiler ABI info 2022-11-23T02:27:13.5194059Z -- Detecting CUDA compiler ABI info - done 2022-11-23T02:27:13.5482185Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe - skipped 2022-11-23T02:27:13.5486932Z -- Detecting CUDA compile features 2022-11-23T02:27:13.5494300Z -- Detecting CUDA compile features - done 2022-11-23T02:27:13.5516670Z -- Caffe2: CUDA detected: 11.7 2022-11-23T02:27:13.5517011Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe 2022-11-23T02:27:13.5517388Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 2022-11-23T02:27:13.8835503Z -- Caffe2: Header version is: 11.7 2022-11-23T02:27:13.8876648Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib 2022-11-23T02:27:13.8879753Z -- Found cuDNN: v8.5.0 (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/include, library: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib) 2022-11-23T02:27:13.9460211Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/nvrtc.lib shorthash is dd482e34 2022-11-23T02:27:13.9463566Z CMake Warning at C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T02:27:13.9464010Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T02:27:13.9464327Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T02:27:13.9464622Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T02:27:13.9464865Z Call Stack (most recent call first): 2022-11-23T02:27:13.9465208Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T02:27:13.9465646Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T02:27:13.9466070Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T02:27:13.9466384Z CMakeLists.txt:9 (find_package) 2022-11-23T02:27:13.9466518Z 2022-11-23T02:27:13.9466524Z 2022-11-23T02:27:13.9466665Z -- Added CUDA NVCC flags for: -gencode;arch=compute_70,code=sm_70 2022-11-23T02:27:14.1812272Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T02:27:14.1814817Z -- Configuring done 2022-11-23T02:27:14.2015248Z -- Generating done 2022-11-23T02:27:14.2204870Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_backend/build 2022-11-23T02:27:14.2286520Z "Executing Ninja for custom_backend test..." 2022-11-23T02:27:19.0727645Z [1/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -Dcustom_backend_EXPORTS -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\custom_backend.dir\custom_backend.cpp.obj /FdCMakeFiles\custom_backend.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.cpp 2022-11-23T02:27:19.0729619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:27:19.0730505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0731061Z with 2022-11-23T02:27:19.0731285Z [ 2022-11-23T02:27:19.0731525Z T=std::string 2022-11-23T02:27:19.0731764Z ] 2022-11-23T02:27:19.0732363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0732924Z with 2022-11-23T02:27:19.0733158Z [ 2022-11-23T02:27:19.0733403Z T=std::string 2022-11-23T02:27:19.0733636Z ] 2022-11-23T02:27:19.0734264Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0734881Z with 2022-11-23T02:27:19.0735111Z [ 2022-11-23T02:27:19.0735360Z T=std::string 2022-11-23T02:27:19.0735603Z ] 2022-11-23T02:27:19.0736274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0737137Z with 2022-11-23T02:27:19.0737357Z [ 2022-11-23T02:27:19.0737607Z T=std::string 2022-11-23T02:27:19.0737836Z ] 2022-11-23T02:27:19.0738463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0739297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0740241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0740836Z with 2022-11-23T02:27:19.0741105Z [ 2022-11-23T02:27:19.0741391Z T=std::string 2022-11-23T02:27:19.0741677Z ] 2022-11-23T02:27:19.0742465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0743046Z with 2022-11-23T02:27:19.0743323Z [ 2022-11-23T02:27:19.0743645Z T=c10::QualifiedName 2022-11-23T02:27:19.0743950Z ] 2022-11-23T02:27:19.0744581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0745150Z with 2022-11-23T02:27:19.0745389Z [ 2022-11-23T02:27:19.0745685Z T=c10::QualifiedName 2022-11-23T02:27:19.0745971Z ] 2022-11-23T02:27:19.0746646Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0747275Z with 2022-11-23T02:27:19.0747522Z [ 2022-11-23T02:27:19.0747829Z T=c10::QualifiedName 2022-11-23T02:27:19.0748161Z ] 2022-11-23T02:27:19.0748908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0749538Z with 2022-11-23T02:27:19.0749794Z [ 2022-11-23T02:27:19.0750068Z T=c10::QualifiedName 2022-11-23T02:27:19.0750359Z ] 2022-11-23T02:27:19.0750998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0751965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0752948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0753554Z with 2022-11-23T02:27:19.0753851Z [ 2022-11-23T02:27:19.0754139Z T=c10::QualifiedName 2022-11-23T02:27:19.0754457Z ] 2022-11-23T02:27:19.0755068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0755745Z with 2022-11-23T02:27:19.0756015Z [ 2022-11-23T02:27:19.0756305Z T=c10::SymInt 2022-11-23T02:27:19.0756570Z ] 2022-11-23T02:27:19.0757199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0757762Z with 2022-11-23T02:27:19.0757993Z [ 2022-11-23T02:27:19.0758240Z T=c10::SymInt 2022-11-23T02:27:19.0758462Z ] 2022-11-23T02:27:19.0759147Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0759758Z with 2022-11-23T02:27:19.0760047Z [ 2022-11-23T02:27:19.0760301Z T=c10::SymInt 2022-11-23T02:27:19.0760603Z ] 2022-11-23T02:27:19.0761283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0761893Z with 2022-11-23T02:27:19.0762260Z [ 2022-11-23T02:27:19.0762481Z T=c10::SymInt 2022-11-23T02:27:19.0762646Z ] 2022-11-23T02:27:19.0763057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0763680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0764312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0764706Z with 2022-11-23T02:27:19.0764861Z [ 2022-11-23T02:27:19.0765028Z T=c10::SymInt 2022-11-23T02:27:19.0765191Z ] 2022-11-23T02:27:19.0765562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:27:19.0766250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0766641Z with 2022-11-23T02:27:19.0766797Z [ 2022-11-23T02:27:19.0766971Z T=at::TensorBase 2022-11-23T02:27:19.0767142Z ] 2022-11-23T02:27:19.0767544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0767918Z with 2022-11-23T02:27:19.0768113Z [ 2022-11-23T02:27:19.0768317Z T=at::TensorBase 2022-11-23T02:27:19.0768491Z ] 2022-11-23T02:27:19.0768938Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0769339Z with 2022-11-23T02:27:19.0769482Z [ 2022-11-23T02:27:19.0769656Z T=at::TensorBase 2022-11-23T02:27:19.0769828Z ] 2022-11-23T02:27:19.0770290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0770807Z with 2022-11-23T02:27:19.0770962Z [ 2022-11-23T02:27:19.0771125Z T=at::TensorBase 2022-11-23T02:27:19.0771295Z ] 2022-11-23T02:27:19.0771705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0772404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0773097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0773484Z with 2022-11-23T02:27:19.0773638Z [ 2022-11-23T02:27:19.0773797Z T=at::TensorBase 2022-11-23T02:27:19.0773962Z ] 2022-11-23T02:27:19.0774346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0784502Z with 2022-11-23T02:27:19.0784910Z [ 2022-11-23T02:27:19.0785094Z T=at::Tensor 2022-11-23T02:27:19.0785262Z ] 2022-11-23T02:27:19.0785689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0786064Z with 2022-11-23T02:27:19.0786215Z [ 2022-11-23T02:27:19.0786380Z T=at::Tensor 2022-11-23T02:27:19.0786530Z ] 2022-11-23T02:27:19.0786971Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0787385Z with 2022-11-23T02:27:19.0787536Z [ 2022-11-23T02:27:19.0787698Z T=at::Tensor 2022-11-23T02:27:19.0787847Z ] 2022-11-23T02:27:19.0788316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0788746Z with 2022-11-23T02:27:19.0788901Z [ 2022-11-23T02:27:19.0789066Z T=at::Tensor 2022-11-23T02:27:19.0789228Z ] 2022-11-23T02:27:19.0789623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0790350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0790993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0791376Z with 2022-11-23T02:27:19.0791529Z [ 2022-11-23T02:27:19.0791693Z T=at::Tensor 2022-11-23T02:27:19.0791854Z ] 2022-11-23T02:27:19.0792228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0792581Z with 2022-11-23T02:27:19.0792732Z [ 2022-11-23T02:27:19.0792905Z T=at::Generator 2022-11-23T02:27:19.0793153Z ] 2022-11-23T02:27:19.0793549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0793906Z with 2022-11-23T02:27:19.0794060Z [ 2022-11-23T02:27:19.0794231Z T=at::Generator 2022-11-23T02:27:19.0794398Z ] 2022-11-23T02:27:19.0794838Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0795236Z with 2022-11-23T02:27:19.0795376Z [ 2022-11-23T02:27:19.0795541Z T=at::Generator 2022-11-23T02:27:19.0795705Z ] 2022-11-23T02:27:19.0796162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0796586Z with 2022-11-23T02:27:19.0796736Z [ 2022-11-23T02:27:19.0796889Z T=at::Generator 2022-11-23T02:27:19.0797058Z ] 2022-11-23T02:27:19.0797516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0798154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0798796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0799185Z with 2022-11-23T02:27:19.0799326Z [ 2022-11-23T02:27:19.0799497Z T=at::Generator 2022-11-23T02:27:19.0799665Z ] 2022-11-23T02:27:19.0800051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0800405Z with 2022-11-23T02:27:19.0800555Z [ 2022-11-23T02:27:19.0800752Z T=c10::Scalar 2022-11-23T02:27:19.0800932Z ] 2022-11-23T02:27:19.0801378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0801750Z with 2022-11-23T02:27:19.0801903Z [ 2022-11-23T02:27:19.0802069Z T=c10::Scalar 2022-11-23T02:27:19.0802217Z ] 2022-11-23T02:27:19.0802654Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0803051Z with 2022-11-23T02:27:19.0803204Z [ 2022-11-23T02:27:19.0803366Z T=c10::Scalar 2022-11-23T02:27:19.0803516Z ] 2022-11-23T02:27:19.0803978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0804401Z with 2022-11-23T02:27:19.0804553Z [ 2022-11-23T02:27:19.0804714Z T=c10::Scalar 2022-11-23T02:27:19.0804872Z ] 2022-11-23T02:27:19.0805262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0805948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0806589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0806976Z with 2022-11-23T02:27:19.0807132Z [ 2022-11-23T02:27:19.0807299Z T=c10::Scalar 2022-11-23T02:27:19.0807463Z ] 2022-11-23T02:27:19.0807837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0808187Z with 2022-11-23T02:27:19.0808339Z [ 2022-11-23T02:27:19.0808579Z T=std::vector> 2022-11-23T02:27:19.0808802Z ] 2022-11-23T02:27:19.0809245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0809603Z with 2022-11-23T02:27:19.0809758Z [ 2022-11-23T02:27:19.0809995Z T=std::vector> 2022-11-23T02:27:19.0810216Z ] 2022-11-23T02:27:19.0810651Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0811048Z with 2022-11-23T02:27:19.0811185Z [ 2022-11-23T02:27:19.0811426Z T=std::vector> 2022-11-23T02:27:19.0811645Z ] 2022-11-23T02:27:19.0812103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0812533Z with 2022-11-23T02:27:19.0812685Z [ 2022-11-23T02:27:19.0812911Z T=std::vector> 2022-11-23T02:27:19.0813138Z ] 2022-11-23T02:27:19.0813590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:19.0814315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:19.0815002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0815393Z with 2022-11-23T02:27:19.0815545Z [ 2022-11-23T02:27:19.0815783Z T=std::vector> 2022-11-23T02:27:19.0815993Z ] 2022-11-23T02:27:19.0816372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0816729Z with 2022-11-23T02:27:19.0816951Z [ 2022-11-23T02:27:19.0817157Z T=std::vector> 2022-11-23T02:27:19.0817464Z ] 2022-11-23T02:27:19.0817852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0818293Z with 2022-11-23T02:27:19.0818446Z [ 2022-11-23T02:27:19.0818652Z T=std::vector> 2022-11-23T02:27:19.0818846Z ] 2022-11-23T02:27:19.0819281Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0819672Z with 2022-11-23T02:27:19.0819826Z [ 2022-11-23T02:27:19.0820033Z T=std::vector> 2022-11-23T02:27:19.0820225Z ] 2022-11-23T02:27:19.0820683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0821107Z with 2022-11-23T02:27:19.0821246Z [ 2022-11-23T02:27:19.0821447Z T=std::vector> 2022-11-23T02:27:19.0821700Z ] 2022-11-23T02:27:19.0822135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:19.0822811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:19.0823465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0823857Z with 2022-11-23T02:27:19.0824389Z [ 2022-11-23T02:27:19.0824585Z T=std::vector> 2022-11-23T02:27:19.0824777Z ] 2022-11-23T02:27:19.0825163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0825515Z with 2022-11-23T02:27:19.0825667Z [ 2022-11-23T02:27:19.0825908Z T=std::vector,std::allocator>> 2022-11-23T02:27:19.0826142Z ] 2022-11-23T02:27:19.0826538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0826910Z with 2022-11-23T02:27:19.0827061Z [ 2022-11-23T02:27:19.0827313Z T=std::vector,std::allocator>> 2022-11-23T02:27:19.0827529Z ] 2022-11-23T02:27:19.0827968Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0828374Z with 2022-11-23T02:27:19.0828526Z [ 2022-11-23T02:27:19.0828775Z T=std::vector,std::allocator>> 2022-11-23T02:27:19.0829002Z ] 2022-11-23T02:27:19.0829463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0829934Z with 2022-11-23T02:27:19.0830088Z [ 2022-11-23T02:27:19.0830336Z T=std::vector,std::allocator>> 2022-11-23T02:27:19.0830570Z ] 2022-11-23T02:27:19.0831044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:27:19.0831790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:27:19.0832468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:27:19.0833105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0833493Z with 2022-11-23T02:27:19.0833681Z [ 2022-11-23T02:27:19.0833937Z T=std::vector,std::allocator>> 2022-11-23T02:27:19.0834169Z ] 2022-11-23T02:27:19.0834561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0834916Z with 2022-11-23T02:27:19.0835070Z [ 2022-11-23T02:27:19.0835301Z T=std::vector,std::allocator>> 2022-11-23T02:27:19.0835530Z ] 2022-11-23T02:27:19.0835930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0836298Z with 2022-11-23T02:27:19.0836450Z [ 2022-11-23T02:27:19.0836694Z T=std::vector,std::allocator>> 2022-11-23T02:27:19.0836908Z ] 2022-11-23T02:27:19.0837343Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0837739Z with 2022-11-23T02:27:19.0837890Z [ 2022-11-23T02:27:19.0838131Z T=std::vector,std::allocator>> 2022-11-23T02:27:19.0838356Z ] 2022-11-23T02:27:19.0838810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0839240Z with 2022-11-23T02:27:19.0839394Z [ 2022-11-23T02:27:19.0839637Z T=std::vector,std::allocator>> 2022-11-23T02:27:19.0839865Z ] 2022-11-23T02:27:19.0840323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:27:19.0841040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:27:19.0841755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:27:19.0842386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0842757Z with 2022-11-23T02:27:19.0842911Z [ 2022-11-23T02:27:19.0843155Z T=std::vector,std::allocator>> 2022-11-23T02:27:19.0843380Z ] 2022-11-23T02:27:19.0843763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0844120Z with 2022-11-23T02:27:19.0844258Z [ 2022-11-23T02:27:19.0844468Z T=std::vector> 2022-11-23T02:27:19.0844664Z ] 2022-11-23T02:27:19.0845105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0845478Z with 2022-11-23T02:27:19.0845620Z [ 2022-11-23T02:27:19.0845829Z T=std::vector> 2022-11-23T02:27:19.0846024Z ] 2022-11-23T02:27:19.0846461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0846865Z with 2022-11-23T02:27:19.0847018Z [ 2022-11-23T02:27:19.0847215Z T=std::vector> 2022-11-23T02:27:19.0847413Z ] 2022-11-23T02:27:19.0847940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0848385Z with 2022-11-23T02:27:19.0848589Z [ 2022-11-23T02:27:19.0848804Z T=std::vector> 2022-11-23T02:27:19.0848988Z ] 2022-11-23T02:27:19.0849412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:19.0849800Z with 2022-11-23T02:27:19.0849953Z [ 2022-11-23T02:27:19.0850112Z T=int64_t 2022-11-23T02:27:19.0850272Z ] 2022-11-23T02:27:19.0850681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:19.0851070Z with 2022-11-23T02:27:19.0851222Z [ 2022-11-23T02:27:19.0851380Z T=int64_t 2022-11-23T02:27:19.0851542Z ] 2022-11-23T02:27:19.0851963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0852330Z with 2022-11-23T02:27:19.0852483Z [ 2022-11-23T02:27:19.0852691Z T=std::vector> 2022-11-23T02:27:19.0852887Z ] 2022-11-23T02:27:19.0853268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0853684Z with 2022-11-23T02:27:19.0853825Z [ 2022-11-23T02:27:19.0854039Z T=std::shared_ptr 2022-11-23T02:27:19.0854242Z ] 2022-11-23T02:27:19.0854641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0855012Z with 2022-11-23T02:27:19.0855163Z [ 2022-11-23T02:27:19.0855365Z T=std::shared_ptr 2022-11-23T02:27:19.0855566Z ] 2022-11-23T02:27:19.0856000Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0856400Z with 2022-11-23T02:27:19.0856553Z [ 2022-11-23T02:27:19.0856766Z T=std::shared_ptr 2022-11-23T02:27:19.0856957Z ] 2022-11-23T02:27:19.0857465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0857955Z with 2022-11-23T02:27:19.0858126Z [ 2022-11-23T02:27:19.0858343Z T=std::shared_ptr 2022-11-23T02:27:19.0858548Z ] 2022-11-23T02:27:19.0858977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:19.0859670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:19.0860338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0860727Z with 2022-11-23T02:27:19.0860882Z [ 2022-11-23T02:27:19.0861098Z T=std::shared_ptr 2022-11-23T02:27:19.0861301Z ] 2022-11-23T02:27:19.0861675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0862033Z with 2022-11-23T02:27:19.0862187Z [ 2022-11-23T02:27:19.0862397Z T=std::weak_ptr 2022-11-23T02:27:19.0862600Z ] 2022-11-23T02:27:19.0862995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0863350Z with 2022-11-23T02:27:19.0863502Z [ 2022-11-23T02:27:19.0863714Z T=std::weak_ptr 2022-11-23T02:27:19.0863915Z ] 2022-11-23T02:27:19.0864350Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0864751Z with 2022-11-23T02:27:19.0864891Z [ 2022-11-23T02:27:19.0865102Z T=std::weak_ptr 2022-11-23T02:27:19.0865301Z ] 2022-11-23T02:27:19.0865763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0866811Z with 2022-11-23T02:27:19.0866967Z [ 2022-11-23T02:27:19.0867172Z T=std::weak_ptr 2022-11-23T02:27:19.0867380Z ] 2022-11-23T02:27:19.0867822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:19.0868501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:19.0869169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0869557Z with 2022-11-23T02:27:19.0869711Z [ 2022-11-23T02:27:19.0869911Z T=std::weak_ptr 2022-11-23T02:27:19.0870115Z ] 2022-11-23T02:27:19.0870556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0870919Z with 2022-11-23T02:27:19.0871070Z [ 2022-11-23T02:27:19.0871308Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:19.0871522Z ] 2022-11-23T02:27:19.0871920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0872292Z with 2022-11-23T02:27:19.0872445Z [ 2022-11-23T02:27:19.0872680Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:19.0872900Z ] 2022-11-23T02:27:19.0873327Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0873730Z with 2022-11-23T02:27:19.0873884Z [ 2022-11-23T02:27:19.0874118Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:19.0874341Z ] 2022-11-23T02:27:19.0874808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0875237Z with 2022-11-23T02:27:19.0875378Z [ 2022-11-23T02:27:19.0875611Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:19.0875830Z ] 2022-11-23T02:27:19.0876289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:19.0877031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:19.0877776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:27:19.0878517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0878904Z with 2022-11-23T02:27:19.0879047Z [ 2022-11-23T02:27:19.0879286Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:19.0879510Z ] 2022-11-23T02:27:19.0879894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0880245Z with 2022-11-23T02:27:19.0880399Z [ 2022-11-23T02:27:19.0880624Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:19.0880847Z ] 2022-11-23T02:27:19.0881244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0881613Z with 2022-11-23T02:27:19.0881766Z [ 2022-11-23T02:27:19.0881996Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:19.0882205Z ] 2022-11-23T02:27:19.0882692Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0883100Z with 2022-11-23T02:27:19.0883253Z [ 2022-11-23T02:27:19.0883487Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:19.0883710Z ] 2022-11-23T02:27:19.0884162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0884589Z with 2022-11-23T02:27:19.0884744Z [ 2022-11-23T02:27:19.0884979Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:19.0885201Z ] 2022-11-23T02:27:19.0885657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:19.0886393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:19.0887138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:27:19.0887822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0888214Z with 2022-11-23T02:27:19.0888369Z [ 2022-11-23T02:27:19.0888605Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:19.0888827Z ] 2022-11-23T02:27:19.0889211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0889567Z with 2022-11-23T02:27:19.0889708Z [ 2022-11-23T02:27:19.0889900Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:19.0890132Z ] 2022-11-23T02:27:19.0890529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0890894Z with 2022-11-23T02:27:19.0891036Z [ 2022-11-23T02:27:19.0891223Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:19.0891409Z ] 2022-11-23T02:27:19.0891850Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0892249Z with 2022-11-23T02:27:19.0892401Z [ 2022-11-23T02:27:19.0892577Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:19.0892761Z ] 2022-11-23T02:27:19.0893221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0893648Z with 2022-11-23T02:27:19.0893801Z [ 2022-11-23T02:27:19.0893988Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:19.0894162Z ] 2022-11-23T02:27:19.0894631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0895282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0895658Z with 2022-11-23T02:27:19.0895815Z [ 2022-11-23T02:27:19.0896002Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:19.0896175Z ] 2022-11-23T02:27:19.0896630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:27:19.0897320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0897705Z with 2022-11-23T02:27:19.0897859Z [ 2022-11-23T02:27:19.0898148Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:19.0898333Z ] 2022-11-23T02:27:19.0898702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0899056Z with 2022-11-23T02:27:19.0899213Z [ 2022-11-23T02:27:19.0899488Z T=std::vector> 2022-11-23T02:27:19.0899747Z ] 2022-11-23T02:27:19.0900144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0900503Z with 2022-11-23T02:27:19.0900657Z [ 2022-11-23T02:27:19.0900926Z T=std::vector> 2022-11-23T02:27:19.0901178Z ] 2022-11-23T02:27:19.0901610Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0902016Z with 2022-11-23T02:27:19.0902168Z [ 2022-11-23T02:27:19.0902495Z T=std::vector> 2022-11-23T02:27:19.0902746Z ] 2022-11-23T02:27:19.0903211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0903640Z with 2022-11-23T02:27:19.0903796Z [ 2022-11-23T02:27:19.0904144Z T=std::vector> 2022-11-23T02:27:19.0904388Z ] 2022-11-23T02:27:19.0904922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:19.0905717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:19.0906475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0906868Z with 2022-11-23T02:27:19.0907023Z [ 2022-11-23T02:27:19.0907296Z T=std::vector> 2022-11-23T02:27:19.0907550Z ] 2022-11-23T02:27:19.0907928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0908291Z with 2022-11-23T02:27:19.0908447Z [ 2022-11-23T02:27:19.0908676Z T=c10::IValue 2022-11-23T02:27:19.0908924Z ] 2022-11-23T02:27:19.0909561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0910147Z with 2022-11-23T02:27:19.0910410Z [ 2022-11-23T02:27:19.0910679Z T=c10::IValue 2022-11-23T02:27:19.0910946Z ] 2022-11-23T02:27:19.0911658Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0912338Z with 2022-11-23T02:27:19.0912568Z [ 2022-11-23T02:27:19.0912836Z T=c10::IValue 2022-11-23T02:27:19.0913123Z ] 2022-11-23T02:27:19.0913905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0914612Z with 2022-11-23T02:27:19.0914849Z [ 2022-11-23T02:27:19.0915111Z T=c10::IValue 2022-11-23T02:27:19.0915376Z ] 2022-11-23T02:27:19.0916033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0917065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0918203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0919034Z with 2022-11-23T02:27:19.0919315Z [ 2022-11-23T02:27:19.0919598Z T=c10::IValue 2022-11-23T02:27:19.0919886Z ] 2022-11-23T02:27:19.0920583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0921158Z with 2022-11-23T02:27:19.0921401Z [ 2022-11-23T02:27:19.0921624Z T=c10::AliasInfo 2022-11-23T02:27:19.0921795Z ] 2022-11-23T02:27:19.0922205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0922575Z with 2022-11-23T02:27:19.0922731Z [ 2022-11-23T02:27:19.0922903Z T=c10::AliasInfo 2022-11-23T02:27:19.0923057Z ] 2022-11-23T02:27:19.0923493Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0924000Z with 2022-11-23T02:27:19.0924157Z [ 2022-11-23T02:27:19.0924324Z T=c10::AliasInfo 2022-11-23T02:27:19.0924478Z ] 2022-11-23T02:27:19.0924943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0925375Z with 2022-11-23T02:27:19.0925529Z [ 2022-11-23T02:27:19.0925695Z T=c10::AliasInfo 2022-11-23T02:27:19.0925862Z ] 2022-11-23T02:27:19.0926258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0926900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0927555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0927945Z with 2022-11-23T02:27:19.0928099Z [ 2022-11-23T02:27:19.0928269Z T=c10::AliasInfo 2022-11-23T02:27:19.0928435Z ] 2022-11-23T02:27:19.0928951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0929580Z with 2022-11-23T02:27:19.0929893Z [ 2022-11-23T02:27:19.0930238Z T=std::vector> 2022-11-23T02:27:19.0930557Z ] 2022-11-23T02:27:19.0931192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0931802Z with 2022-11-23T02:27:19.0932046Z [ 2022-11-23T02:27:19.0932389Z T=std::vector> 2022-11-23T02:27:19.0932714Z ] 2022-11-23T02:27:19.0933435Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0934227Z with 2022-11-23T02:27:19.0934453Z [ 2022-11-23T02:27:19.0934806Z T=std::vector> 2022-11-23T02:27:19.0935142Z ] 2022-11-23T02:27:19.0935910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0936612Z with 2022-11-23T02:27:19.0936873Z [ 2022-11-23T02:27:19.0937237Z T=std::vector> 2022-11-23T02:27:19.0937559Z ] 2022-11-23T02:27:19.0938346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:19.0939001Z with 2022-11-23T02:27:19.0939252Z [ 2022-11-23T02:27:19.0939541Z T=c10::SymInt 2022-11-23T02:27:19.0939810Z ] 2022-11-23T02:27:19.0940495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:19.0941856Z with 2022-11-23T02:27:19.0942149Z [ 2022-11-23T02:27:19.0942414Z T=c10::SymInt 2022-11-23T02:27:19.0942685Z ] 2022-11-23T02:27:19.0943415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:27:19.0944691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:27:19.0945909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0946546Z with 2022-11-23T02:27:19.0946815Z [ 2022-11-23T02:27:19.0947176Z T=std::vector> 2022-11-23T02:27:19.0947508Z ] 2022-11-23T02:27:19.0948189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0948753Z with 2022-11-23T02:27:19.0949017Z [ 2022-11-23T02:27:19.0949366Z T=c10::either 2022-11-23T02:27:19.0949733Z ] 2022-11-23T02:27:19.0950405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0950994Z with 2022-11-23T02:27:19.0951225Z [ 2022-11-23T02:27:19.0951595Z T=c10::either 2022-11-23T02:27:19.0951959Z ] 2022-11-23T02:27:19.0952654Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0953301Z with 2022-11-23T02:27:19.0953548Z [ 2022-11-23T02:27:19.0953888Z T=c10::either 2022-11-23T02:27:19.0954221Z ] 2022-11-23T02:27:19.0955001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0955830Z with 2022-11-23T02:27:19.0956096Z [ 2022-11-23T02:27:19.0956448Z T=c10::either 2022-11-23T02:27:19.0956781Z ] 2022-11-23T02:27:19.0957511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:19.0958756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:19.0959913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0960462Z with 2022-11-23T02:27:19.0960621Z [ 2022-11-23T02:27:19.0960853Z T=c10::either 2022-11-23T02:27:19.0961209Z ] 2022-11-23T02:27:19.0961698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0962060Z with 2022-11-23T02:27:19.0962216Z [ 2022-11-23T02:27:19.0962402Z T=torch::autograd::ViewInfo 2022-11-23T02:27:19.0962585Z ] 2022-11-23T02:27:19.0962974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0963353Z with 2022-11-23T02:27:19.0963556Z [ 2022-11-23T02:27:19.0963740Z T=torch::autograd::ViewInfo 2022-11-23T02:27:19.0963918Z ] 2022-11-23T02:27:19.0964358Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0964754Z with 2022-11-23T02:27:19.0964907Z [ 2022-11-23T02:27:19.0965088Z T=torch::autograd::ViewInfo 2022-11-23T02:27:19.0965265Z ] 2022-11-23T02:27:19.0965725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0966153Z with 2022-11-23T02:27:19.0966298Z [ 2022-11-23T02:27:19.0966480Z T=torch::autograd::ViewInfo 2022-11-23T02:27:19.0966659Z ] 2022-11-23T02:27:19.0967079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0967738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0968403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0968791Z with 2022-11-23T02:27:19.0968934Z [ 2022-11-23T02:27:19.0969118Z T=torch::autograd::ViewInfo 2022-11-23T02:27:19.0969361Z ] 2022-11-23T02:27:19.0969748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0970102Z with 2022-11-23T02:27:19.0970255Z [ 2022-11-23T02:27:19.0970447Z T=std::tuple 2022-11-23T02:27:19.0970643Z ] 2022-11-23T02:27:19.0971042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0971408Z with 2022-11-23T02:27:19.0971559Z [ 2022-11-23T02:27:19.0971759Z T=std::tuple 2022-11-23T02:27:19.0971941Z ] 2022-11-23T02:27:19.0972375Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0972784Z with 2022-11-23T02:27:19.0972937Z [ 2022-11-23T02:27:19.0973137Z T=std::tuple 2022-11-23T02:27:19.0973318Z ] 2022-11-23T02:27:19.0973831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0974264Z with 2022-11-23T02:27:19.0974417Z [ 2022-11-23T02:27:19.0974618Z T=std::tuple 2022-11-23T02:27:19.0974812Z ] 2022-11-23T02:27:19.0975239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:19.0975926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:19.0976604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0976993Z with 2022-11-23T02:27:19.0977149Z [ 2022-11-23T02:27:19.0977350Z T=std::tuple 2022-11-23T02:27:19.0977545Z ] 2022-11-23T02:27:19.0977998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0978349Z with 2022-11-23T02:27:19.0978504Z [ 2022-11-23T02:27:19.0978688Z T=torch::jit::SourceRange 2022-11-23T02:27:19.0978868Z ] 2022-11-23T02:27:19.0979270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0979640Z with 2022-11-23T02:27:19.0979781Z [ 2022-11-23T02:27:19.0979962Z T=torch::jit::SourceRange 2022-11-23T02:27:19.0980139Z ] 2022-11-23T02:27:19.0980580Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0980977Z with 2022-11-23T02:27:19.0981130Z [ 2022-11-23T02:27:19.0981300Z T=torch::jit::SourceRange 2022-11-23T02:27:19.0981538Z ] 2022-11-23T02:27:19.0981999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0982421Z with 2022-11-23T02:27:19.0982576Z [ 2022-11-23T02:27:19.0982741Z T=torch::jit::SourceRange 2022-11-23T02:27:19.0982918Z ] 2022-11-23T02:27:19.0983335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0983996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0984665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0985051Z with 2022-11-23T02:27:19.0985204Z [ 2022-11-23T02:27:19.0985384Z T=torch::jit::SourceRange 2022-11-23T02:27:19.0985595Z ] 2022-11-23T02:27:19.0985980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0986345Z with 2022-11-23T02:27:19.0986500Z [ 2022-11-23T02:27:19.0986699Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:19.0986880Z ] 2022-11-23T02:27:19.0987279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0987654Z with 2022-11-23T02:27:19.0987807Z [ 2022-11-23T02:27:19.0988003Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:19.0988196Z ] 2022-11-23T02:27:19.0988617Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0989011Z with 2022-11-23T02:27:19.0989164Z [ 2022-11-23T02:27:19.0989361Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:19.0989555Z ] 2022-11-23T02:27:19.0990013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0990440Z with 2022-11-23T02:27:19.0990580Z [ 2022-11-23T02:27:19.0990777Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:19.0990966Z ] 2022-11-23T02:27:19.0991397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.0992074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.0992741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0993124Z with 2022-11-23T02:27:19.0993268Z [ 2022-11-23T02:27:19.0993518Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:19.0993711Z ] 2022-11-23T02:27:19.0994096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.0994453Z with 2022-11-23T02:27:19.0994594Z [ 2022-11-23T02:27:19.0994795Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:19.0994986Z ] 2022-11-23T02:27:19.0995385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.0995757Z with 2022-11-23T02:27:19.0995910Z [ 2022-11-23T02:27:19.0996092Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:19.0996282Z ] 2022-11-23T02:27:19.0996716Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.0997121Z with 2022-11-23T02:27:19.0997276Z [ 2022-11-23T02:27:19.0997473Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:19.0997653Z ] 2022-11-23T02:27:19.0998162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.0998591Z with 2022-11-23T02:27:19.0998743Z [ 2022-11-23T02:27:19.0998936Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:19.0999129Z ] 2022-11-23T02:27:19.0999546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.1000225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.1000889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1001276Z with 2022-11-23T02:27:19.1001430Z [ 2022-11-23T02:27:19.1001627Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:19.1001817Z ] 2022-11-23T02:27:19.1002189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1002546Z with 2022-11-23T02:27:19.1002700Z [ 2022-11-23T02:27:19.1002878Z T=torch::jit::ScopePtr 2022-11-23T02:27:19.1003051Z ] 2022-11-23T02:27:19.1003449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.1003804Z with 2022-11-23T02:27:19.1003957Z [ 2022-11-23T02:27:19.1004131Z T=torch::jit::ScopePtr 2022-11-23T02:27:19.1004304Z ] 2022-11-23T02:27:19.1004747Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.1005239Z with 2022-11-23T02:27:19.1005379Z [ 2022-11-23T02:27:19.1005557Z T=torch::jit::ScopePtr 2022-11-23T02:27:19.1005787Z ] 2022-11-23T02:27:19.1006304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.1006732Z with 2022-11-23T02:27:19.1006885Z [ 2022-11-23T02:27:19.1007051Z T=torch::jit::ScopePtr 2022-11-23T02:27:19.1007223Z ] 2022-11-23T02:27:19.1007637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.1008281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.1008932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1009317Z with 2022-11-23T02:27:19.1009472Z [ 2022-11-23T02:27:19.1009637Z T=torch::jit::ScopePtr 2022-11-23T02:27:19.1009811Z ] 2022-11-23T02:27:19.1010235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1010593Z with 2022-11-23T02:27:19.1010746Z [ 2022-11-23T02:27:19.1010922Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:19.1011104Z ] 2022-11-23T02:27:19.1011504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.1011877Z with 2022-11-23T02:27:19.1012031Z [ 2022-11-23T02:27:19.1012218Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:19.1012387Z ] 2022-11-23T02:27:19.1012822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.1013223Z with 2022-11-23T02:27:19.1013375Z [ 2022-11-23T02:27:19.1013560Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:19.1013737Z ] 2022-11-23T02:27:19.1014185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.1014605Z with 2022-11-23T02:27:19.1014759Z [ 2022-11-23T02:27:19.1014945Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:19.1015127Z ] 2022-11-23T02:27:19.1015548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.1016215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.1016885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1017271Z with 2022-11-23T02:27:19.1017423Z [ 2022-11-23T02:27:19.1017612Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:19.1017847Z ] 2022-11-23T02:27:19.1018304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1018649Z with 2022-11-23T02:27:19.1018807Z [ 2022-11-23T02:27:19.1019035Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:19.1019249Z ] 2022-11-23T02:27:19.1019646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.1020015Z with 2022-11-23T02:27:19.1020156Z [ 2022-11-23T02:27:19.1020383Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:19.1020597Z ] 2022-11-23T02:27:19.1021035Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.1021438Z with 2022-11-23T02:27:19.1021594Z [ 2022-11-23T02:27:19.1021803Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:19.1022016Z ] 2022-11-23T02:27:19.1022527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.1022954Z with 2022-11-23T02:27:19.1023107Z [ 2022-11-23T02:27:19.1023332Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:19.1023532Z ] 2022-11-23T02:27:19.1023980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.1024713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.1025415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1025803Z with 2022-11-23T02:27:19.1025960Z [ 2022-11-23T02:27:19.1026186Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:19.1026390Z ] 2022-11-23T02:27:19.1026784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:27:19.1027337Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:27:19.1027888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1028241Z with 2022-11-23T02:27:19.1028397Z [ 2022-11-23T02:27:19.1028573Z T=at::StepCallbacks 2022-11-23T02:27:19.1028736Z ] 2022-11-23T02:27:19.1029132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.1029502Z with 2022-11-23T02:27:19.1029658Z [ 2022-11-23T02:27:19.1029833Z T=at::StepCallbacks 2022-11-23T02:27:19.1030061Z ] 2022-11-23T02:27:19.1030484Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.1030884Z with 2022-11-23T02:27:19.1031040Z [ 2022-11-23T02:27:19.1031220Z T=at::StepCallbacks 2022-11-23T02:27:19.1031392Z ] 2022-11-23T02:27:19.1031857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.1032269Z with 2022-11-23T02:27:19.1032423Z [ 2022-11-23T02:27:19.1032595Z T=at::StepCallbacks 2022-11-23T02:27:19.1032768Z ] 2022-11-23T02:27:19.1033177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.1033835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(672): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.1034537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1034915Z with 2022-11-23T02:27:19.1035072Z [ 2022-11-23T02:27:19.1035248Z T=at::StepCallbacks 2022-11-23T02:27:19.1035422Z ] 2022-11-23T02:27:19.1035803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1036160Z with 2022-11-23T02:27:19.1036303Z [ 2022-11-23T02:27:19.1036484Z T=at::ThreadLocalState 2022-11-23T02:27:19.1036665Z ] 2022-11-23T02:27:19.1037065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.1037430Z with 2022-11-23T02:27:19.1037570Z [ 2022-11-23T02:27:19.1037748Z T=at::ThreadLocalState 2022-11-23T02:27:19.1037924Z ] 2022-11-23T02:27:19.1038358Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.1038758Z with 2022-11-23T02:27:19.1038911Z [ 2022-11-23T02:27:19.1039076Z T=at::ThreadLocalState 2022-11-23T02:27:19.1039254Z ] 2022-11-23T02:27:19.1039715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.1040139Z with 2022-11-23T02:27:19.1040296Z [ 2022-11-23T02:27:19.1040478Z T=at::ThreadLocalState 2022-11-23T02:27:19.1040642Z ] 2022-11-23T02:27:19.1041058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.1041723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.1042439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1042838Z with 2022-11-23T02:27:19.1042995Z [ 2022-11-23T02:27:19.1043175Z T=at::ThreadLocalState 2022-11-23T02:27:19.1043341Z ] 2022-11-23T02:27:19.1043724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1044080Z with 2022-11-23T02:27:19.1044233Z [ 2022-11-23T02:27:19.1044431Z T=std::shared_ptr 2022-11-23T02:27:19.1044622Z ] 2022-11-23T02:27:19.1045009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.1045382Z with 2022-11-23T02:27:19.1045536Z [ 2022-11-23T02:27:19.1045732Z T=std::shared_ptr 2022-11-23T02:27:19.1045922Z ] 2022-11-23T02:27:19.1046407Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.1046796Z with 2022-11-23T02:27:19.1046950Z [ 2022-11-23T02:27:19.1047149Z T=std::shared_ptr 2022-11-23T02:27:19.1047339Z ] 2022-11-23T02:27:19.1047801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.1048226Z with 2022-11-23T02:27:19.1048366Z [ 2022-11-23T02:27:19.1048563Z T=std::shared_ptr 2022-11-23T02:27:19.1048751Z ] 2022-11-23T02:27:19.1049179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:19.1049839Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:19.1050527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:27:19.1051206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1051592Z with 2022-11-23T02:27:19.1051734Z [ 2022-11-23T02:27:19.1051932Z T=std::shared_ptr 2022-11-23T02:27:19.1052123Z ] 2022-11-23T02:27:19.1052509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1052864Z with 2022-11-23T02:27:19.1053017Z [ 2022-11-23T02:27:19.1053190Z T=torch::jit::GraphExecutor 2022-11-23T02:27:19.1053373Z ] 2022-11-23T02:27:19.1053773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.1054195Z with 2022-11-23T02:27:19.1054347Z [ 2022-11-23T02:27:19.1054518Z T=torch::jit::GraphExecutor 2022-11-23T02:27:19.1054700Z ] 2022-11-23T02:27:19.1055139Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.1055536Z with 2022-11-23T02:27:19.1055690Z [ 2022-11-23T02:27:19.1055872Z T=torch::jit::GraphExecutor 2022-11-23T02:27:19.1056039Z ] 2022-11-23T02:27:19.1056522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.1056967Z with 2022-11-23T02:27:19.1057123Z [ 2022-11-23T02:27:19.1057305Z T=torch::jit::GraphExecutor 2022-11-23T02:27:19.1057485Z ] 2022-11-23T02:27:19.1057957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.1058675Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.1059353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:27:19.1060034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1060424Z with 2022-11-23T02:27:19.1060579Z [ 2022-11-23T02:27:19.1060764Z T=torch::jit::GraphExecutor 2022-11-23T02:27:19.1060947Z ] 2022-11-23T02:27:19.1061319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1061678Z with 2022-11-23T02:27:19.1061831Z [ 2022-11-23T02:27:19.1062003Z T=torch::jit::Method 2022-11-23T02:27:19.1062176Z ] 2022-11-23T02:27:19.1062575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.1062930Z with 2022-11-23T02:27:19.1063080Z [ 2022-11-23T02:27:19.1063255Z T=torch::jit::Method 2022-11-23T02:27:19.1063427Z ] 2022-11-23T02:27:19.1063865Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.1064265Z with 2022-11-23T02:27:19.1064406Z [ 2022-11-23T02:27:19.1064581Z T=torch::jit::Method 2022-11-23T02:27:19.1064748Z ] 2022-11-23T02:27:19.1065208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.1065629Z with 2022-11-23T02:27:19.1065781Z [ 2022-11-23T02:27:19.1065942Z T=torch::jit::Method 2022-11-23T02:27:19.1066111Z ] 2022-11-23T02:27:19.1066572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:19.1067211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:19.1067857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1068243Z with 2022-11-23T02:27:19.1068397Z [ 2022-11-23T02:27:19.1068559Z T=torch::jit::Method 2022-11-23T02:27:19.1068736Z ] 2022-11-23T02:27:19.1069121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1069480Z with 2022-11-23T02:27:19.1069634Z [ 2022-11-23T02:27:19.1069843Z T=std::vector> 2022-11-23T02:27:19.1070052Z ] 2022-11-23T02:27:19.1070501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:19.1070877Z with 2022-11-23T02:27:19.1071030Z [ 2022-11-23T02:27:19.1071252Z T=std::vector> 2022-11-23T02:27:19.1071447Z ] 2022-11-23T02:27:19.1071883Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:19.1072289Z with 2022-11-23T02:27:19.1072443Z [ 2022-11-23T02:27:19.1072664Z T=std::vector> 2022-11-23T02:27:19.1072871Z ] 2022-11-23T02:27:19.1073323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:19.1073751Z with 2022-11-23T02:27:19.1073904Z [ 2022-11-23T02:27:19.1074126Z T=std::vector> 2022-11-23T02:27:19.1074334Z ] 2022-11-23T02:27:19.1074774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:19.1075471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:19.1076148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:19.1076520Z with 2022-11-23T02:27:19.1076675Z [ 2022-11-23T02:27:19.1076894Z T=std::vector> 2022-11-23T02:27:19.1077103Z ] 2022-11-23T02:27:19.1077469Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.cpp(12): warning C4273: 'torch::custom_backend::getBackendName': inconsistent dll linkage 2022-11-23T02:27:19.1077980Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.h(89): note: see previous definition of 'getBackendName' 2022-11-23T02:27:19.2423312Z [2/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_dll --intdir=CMakeFiles\custom_backend.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\custom_backend.dir\custom_backend.cpp.obj /out:custom_backend.dll /implib:custom_backend.lib /pdb:custom_backend.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO -LIBPATH:\lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\caffe2_nvrtc.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudnn.lib" "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T02:27:21.6714521Z [3/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\test_custom_backend.dir\test_custom_backend.cpp.obj /FdCMakeFiles\test_custom_backend.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\test_custom_backend.cpp 2022-11-23T02:27:21.6716019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:27:21.6716746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6717130Z with 2022-11-23T02:27:21.6717294Z [ 2022-11-23T02:27:21.6717465Z T=c10::SymInt 2022-11-23T02:27:21.6717635Z ] 2022-11-23T02:27:21.6718042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6718417Z with 2022-11-23T02:27:21.6718561Z [ 2022-11-23T02:27:21.6718730Z T=c10::SymInt 2022-11-23T02:27:21.6718971Z ] 2022-11-23T02:27:21.6719425Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6720208Z with 2022-11-23T02:27:21.6720428Z [ 2022-11-23T02:27:21.6720646Z T=c10::SymInt 2022-11-23T02:27:21.6720872Z ] 2022-11-23T02:27:21.6721515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6722098Z with 2022-11-23T02:27:21.6722319Z [ 2022-11-23T02:27:21.6722544Z T=c10::SymInt 2022-11-23T02:27:21.6722747Z ] 2022-11-23T02:27:21.6723290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6724138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6725139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6725710Z with 2022-11-23T02:27:21.6725937Z [ 2022-11-23T02:27:21.6726169Z T=c10::SymInt 2022-11-23T02:27:21.6726383Z ] 2022-11-23T02:27:21.6726882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:27:21.6727653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6728135Z with 2022-11-23T02:27:21.6728348Z [ 2022-11-23T02:27:21.6728576Z T=std::string 2022-11-23T02:27:21.6728787Z ] 2022-11-23T02:27:21.6729301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6729666Z with 2022-11-23T02:27:21.6729818Z [ 2022-11-23T02:27:21.6729982Z T=std::string 2022-11-23T02:27:21.6730142Z ] 2022-11-23T02:27:21.6730567Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6731027Z with 2022-11-23T02:27:21.6731182Z [ 2022-11-23T02:27:21.6731392Z T=std::string 2022-11-23T02:27:21.6731555Z ] 2022-11-23T02:27:21.6732019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6732430Z with 2022-11-23T02:27:21.6732581Z [ 2022-11-23T02:27:21.6732747Z T=std::string 2022-11-23T02:27:21.6732909Z ] 2022-11-23T02:27:21.6733306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6733938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6734648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6735024Z with 2022-11-23T02:27:21.6735181Z [ 2022-11-23T02:27:21.6735349Z T=std::string 2022-11-23T02:27:21.6735513Z ] 2022-11-23T02:27:21.6735897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6736252Z with 2022-11-23T02:27:21.6736392Z [ 2022-11-23T02:27:21.6736568Z T=c10::QualifiedName 2022-11-23T02:27:21.6736792Z ] 2022-11-23T02:27:21.6737237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6738049Z with 2022-11-23T02:27:21.6738208Z [ 2022-11-23T02:27:21.6738371Z T=c10::QualifiedName 2022-11-23T02:27:21.6738542Z ] 2022-11-23T02:27:21.6739054Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6739463Z with 2022-11-23T02:27:21.6739617Z [ 2022-11-23T02:27:21.6739778Z T=c10::QualifiedName 2022-11-23T02:27:21.6739951Z ] 2022-11-23T02:27:21.6740410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6740837Z with 2022-11-23T02:27:21.6740991Z [ 2022-11-23T02:27:21.6741166Z T=c10::QualifiedName 2022-11-23T02:27:21.6741327Z ] 2022-11-23T02:27:21.6741740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6742377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6743117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6743508Z with 2022-11-23T02:27:21.6743662Z [ 2022-11-23T02:27:21.6743838Z T=c10::QualifiedName 2022-11-23T02:27:21.6744002Z ] 2022-11-23T02:27:21.6744387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6744743Z with 2022-11-23T02:27:21.6744893Z [ 2022-11-23T02:27:21.6745062Z T=at::TensorBase 2022-11-23T02:27:21.6745231Z ] 2022-11-23T02:27:21.6745614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6745979Z with 2022-11-23T02:27:21.6746131Z [ 2022-11-23T02:27:21.6746300Z T=at::TensorBase 2022-11-23T02:27:21.6746465Z ] 2022-11-23T02:27:21.6746901Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6747344Z with 2022-11-23T02:27:21.6747496Z [ 2022-11-23T02:27:21.6747665Z T=at::TensorBase 2022-11-23T02:27:21.6747831Z ] 2022-11-23T02:27:21.6748331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6748762Z with 2022-11-23T02:27:21.6748952Z [ 2022-11-23T02:27:21.6749121Z T=at::TensorBase 2022-11-23T02:27:21.6749286Z ] 2022-11-23T02:27:21.6749693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6750327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6751021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6751411Z with 2022-11-23T02:27:21.6751553Z [ 2022-11-23T02:27:21.6751724Z T=at::TensorBase 2022-11-23T02:27:21.6751891Z ] 2022-11-23T02:27:21.6752274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6752623Z with 2022-11-23T02:27:21.6752762Z [ 2022-11-23T02:27:21.6752926Z T=at::Tensor 2022-11-23T02:27:21.6753087Z ] 2022-11-23T02:27:21.6753490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6753853Z with 2022-11-23T02:27:21.6754004Z [ 2022-11-23T02:27:21.6754202Z T=at::Tensor 2022-11-23T02:27:21.6754364Z ] 2022-11-23T02:27:21.6754847Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6755243Z with 2022-11-23T02:27:21.6755395Z [ 2022-11-23T02:27:21.6755558Z T=at::Tensor 2022-11-23T02:27:21.6755709Z ] 2022-11-23T02:27:21.6756165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6756593Z with 2022-11-23T02:27:21.6756747Z [ 2022-11-23T02:27:21.6756908Z T=at::Tensor 2022-11-23T02:27:21.6757062Z ] 2022-11-23T02:27:21.6757461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6758077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6758715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6759097Z with 2022-11-23T02:27:21.6759312Z [ 2022-11-23T02:27:21.6759478Z T=at::Tensor 2022-11-23T02:27:21.6759629Z ] 2022-11-23T02:27:21.6760057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6760438Z with 2022-11-23T02:27:21.6760615Z [ 2022-11-23T02:27:21.6760783Z T=at::Generator 2022-11-23T02:27:21.6760952Z ] 2022-11-23T02:27:21.6761335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6761701Z with 2022-11-23T02:27:21.6761854Z [ 2022-11-23T02:27:21.6762021Z T=at::Generator 2022-11-23T02:27:21.6762188Z ] 2022-11-23T02:27:21.6762620Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6763014Z with 2022-11-23T02:27:21.6763165Z [ 2022-11-23T02:27:21.6763329Z T=at::Generator 2022-11-23T02:27:21.6763496Z ] 2022-11-23T02:27:21.6764017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6764442Z with 2022-11-23T02:27:21.6764582Z [ 2022-11-23T02:27:21.6764749Z T=at::Generator 2022-11-23T02:27:21.6764917Z ] 2022-11-23T02:27:21.6765322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6766007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6766692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6767078Z with 2022-11-23T02:27:21.6767219Z [ 2022-11-23T02:27:21.6767387Z T=at::Generator 2022-11-23T02:27:21.6767554Z ] 2022-11-23T02:27:21.6767934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6768282Z with 2022-11-23T02:27:21.6768421Z [ 2022-11-23T02:27:21.6768586Z T=c10::Scalar 2022-11-23T02:27:21.6768751Z ] 2022-11-23T02:27:21.6769148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6769509Z with 2022-11-23T02:27:21.6769662Z [ 2022-11-23T02:27:21.6769814Z T=c10::Scalar 2022-11-23T02:27:21.6769975Z ] 2022-11-23T02:27:21.6770409Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6770811Z with 2022-11-23T02:27:21.6770965Z [ 2022-11-23T02:27:21.6771126Z T=c10::Scalar 2022-11-23T02:27:21.6771276Z ] 2022-11-23T02:27:21.6771788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6772319Z with 2022-11-23T02:27:21.6772472Z [ 2022-11-23T02:27:21.6772634Z T=c10::Scalar 2022-11-23T02:27:21.6772795Z ] 2022-11-23T02:27:21.6773189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6773812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6774447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6774834Z with 2022-11-23T02:27:21.6774988Z [ 2022-11-23T02:27:21.6775151Z T=c10::Scalar 2022-11-23T02:27:21.6775302Z ] 2022-11-23T02:27:21.6776236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6776613Z with 2022-11-23T02:27:21.6776769Z [ 2022-11-23T02:27:21.6776987Z T=std::shared_ptr 2022-11-23T02:27:21.6777190Z ] 2022-11-23T02:27:21.6777630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6778109Z with 2022-11-23T02:27:21.6778261Z [ 2022-11-23T02:27:21.6778479Z T=std::shared_ptr 2022-11-23T02:27:21.6778687Z ] 2022-11-23T02:27:21.6779124Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6779524Z with 2022-11-23T02:27:21.6779671Z [ 2022-11-23T02:27:21.6779885Z T=std::shared_ptr 2022-11-23T02:27:21.6780084Z ] 2022-11-23T02:27:21.6780546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6780966Z with 2022-11-23T02:27:21.6781119Z [ 2022-11-23T02:27:21.6781321Z T=std::shared_ptr 2022-11-23T02:27:21.6781527Z ] 2022-11-23T02:27:21.6781971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:21.6782668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:21.6783382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6783814Z with 2022-11-23T02:27:21.6783971Z [ 2022-11-23T02:27:21.6784175Z T=std::shared_ptr 2022-11-23T02:27:21.6784379Z ] 2022-11-23T02:27:21.6784763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6785195Z with 2022-11-23T02:27:21.6785346Z [ 2022-11-23T02:27:21.6785556Z T=std::weak_ptr 2022-11-23T02:27:21.6785747Z ] 2022-11-23T02:27:21.6786147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6786514Z with 2022-11-23T02:27:21.6786665Z [ 2022-11-23T02:27:21.6786873Z T=std::weak_ptr 2022-11-23T02:27:21.6787060Z ] 2022-11-23T02:27:21.6787497Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6787896Z with 2022-11-23T02:27:21.6788047Z [ 2022-11-23T02:27:21.6788257Z T=std::weak_ptr 2022-11-23T02:27:21.6788454Z ] 2022-11-23T02:27:21.6788971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6789440Z with 2022-11-23T02:27:21.6789639Z [ 2022-11-23T02:27:21.6789851Z T=std::weak_ptr 2022-11-23T02:27:21.6790053Z ] 2022-11-23T02:27:21.6790489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:21.6791177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:21.6791844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6792214Z with 2022-11-23T02:27:21.6792367Z [ 2022-11-23T02:27:21.6792580Z T=std::weak_ptr 2022-11-23T02:27:21.6792779Z ] 2022-11-23T02:27:21.6793165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6793518Z with 2022-11-23T02:27:21.6793662Z [ 2022-11-23T02:27:21.6793902Z T=std::vector> 2022-11-23T02:27:21.6794129Z ] 2022-11-23T02:27:21.6794527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6794944Z with 2022-11-23T02:27:21.6795096Z [ 2022-11-23T02:27:21.6795322Z T=std::vector> 2022-11-23T02:27:21.6795592Z ] 2022-11-23T02:27:21.6796021Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6796419Z with 2022-11-23T02:27:21.6796569Z [ 2022-11-23T02:27:21.6796806Z T=std::vector> 2022-11-23T02:27:21.6797075Z ] 2022-11-23T02:27:21.6797534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6797963Z with 2022-11-23T02:27:21.6798114Z [ 2022-11-23T02:27:21.6798353Z T=std::vector> 2022-11-23T02:27:21.6798577Z ] 2022-11-23T02:27:21.6799021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:21.6799746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:21.6800426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6800912Z with 2022-11-23T02:27:21.6801070Z [ 2022-11-23T02:27:21.6801355Z T=std::vector> 2022-11-23T02:27:21.6801580Z ] 2022-11-23T02:27:21.6801959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6802303Z with 2022-11-23T02:27:21.6812109Z [ 2022-11-23T02:27:21.6812423Z T=std::vector> 2022-11-23T02:27:21.6812636Z ] 2022-11-23T02:27:21.6813092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6813478Z with 2022-11-23T02:27:21.6813633Z [ 2022-11-23T02:27:21.6813840Z T=std::vector> 2022-11-23T02:27:21.6814039Z ] 2022-11-23T02:27:21.6814483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6814880Z with 2022-11-23T02:27:21.6815033Z [ 2022-11-23T02:27:21.6815240Z T=std::vector> 2022-11-23T02:27:21.6815432Z ] 2022-11-23T02:27:21.6815899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6816329Z with 2022-11-23T02:27:21.6816473Z [ 2022-11-23T02:27:21.6816680Z T=std::vector> 2022-11-23T02:27:21.6816877Z ] 2022-11-23T02:27:21.6817316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:21.6818073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:21.6818773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6819340Z with 2022-11-23T02:27:21.6819500Z [ 2022-11-23T02:27:21.6819696Z T=std::vector> 2022-11-23T02:27:21.6819895Z ] 2022-11-23T02:27:21.6820286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6820644Z with 2022-11-23T02:27:21.6820800Z [ 2022-11-23T02:27:21.6821038Z T=std::vector,std::allocator>> 2022-11-23T02:27:21.6821272Z ] 2022-11-23T02:27:21.6821669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6822043Z with 2022-11-23T02:27:21.6822195Z [ 2022-11-23T02:27:21.6822444Z T=std::vector,std::allocator>> 2022-11-23T02:27:21.6822661Z ] 2022-11-23T02:27:21.6823163Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6823573Z with 2022-11-23T02:27:21.6823728Z [ 2022-11-23T02:27:21.6823978Z T=std::vector,std::allocator>> 2022-11-23T02:27:21.6824250Z ] 2022-11-23T02:27:21.6824754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6825185Z with 2022-11-23T02:27:21.6825340Z [ 2022-11-23T02:27:21.6825588Z T=std::vector,std::allocator>> 2022-11-23T02:27:21.6825820Z ] 2022-11-23T02:27:21.6826288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:27:21.6827026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:27:21.6827701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:27:21.6828344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6828730Z with 2022-11-23T02:27:21.6828875Z [ 2022-11-23T02:27:21.6829128Z T=std::vector,std::allocator>> 2022-11-23T02:27:21.6829369Z ] 2022-11-23T02:27:21.6829756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6830157Z with 2022-11-23T02:27:21.6830310Z [ 2022-11-23T02:27:21.6830573Z T=std::vector,std::allocator>> 2022-11-23T02:27:21.6830876Z ] 2022-11-23T02:27:21.6831275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6831641Z with 2022-11-23T02:27:21.6831796Z [ 2022-11-23T02:27:21.6832041Z T=std::vector,std::allocator>> 2022-11-23T02:27:21.6832259Z ] 2022-11-23T02:27:21.6832695Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6833098Z with 2022-11-23T02:27:21.6833251Z [ 2022-11-23T02:27:21.6833491Z T=std::vector,std::allocator>> 2022-11-23T02:27:21.6833714Z ] 2022-11-23T02:27:21.6834166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6834592Z with 2022-11-23T02:27:21.6834744Z [ 2022-11-23T02:27:21.6835034Z T=std::vector,std::allocator>> 2022-11-23T02:27:21.6835264Z ] 2022-11-23T02:27:21.6835729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:27:21.6836552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:27:21.6837233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:27:21.6838213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6838821Z with 2022-11-23T02:27:21.6839068Z [ 2022-11-23T02:27:21.6839457Z T=std::vector,std::allocator>> 2022-11-23T02:27:21.6839816Z ] 2022-11-23T02:27:21.6840400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6840951Z with 2022-11-23T02:27:21.6841178Z [ 2022-11-23T02:27:21.6841485Z T=std::vector> 2022-11-23T02:27:21.6841751Z ] 2022-11-23T02:27:21.6842224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6842646Z with 2022-11-23T02:27:21.6842790Z [ 2022-11-23T02:27:21.6843005Z T=std::vector> 2022-11-23T02:27:21.6843205Z ] 2022-11-23T02:27:21.6843643Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6844052Z with 2022-11-23T02:27:21.6844206Z [ 2022-11-23T02:27:21.6844404Z T=std::vector> 2022-11-23T02:27:21.6844710Z ] 2022-11-23T02:27:21.6845173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6845599Z with 2022-11-23T02:27:21.6845758Z [ 2022-11-23T02:27:21.6845971Z T=std::vector> 2022-11-23T02:27:21.6846164Z ] 2022-11-23T02:27:21.6846686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:21.6847358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:21.6848075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6848508Z with 2022-11-23T02:27:21.6848666Z [ 2022-11-23T02:27:21.6848939Z T=std::vector> 2022-11-23T02:27:21.6849139Z ] 2022-11-23T02:27:21.6849516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6849875Z with 2022-11-23T02:27:21.6850032Z [ 2022-11-23T02:27:21.6850272Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:21.6850505Z ] 2022-11-23T02:27:21.6850907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6851264Z with 2022-11-23T02:27:21.6851416Z [ 2022-11-23T02:27:21.6851652Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:21.6851871Z ] 2022-11-23T02:27:21.6852311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6852708Z with 2022-11-23T02:27:21.6852849Z [ 2022-11-23T02:27:21.6853083Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:21.6853303Z ] 2022-11-23T02:27:21.6853762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6854184Z with 2022-11-23T02:27:21.6854336Z [ 2022-11-23T02:27:21.6854558Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:21.6854780Z ] 2022-11-23T02:27:21.6855239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:21.6855979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:21.6856722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:27:21.6857475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6857947Z with 2022-11-23T02:27:21.6858106Z [ 2022-11-23T02:27:21.6858332Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:27:21.6858560Z ] 2022-11-23T02:27:21.6859003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6859360Z with 2022-11-23T02:27:21.6859565Z [ 2022-11-23T02:27:21.6859803Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:21.6860017Z ] 2022-11-23T02:27:21.6860425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6860795Z with 2022-11-23T02:27:21.6860948Z [ 2022-11-23T02:27:21.6861238Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:21.6861462Z ] 2022-11-23T02:27:21.6861889Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6862298Z with 2022-11-23T02:27:21.6862453Z [ 2022-11-23T02:27:21.6862689Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:21.6862910Z ] 2022-11-23T02:27:21.6863380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6863813Z with 2022-11-23T02:27:21.6863956Z [ 2022-11-23T02:27:21.6864192Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:21.6864415Z ] 2022-11-23T02:27:21.6864870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:21.6865611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:21.6866358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:27:21.6867046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6867432Z with 2022-11-23T02:27:21.6867574Z [ 2022-11-23T02:27:21.6867812Z T=c10::impl::InlineStreamGuard 2022-11-23T02:27:21.6868033Z ] 2022-11-23T02:27:21.6868420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6868826Z with 2022-11-23T02:27:21.6868980Z [ 2022-11-23T02:27:21.6869157Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:21.6869345Z ] 2022-11-23T02:27:21.6869743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6870117Z with 2022-11-23T02:27:21.6870271Z [ 2022-11-23T02:27:21.6870462Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:21.6870636Z ] 2022-11-23T02:27:21.6871071Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6871469Z with 2022-11-23T02:27:21.6871621Z [ 2022-11-23T02:27:21.6871812Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:21.6871986Z ] 2022-11-23T02:27:21.6872445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6872872Z with 2022-11-23T02:27:21.6873026Z [ 2022-11-23T02:27:21.6873261Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:21.6873446Z ] 2022-11-23T02:27:21.6873871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6874501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6874942Z with 2022-11-23T02:27:21.6875099Z [ 2022-11-23T02:27:21.6875336Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:21.6875529Z ] 2022-11-23T02:27:21.6875994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:27:21.6876682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6877059Z with 2022-11-23T02:27:21.6877214Z [ 2022-11-23T02:27:21.6877403Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:27:21.6877588Z ] 2022-11-23T02:27:21.6877972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6878332Z with 2022-11-23T02:27:21.6878473Z [ 2022-11-23T02:27:21.6878746Z T=std::vector> 2022-11-23T02:27:21.6878999Z ] 2022-11-23T02:27:21.6879396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6879767Z with 2022-11-23T02:27:21.6879920Z [ 2022-11-23T02:27:21.6880181Z T=std::vector> 2022-11-23T02:27:21.6880429Z ] 2022-11-23T02:27:21.6880867Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6881327Z with 2022-11-23T02:27:21.6881482Z [ 2022-11-23T02:27:21.6881759Z T=std::vector> 2022-11-23T02:27:21.6882000Z ] 2022-11-23T02:27:21.6882467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6882893Z with 2022-11-23T02:27:21.6883049Z [ 2022-11-23T02:27:21.6883320Z T=std::vector> 2022-11-23T02:27:21.6883570Z ] 2022-11-23T02:27:21.6884059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:21.6884897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:21.6885601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6885989Z with 2022-11-23T02:27:21.6886148Z [ 2022-11-23T02:27:21.6886418Z T=std::vector> 2022-11-23T02:27:21.6886669Z ] 2022-11-23T02:27:21.6887056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6887410Z with 2022-11-23T02:27:21.6887551Z [ 2022-11-23T02:27:21.6887723Z T=c10::DimVector 2022-11-23T02:27:21.6887892Z ] 2022-11-23T02:27:21.6888290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6888661Z with 2022-11-23T02:27:21.6888800Z [ 2022-11-23T02:27:21.6888968Z T=c10::DimVector 2022-11-23T02:27:21.6889136Z ] 2022-11-23T02:27:21.6889569Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6889966Z with 2022-11-23T02:27:21.6890120Z [ 2022-11-23T02:27:21.6890274Z T=c10::DimVector 2022-11-23T02:27:21.6890439Z ] 2022-11-23T02:27:21.6890899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6891320Z with 2022-11-23T02:27:21.6891472Z [ 2022-11-23T02:27:21.6891638Z T=c10::DimVector 2022-11-23T02:27:21.6891790Z ] 2022-11-23T02:27:21.6892192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6892823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6893518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6893902Z with 2022-11-23T02:27:21.6894056Z [ 2022-11-23T02:27:21.6894223Z T=c10::DimVector 2022-11-23T02:27:21.6894375Z ] 2022-11-23T02:27:21.6894756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6895112Z with 2022-11-23T02:27:21.6895268Z [ 2022-11-23T02:27:21.6895453Z T=torch::autograd::ViewInfo 2022-11-23T02:27:21.6895638Z ] 2022-11-23T02:27:21.6896023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6896398Z with 2022-11-23T02:27:21.6896548Z [ 2022-11-23T02:27:21.6896729Z T=torch::autograd::ViewInfo 2022-11-23T02:27:21.6896910Z ] 2022-11-23T02:27:21.6897379Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6897867Z with 2022-11-23T02:27:21.6898019Z [ 2022-11-23T02:27:21.6898206Z T=torch::autograd::ViewInfo 2022-11-23T02:27:21.6898385Z ] 2022-11-23T02:27:21.6898847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6899279Z with 2022-11-23T02:27:21.6899423Z [ 2022-11-23T02:27:21.6899608Z T=torch::autograd::ViewInfo 2022-11-23T02:27:21.6899790Z ] 2022-11-23T02:27:21.6900208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6900867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6901530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6901915Z with 2022-11-23T02:27:21.6902058Z [ 2022-11-23T02:27:21.6902242Z T=torch::autograd::ViewInfo 2022-11-23T02:27:21.6902423Z ] 2022-11-23T02:27:21.6902808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6903165Z with 2022-11-23T02:27:21.6903304Z [ 2022-11-23T02:27:21.6903522Z T=std::vector> 2022-11-23T02:27:21.6903729Z ] 2022-11-23T02:27:21.6904132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6904501Z with 2022-11-23T02:27:21.6904654Z [ 2022-11-23T02:27:21.6904858Z T=std::vector> 2022-11-23T02:27:21.6905126Z ] 2022-11-23T02:27:21.6905567Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6906025Z with 2022-11-23T02:27:21.6906225Z [ 2022-11-23T02:27:21.6906453Z T=std::vector> 2022-11-23T02:27:21.6906648Z ] 2022-11-23T02:27:21.6907109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6907534Z with 2022-11-23T02:27:21.6907687Z [ 2022-11-23T02:27:21.6907904Z T=std::vector> 2022-11-23T02:27:21.6908110Z ] 2022-11-23T02:27:21.6908524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:21.6908911Z with 2022-11-23T02:27:21.6909066Z [ 2022-11-23T02:27:21.6909229Z T=c10::SymInt 2022-11-23T02:27:21.6909394Z ] 2022-11-23T02:27:21.6909862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:21.6910253Z with 2022-11-23T02:27:21.6910393Z [ 2022-11-23T02:27:21.6910559Z T=c10::SymInt 2022-11-23T02:27:21.6910722Z ] 2022-11-23T02:27:21.6911167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:27:21.6911931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:27:21.6912657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6913044Z with 2022-11-23T02:27:21.6913187Z [ 2022-11-23T02:27:21.6913406Z T=std::vector> 2022-11-23T02:27:21.6913613Z ] 2022-11-23T02:27:21.6913995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6914353Z with 2022-11-23T02:27:21.6914505Z [ 2022-11-23T02:27:21.6914656Z T=c10::IValue 2022-11-23T02:27:21.6914818Z ] 2022-11-23T02:27:21.6915216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6915583Z with 2022-11-23T02:27:21.6915733Z [ 2022-11-23T02:27:21.6915882Z T=c10::IValue 2022-11-23T02:27:21.6916046Z ] 2022-11-23T02:27:21.6916484Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6916884Z with 2022-11-23T02:27:21.6917036Z [ 2022-11-23T02:27:21.6917198Z T=c10::IValue 2022-11-23T02:27:21.6917887Z ] 2022-11-23T02:27:21.6918354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6918783Z with 2022-11-23T02:27:21.6918940Z [ 2022-11-23T02:27:21.6919104Z T=c10::IValue 2022-11-23T02:27:21.6919273Z ] 2022-11-23T02:27:21.6919662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6920289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6920926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6921313Z with 2022-11-23T02:27:21.6921468Z [ 2022-11-23T02:27:21.6921632Z T=c10::IValue 2022-11-23T02:27:21.6921798Z ] 2022-11-23T02:27:21.6922216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6922579Z with 2022-11-23T02:27:21.6922733Z [ 2022-11-23T02:27:21.6922903Z T=c10::AliasInfo 2022-11-23T02:27:21.6923070Z ] 2022-11-23T02:27:21.6923451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6923824Z with 2022-11-23T02:27:21.6923977Z [ 2022-11-23T02:27:21.6924146Z T=c10::AliasInfo 2022-11-23T02:27:21.6924312Z ] 2022-11-23T02:27:21.6924745Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6925149Z with 2022-11-23T02:27:21.6925289Z [ 2022-11-23T02:27:21.6925461Z T=c10::AliasInfo 2022-11-23T02:27:21.6925627Z ] 2022-11-23T02:27:21.6926087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6926508Z with 2022-11-23T02:27:21.6926645Z [ 2022-11-23T02:27:21.6926812Z T=c10::AliasInfo 2022-11-23T02:27:21.6926982Z ] 2022-11-23T02:27:21.6927383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6928018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6928661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6929050Z with 2022-11-23T02:27:21.6929190Z [ 2022-11-23T02:27:21.6929360Z T=c10::AliasInfo 2022-11-23T02:27:21.6929527Z ] 2022-11-23T02:27:21.6929908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6930313Z with 2022-11-23T02:27:21.6930465Z [ 2022-11-23T02:27:21.6930640Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:21.6930823Z ] 2022-11-23T02:27:21.6931222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6931586Z with 2022-11-23T02:27:21.6931740Z [ 2022-11-23T02:27:21.6931912Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:21.6932099Z ] 2022-11-23T02:27:21.6932536Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6932936Z with 2022-11-23T02:27:21.6933087Z [ 2022-11-23T02:27:21.6933273Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:21.6933442Z ] 2022-11-23T02:27:21.6933950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6934376Z with 2022-11-23T02:27:21.6934531Z [ 2022-11-23T02:27:21.6934718Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:21.6934898Z ] 2022-11-23T02:27:21.6935307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6935987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6936662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6937058Z with 2022-11-23T02:27:21.6937213Z [ 2022-11-23T02:27:21.6937398Z T=c10::impl::AnnotatedSchema 2022-11-23T02:27:21.6937582Z ] 2022-11-23T02:27:21.6938030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6938387Z with 2022-11-23T02:27:21.6938540Z [ 2022-11-23T02:27:21.6938768Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:21.6938988Z ] 2022-11-23T02:27:21.6939385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6939757Z with 2022-11-23T02:27:21.6939898Z [ 2022-11-23T02:27:21.6940128Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:21.6940342Z ] 2022-11-23T02:27:21.6940776Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6941177Z with 2022-11-23T02:27:21.6941316Z [ 2022-11-23T02:27:21.6941541Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:21.6941752Z ] 2022-11-23T02:27:21.6942214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6942699Z with 2022-11-23T02:27:21.6942854Z [ 2022-11-23T02:27:21.6943065Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:21.6943281Z ] 2022-11-23T02:27:21.6943737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6944476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6945174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6945566Z with 2022-11-23T02:27:21.6945719Z [ 2022-11-23T02:27:21.6945945Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:27:21.6946149Z ] 2022-11-23T02:27:21.6946585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T02:27:21.6947141Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T02:27:21.6947687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6948047Z with 2022-11-23T02:27:21.6948202Z [ 2022-11-23T02:27:21.6948377Z T=at::StepCallbacks 2022-11-23T02:27:21.6948538Z ] 2022-11-23T02:27:21.6948942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6949310Z with 2022-11-23T02:27:21.6949462Z [ 2022-11-23T02:27:21.6949635Z T=at::StepCallbacks 2022-11-23T02:27:21.6949794Z ] 2022-11-23T02:27:21.6950224Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6950625Z with 2022-11-23T02:27:21.6950776Z [ 2022-11-23T02:27:21.6950949Z T=at::StepCallbacks 2022-11-23T02:27:21.6951122Z ] 2022-11-23T02:27:21.6951574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6952006Z with 2022-11-23T02:27:21.6952158Z [ 2022-11-23T02:27:21.6952333Z T=at::StepCallbacks 2022-11-23T02:27:21.6952506Z ] 2022-11-23T02:27:21.6952916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6953567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(672): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6954211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6954647Z with 2022-11-23T02:27:21.6954802Z [ 2022-11-23T02:27:21.6954978Z T=at::StepCallbacks 2022-11-23T02:27:21.6955151Z ] 2022-11-23T02:27:21.6955539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6955884Z with 2022-11-23T02:27:21.6956038Z [ 2022-11-23T02:27:21.6956266Z T=c10::either 2022-11-23T02:27:21.6956481Z ] 2022-11-23T02:27:21.6956881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6957254Z with 2022-11-23T02:27:21.6957394Z [ 2022-11-23T02:27:21.6957618Z T=c10::either 2022-11-23T02:27:21.6957829Z ] 2022-11-23T02:27:21.6958308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6958716Z with 2022-11-23T02:27:21.6958870Z [ 2022-11-23T02:27:21.6959082Z T=c10::either 2022-11-23T02:27:21.6959294Z ] 2022-11-23T02:27:21.6959753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6960176Z with 2022-11-23T02:27:21.6960331Z [ 2022-11-23T02:27:21.6960557Z T=c10::either 2022-11-23T02:27:21.6960757Z ] 2022-11-23T02:27:21.6961204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:21.6962019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:21.6962777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6963166Z with 2022-11-23T02:27:21.6963322Z [ 2022-11-23T02:27:21.6963548Z T=c10::either 2022-11-23T02:27:21.6963760Z ] 2022-11-23T02:27:21.6964135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6964494Z with 2022-11-23T02:27:21.6964649Z [ 2022-11-23T02:27:21.6964829Z T=torch::jit::Operator 2022-11-23T02:27:21.6965005Z ] 2022-11-23T02:27:21.6965390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6965757Z with 2022-11-23T02:27:21.6965912Z [ 2022-11-23T02:27:21.6966089Z T=torch::jit::Operator 2022-11-23T02:27:21.6966260Z ] 2022-11-23T02:27:21.6966753Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6967156Z with 2022-11-23T02:27:21.6967299Z [ 2022-11-23T02:27:21.6967477Z T=torch::jit::Operator 2022-11-23T02:27:21.6967649Z ] 2022-11-23T02:27:21.6968110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6968540Z with 2022-11-23T02:27:21.6968682Z [ 2022-11-23T02:27:21.6968859Z T=torch::jit::Operator 2022-11-23T02:27:21.6969032Z ] 2022-11-23T02:27:21.6969444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6970107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/custom_operator.h(23): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6970811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6971200Z with 2022-11-23T02:27:21.6971354Z [ 2022-11-23T02:27:21.6971520Z T=torch::jit::Operator 2022-11-23T02:27:21.6971695Z ] 2022-11-23T02:27:21.6972083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6972437Z with 2022-11-23T02:27:21.6972593Z [ 2022-11-23T02:27:21.6972785Z T=std::tuple 2022-11-23T02:27:21.6972983Z ] 2022-11-23T02:27:21.6973383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6973751Z with 2022-11-23T02:27:21.6973902Z [ 2022-11-23T02:27:21.6974104Z T=std::tuple 2022-11-23T02:27:21.6974286Z ] 2022-11-23T02:27:21.6974718Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6975122Z with 2022-11-23T02:27:21.6975276Z [ 2022-11-23T02:27:21.6975479Z T=std::tuple 2022-11-23T02:27:21.6975672Z ] 2022-11-23T02:27:21.6976119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6976546Z with 2022-11-23T02:27:21.6976703Z [ 2022-11-23T02:27:21.6976903Z T=std::tuple 2022-11-23T02:27:21.6977096Z ] 2022-11-23T02:27:21.6977522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:21.6978290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:21.6979005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6979394Z with 2022-11-23T02:27:21.6979554Z [ 2022-11-23T02:27:21.6979759Z T=std::tuple 2022-11-23T02:27:21.6979955Z ] 2022-11-23T02:27:21.6980337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6980698Z with 2022-11-23T02:27:21.6980840Z [ 2022-11-23T02:27:21.6981021Z T=torch::jit::SourceRange 2022-11-23T02:27:21.6981199Z ] 2022-11-23T02:27:21.6981600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6981967Z with 2022-11-23T02:27:21.6982106Z [ 2022-11-23T02:27:21.6982285Z T=torch::jit::SourceRange 2022-11-23T02:27:21.6982462Z ] 2022-11-23T02:27:21.6983344Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6983761Z with 2022-11-23T02:27:21.6983915Z [ 2022-11-23T02:27:21.6984087Z T=torch::jit::SourceRange 2022-11-23T02:27:21.6984268Z ] 2022-11-23T02:27:21.6984733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6985166Z with 2022-11-23T02:27:21.6985321Z [ 2022-11-23T02:27:21.6985501Z T=torch::jit::SourceRange 2022-11-23T02:27:21.6985669Z ] 2022-11-23T02:27:21.6986086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6986746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6987409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6987795Z with 2022-11-23T02:27:21.6987950Z [ 2022-11-23T02:27:21.6988130Z T=torch::jit::SourceRange 2022-11-23T02:27:21.6988297Z ] 2022-11-23T02:27:21.6988681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6989035Z with 2022-11-23T02:27:21.6989189Z [ 2022-11-23T02:27:21.6989388Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:21.6989585Z ] 2022-11-23T02:27:21.6989969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6990332Z with 2022-11-23T02:27:21.6990485Z [ 2022-11-23T02:27:21.6990682Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:21.6990874Z ] 2022-11-23T02:27:21.6991356Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6991758Z with 2022-11-23T02:27:21.6991913Z [ 2022-11-23T02:27:21.6992116Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:21.6992309Z ] 2022-11-23T02:27:21.6992767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.6993194Z with 2022-11-23T02:27:21.6993334Z [ 2022-11-23T02:27:21.6993531Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:21.6993721Z ] 2022-11-23T02:27:21.6994151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.6994877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.6995543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6995920Z with 2022-11-23T02:27:21.6996063Z [ 2022-11-23T02:27:21.6996262Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:27:21.6996458Z ] 2022-11-23T02:27:21.6996842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.6997201Z with 2022-11-23T02:27:21.6997355Z [ 2022-11-23T02:27:21.6997538Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:21.6997729Z ] 2022-11-23T02:27:21.6998128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.6998496Z with 2022-11-23T02:27:21.6998647Z [ 2022-11-23T02:27:21.6998829Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:21.6999023Z ] 2022-11-23T02:27:21.6999456Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.6999852Z with 2022-11-23T02:27:21.7000006Z [ 2022-11-23T02:27:21.7000197Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:21.7000374Z ] 2022-11-23T02:27:21.7000839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.7001265Z with 2022-11-23T02:27:21.7001419Z [ 2022-11-23T02:27:21.7001612Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:21.7001801Z ] 2022-11-23T02:27:21.7002215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.7002890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.7003603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7003988Z with 2022-11-23T02:27:21.7004142Z [ 2022-11-23T02:27:21.7004336Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:27:21.7004528Z ] 2022-11-23T02:27:21.7004900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7005253Z with 2022-11-23T02:27:21.7005406Z [ 2022-11-23T02:27:21.7005585Z T=torch::jit::ScopePtr 2022-11-23T02:27:21.7005761Z ] 2022-11-23T02:27:21.7006158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.7006514Z with 2022-11-23T02:27:21.7006665Z [ 2022-11-23T02:27:21.7006845Z T=torch::jit::ScopePtr 2022-11-23T02:27:21.7007017Z ] 2022-11-23T02:27:21.7007500Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.7007904Z with 2022-11-23T02:27:21.7008044Z [ 2022-11-23T02:27:21.7008224Z T=torch::jit::ScopePtr 2022-11-23T02:27:21.7008399Z ] 2022-11-23T02:27:21.7008862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.7009293Z with 2022-11-23T02:27:21.7009448Z [ 2022-11-23T02:27:21.7009612Z T=torch::jit::ScopePtr 2022-11-23T02:27:21.7009786Z ] 2022-11-23T02:27:21.7010200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.7010841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.7011491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7011876Z with 2022-11-23T02:27:21.7012033Z [ 2022-11-23T02:27:21.7012202Z T=torch::jit::ScopePtr 2022-11-23T02:27:21.7012377Z ] 2022-11-23T02:27:21.7012758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7013107Z with 2022-11-23T02:27:21.7013263Z [ 2022-11-23T02:27:21.7013445Z T=at::ThreadLocalState 2022-11-23T02:27:21.7013609Z ] 2022-11-23T02:27:21.7014010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.7014375Z with 2022-11-23T02:27:21.7014527Z [ 2022-11-23T02:27:21.7014706Z T=at::ThreadLocalState 2022-11-23T02:27:21.7014870Z ] 2022-11-23T02:27:21.7015307Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.7015756Z with 2022-11-23T02:27:21.7015908Z [ 2022-11-23T02:27:21.7016087Z T=at::ThreadLocalState 2022-11-23T02:27:21.7016262Z ] 2022-11-23T02:27:21.7016712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.7017141Z with 2022-11-23T02:27:21.7017294Z [ 2022-11-23T02:27:21.7017477Z T=at::ThreadLocalState 2022-11-23T02:27:21.7017651Z ] 2022-11-23T02:27:21.7018157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.7018828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.7019532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7019923Z with 2022-11-23T02:27:21.7020080Z [ 2022-11-23T02:27:21.7020262Z T=at::ThreadLocalState 2022-11-23T02:27:21.7020442Z ] 2022-11-23T02:27:21.7020990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7021331Z with 2022-11-23T02:27:21.7021491Z [ 2022-11-23T02:27:21.7021692Z T=std::shared_ptr 2022-11-23T02:27:21.7021885Z ] 2022-11-23T02:27:21.7022285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.7022660Z with 2022-11-23T02:27:21.7022800Z [ 2022-11-23T02:27:21.7022997Z T=std::shared_ptr 2022-11-23T02:27:21.7023187Z ] 2022-11-23T02:27:21.7023620Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.7024023Z with 2022-11-23T02:27:21.7024173Z [ 2022-11-23T02:27:21.7024356Z T=std::shared_ptr 2022-11-23T02:27:21.7024545Z ] 2022-11-23T02:27:21.7025006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.7025434Z with 2022-11-23T02:27:21.7025587Z [ 2022-11-23T02:27:21.7025784Z T=std::shared_ptr 2022-11-23T02:27:21.7025966Z ] 2022-11-23T02:27:21.7026389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:27:21.7027042Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:27:21.7027782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:27:21.7028466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7028858Z with 2022-11-23T02:27:21.7029014Z [ 2022-11-23T02:27:21.7029219Z T=std::shared_ptr 2022-11-23T02:27:21.7029397Z ] 2022-11-23T02:27:21.7029783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7030138Z with 2022-11-23T02:27:21.7030297Z [ 2022-11-23T02:27:21.7030485Z T=torch::jit::GraphExecutor 2022-11-23T02:27:21.7030668Z ] 2022-11-23T02:27:21.7031058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.7031426Z with 2022-11-23T02:27:21.7031626Z [ 2022-11-23T02:27:21.7031812Z T=torch::jit::GraphExecutor 2022-11-23T02:27:21.7031993Z ] 2022-11-23T02:27:21.7032417Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.7032824Z with 2022-11-23T02:27:21.7032980Z [ 2022-11-23T02:27:21.7033166Z T=torch::jit::GraphExecutor 2022-11-23T02:27:21.7033344Z ] 2022-11-23T02:27:21.7033807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.7034234Z with 2022-11-23T02:27:21.7034377Z [ 2022-11-23T02:27:21.7034563Z T=torch::jit::GraphExecutor 2022-11-23T02:27:21.7034743Z ] 2022-11-23T02:27:21.7035162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.7035810Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.7036481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:27:21.7037159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7037551Z with 2022-11-23T02:27:21.7037692Z [ 2022-11-23T02:27:21.7037877Z T=torch::jit::GraphExecutor 2022-11-23T02:27:21.7038057Z ] 2022-11-23T02:27:21.7038440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7038800Z with 2022-11-23T02:27:21.7038942Z [ 2022-11-23T02:27:21.7039116Z T=torch::jit::Method 2022-11-23T02:27:21.7039339Z ] 2022-11-23T02:27:21.7039739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.7040110Z with 2022-11-23T02:27:21.7040263Z [ 2022-11-23T02:27:21.7040424Z T=torch::jit::Method 2022-11-23T02:27:21.7040597Z ] 2022-11-23T02:27:21.7041030Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.7041436Z with 2022-11-23T02:27:21.7041590Z [ 2022-11-23T02:27:21.7041763Z T=torch::jit::Method 2022-11-23T02:27:21.7041925Z ] 2022-11-23T02:27:21.7042385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.7042812Z with 2022-11-23T02:27:21.7042965Z [ 2022-11-23T02:27:21.7043135Z T=torch::jit::Method 2022-11-23T02:27:21.7043292Z ] 2022-11-23T02:27:21.7043743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.7044452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.7045194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7045586Z with 2022-11-23T02:27:21.7045741Z [ 2022-11-23T02:27:21.7045917Z T=torch::jit::Method 2022-11-23T02:27:21.7046090Z ] 2022-11-23T02:27:21.7046373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7046437Z with 2022-11-23T02:27:21.7046498Z [ 2022-11-23T02:27:21.7046683Z T=std::vector> 2022-11-23T02:27:21.7046747Z ] 2022-11-23T02:27:21.7047058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.7047121Z with 2022-11-23T02:27:21.7047182Z [ 2022-11-23T02:27:21.7047313Z T=std::vector> 2022-11-23T02:27:21.7047375Z ] 2022-11-23T02:27:21.7047720Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.7047783Z with 2022-11-23T02:27:21.7047844Z [ 2022-11-23T02:27:21.7047976Z T=std::vector> 2022-11-23T02:27:21.7048035Z ] 2022-11-23T02:27:21.7048410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.7048473Z with 2022-11-23T02:27:21.7048519Z [ 2022-11-23T02:27:21.7048648Z T=std::vector> 2022-11-23T02:27:21.7048763Z ] 2022-11-23T02:27:21.7049122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:27:21.7049482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:27:21.7049810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7049874Z with 2022-11-23T02:27:21.7049935Z [ 2022-11-23T02:27:21.7050067Z T=std::vector> 2022-11-23T02:27:21.7050130Z ] 2022-11-23T02:27:21.7050426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7050490Z with 2022-11-23T02:27:21.7050551Z [ 2022-11-23T02:27:21.7050648Z T=torch::jit::NamedValue 2022-11-23T02:27:21.7050748Z ] 2022-11-23T02:27:21.7051060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:27:21.7051125Z with 2022-11-23T02:27:21.7051172Z [ 2022-11-23T02:27:21.7051262Z T=torch::jit::NamedValue 2022-11-23T02:27:21.7051321Z ] 2022-11-23T02:27:21.7051672Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:27:21.7051737Z with 2022-11-23T02:27:21.7051796Z [ 2022-11-23T02:27:21.7051886Z T=torch::jit::NamedValue 2022-11-23T02:27:21.7051946Z ] 2022-11-23T02:27:21.7052315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:27:21.7052380Z with 2022-11-23T02:27:21.7052439Z [ 2022-11-23T02:27:21.7052527Z T=torch::jit::NamedValue 2022-11-23T02:27:21.7052587Z ] 2022-11-23T02:27:21.7052915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:27:21.7053262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/schema_matching.h(31): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:27:21.7053590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:27:21.7053654Z with 2022-11-23T02:27:21.7053713Z [ 2022-11-23T02:27:21.7053790Z T=torch::jit::NamedValue 2022-11-23T02:27:21.7053850Z ] 2022-11-23T02:27:21.8389867Z [4/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\test_custom_backend.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\test_custom_backend.dir\test_custom_backend.cpp.obj /out:test_custom_backend.exe /implib:test_custom_backend.lib /pdb:test_custom_backend.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console -LIBPATH:\lib custom_backend.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudnn.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\caffe2_nvrtc.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T02:27:21.8408123Z "Ninja succeeded for custom_backend test." 2022-11-23T02:27:23.5676739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:23.5677469Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:23.8262392Z 2022-11-23T02:27:23.8262819Z Running tests... 2022-11-23T02:27:23.8263182Z Test results will be stored in test-reports\python-unittest\test_custom_backend 2022-11-23T02:27:23.8263550Z ---------------------------------------------------------------------- 2022-11-23T02:27:23.8270586Z test_execute (__main__.TestCustomBackend) 2022-11-23T02:27:23.8967642Z Test execution using the custom backend. ... ok (0.071s) 2022-11-23T02:27:23.8976322Z test_save_load (__main__.TestCustomBackend) 2022-11-23T02:27:23.9278277Z Test that a lowered module can be executed correctly ... ok (0.030s) 2022-11-23T02:27:23.9280235Z 2022-11-23T02:27:23.9280792Z ---------------------------------------------------------------------- 2022-11-23T02:27:23.9281066Z Ran 2 tests in 0.109s 2022-11-23T02:27:23.9281211Z 2022-11-23T02:27:23.9281278Z OK 2022-11-23T02:27:23.9281370Z 2022-11-23T02:27:23.9281465Z Generating XML reports... 2022-11-23T02:27:23.9334107Z Generated XML report: test-reports\python-unittest\test_custom_backend\TEST-TestCustomBackend-20221123022723.xml 2022-11-23T02:27:26.5952552Z [W C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109] Warning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (function operator ()) 2022-11-23T02:27:26.8838565Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_libtorch.bat 2022-11-23T02:27:26.9008227Z 2022-11-23T02:27:26.9008658Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "0" IF NOT "11.7" == "cpu" exit /b 0 2022-11-23T02:27:26.9027282Z + assert_git_not_dirty 2022-11-23T02:27:26.9027540Z + [[ win-vs2019-cuda11.7-py3 != *rocm* ]] 2022-11-23T02:27:26.9027948Z + [[ win-vs2019-cuda11.7-py3 != *xla* ]] 2022-11-23T02:27:26.9091987Z ++ git status --porcelain 2022-11-23T02:27:27.8180921Z + git_status= 2022-11-23T02:27:27.8181174Z + [[ -n '' ]] 2022-11-23T02:27:27.8181373Z + echo 'TEST PASSED' 2022-11-23T02:27:27.8181548Z TEST PASSED 2022-11-23T02:27:27.8335460Z Prepare all required actions 2022-11-23T02:27:27.8335911Z Getting action download info 2022-11-23T02:27:28.6418289Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T02:27:28.8415991Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T02:27:28.8416218Z with: 2022-11-23T02:27:28.8416639Z github-token: *** 2022-11-23T02:27:28.8416794Z env: 2022-11-23T02:27:28.8417008Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:28.8417331Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:28.8417659Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:28.8417983Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:28.8418264Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:28.8418586Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:28.8418811Z ##[endgroup] 2022-11-23T02:27:28.8548890Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T02:27:28.8549123Z with: 2022-11-23T02:27:28.8549268Z shell: bash 2022-11-23T02:27:28.8549438Z timeout_minutes: 10 2022-11-23T02:27:28.8549616Z max_attempts: 5 2022-11-23T02:27:28.8549791Z retry_wait_seconds: 30 2022-11-23T02:27:28.8550179Z 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 "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T02:27:28.8550568Z polling_interval_seconds: 1 2022-11-23T02:27:28.8550770Z warning_on_retry: true 2022-11-23T02:27:28.8550944Z continue_on_error: false 2022-11-23T02:27:28.8551112Z env: 2022-11-23T02:27:28.8551276Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:28.8551531Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:28.8551857Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:28.8552163Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:28.8552458Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:28.8552746Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:28.8553104Z GITHUB_TOKEN: *** 2022-11-23T02:27:28.8553276Z ##[endgroup] 2022-11-23T02:27:28.9591401Z + python3 -m pip install requests==2.26.0 2022-11-23T02:27:29.5975254Z Collecting requests==2.26.0 2022-11-23T02:27:29.6083371Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T02:27:29.6653236Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T02:27:29.6717764Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T02:27:29.7050680Z Collecting certifi>=2017.4.17 2022-11-23T02:27:29.7108904Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T02:27:29.7820858Z Collecting charset-normalizer~=2.0.0 2022-11-23T02:27:29.7906684Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T02:27:29.8172044Z Collecting idna<4,>=2.5 2022-11-23T02:27:29.8229620Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T02:27:29.9264406Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T02:27:30.7964414Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T02:27:30.8919923Z ++ python3 .github/scripts/get_workflow_job_id.py 3528394938 i-0a9c8789daaf72f72 2022-11-23T02:27:35.7832787Z + GHA_WORKFLOW_JOB_ID=9655750578 2022-11-23T02:27:35.7833234Z + echo job-id=9655750578 2022-11-23T02:27:35.9734689Z Command completed after 1 attempt(s). 2022-11-23T02:27:35.9999547Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:27:35.9999846Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:27:36.0027328Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:27:36.0027604Z env: 2022-11-23T02:27:36.0027786Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:36.0028057Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:36.0028396Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:36.0028702Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:36.0029007Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:36.0029309Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:36.0029561Z MONITOR_SCRIPT_PID: 707 2022-11-23T02:27:36.0029760Z ##[endgroup] 2022-11-23T02:27:36.0406385Z Prepare all required actions 2022-11-23T02:27:36.0406724Z Getting action download info 2022-11-23T02:27:36.3494086Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T02:27:37.0172249Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T02:27:37.2519642Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T02:27:37.2519850Z with: 2022-11-23T02:27:37.2520079Z file-suffix: test-force_on_cpu-1-1-windows.4xlarge_9655750578 2022-11-23T02:27:37.2520299Z env: 2022-11-23T02:27:37.2520470Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:37.2520732Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.2521046Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:37.2521407Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.2521750Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.2522072Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.2522295Z ##[endgroup] 2022-11-23T02:27:37.2663073Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:27:37.2663347Z # -ir => recursive include all files in pattern 2022-11-23T02:27:37.2663623Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T02:27:37.2688075Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:27:37.2688347Z env: 2022-11-23T02:27:37.2688511Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:37.2688772Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.2689098Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:37.2689512Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.2690060Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.2690559Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.2690995Z FILE_SUFFIX: test-force_on_cpu-1-1-windows.4xlarge_9655750578 2022-11-23T02:27:37.2691227Z ##[endgroup] 2022-11-23T02:27:37.6265717Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:27:37.7061065Z Finished 2022-11-23T02:27:37.9460545Z 2022-11-23T02:27:37.9460938Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:27:37.9461127Z 2022-11-23T02:27:37.9461229Z Scanning the drive: 2022-11-23T02:27:37.9461420Z 5 files, 366191 bytes (358 KiB) 2022-11-23T02:27:37.9461547Z 2022-11-23T02:27:37.9461728Z Creating archive: test-jsons-test-force_on_cpu-1-1-windows.4xlarge_9655750578.zip 2022-11-23T02:27:37.9461928Z 2022-11-23T02:27:37.9462050Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T02:27:37.9462376Z 2022-11-23T02:27:37.9462381Z 2022-11-23T02:27:37.9462466Z Files read from disk: 5 2022-11-23T02:27:37.9462672Z Archive size: 39272 bytes (39 KiB) 2022-11-23T02:27:37.9462872Z Everything is Ok 2022-11-23T02:27:37.9800081Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:27:37.9800371Z # -ir => recursive include all files in pattern 2022-11-23T02:27:37.9800744Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T02:27:37.9823801Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:27:37.9824073Z env: 2022-11-23T02:27:37.9824297Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:37.9824550Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.9824880Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:37.9825199Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.9826251Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.9826566Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:37.9826867Z FILE_SUFFIX: test-force_on_cpu-1-1-windows.4xlarge_9655750578 2022-11-23T02:27:37.9827084Z ##[endgroup] 2022-11-23T02:27:38.3274696Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:27:38.4082497Z Finished 2022-11-23T02:27:38.5879007Z 2022-11-23T02:27:38.5879476Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:27:38.5879677Z 2022-11-23T02:27:38.5879759Z Scanning the drive: 2022-11-23T02:27:38.5879963Z 453 files, 4114375 bytes (4018 KiB) 2022-11-23T02:27:38.5880085Z 2022-11-23T02:27:38.5880283Z Creating archive: test-reports-test-force_on_cpu-1-1-windows.4xlarge_9655750578.zip 2022-11-23T02:27:38.5880488Z 2022-11-23T02:27:38.5880616Z Add new data to archive: 453 files, 4114375 bytes (4018 KiB) 2022-11-23T02:27:38.5880789Z 2022-11-23T02:27:38.5880794Z 2022-11-23T02:27:38.5880879Z Files read from disk: 453 2022-11-23T02:27:38.5881082Z Archive size: 449081 bytes (439 KiB) 2022-11-23T02:27:38.5881268Z Everything is Ok 2022-11-23T02:27:38.6221821Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:27:38.6222112Z # -ir => recursive include all files in pattern 2022-11-23T02:27:38.6222410Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T02:27:38.6247160Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:27:38.6247626Z env: 2022-11-23T02:27:38.6247896Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:38.6248349Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:38.6248745Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:38.6249065Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:38.6249377Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:38.6249658Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:38.6249955Z FILE_SUFFIX: test-force_on_cpu-1-1-windows.4xlarge_9655750578 2022-11-23T02:27:38.6250186Z ##[endgroup] 2022-11-23T02:27:38.9679919Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:27:39.0477526Z Finished 2022-11-23T02:27:39.2000567Z 2022-11-23T02:27:39.2001039Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:27:39.2001229Z 2022-11-23T02:27:39.2001325Z Scanning the drive: 2022-11-23T02:27:39.2001529Z 1 file, 1432172 bytes (1399 KiB) 2022-11-23T02:27:39.2001651Z 2022-11-23T02:27:39.2001830Z Creating archive: usage-log-test-force_on_cpu-1-1-windows.4xlarge_9655750578.zip 2022-11-23T02:27:39.2002033Z 2022-11-23T02:27:39.2002142Z Add new data to archive: 1 file, 1432172 bytes (1399 KiB) 2022-11-23T02:27:39.2002955Z 2022-11-23T02:27:39.2002961Z 2022-11-23T02:27:39.2003045Z Files read from disk: 1 2022-11-23T02:27:39.2003249Z Archive size: 78718 bytes (77 KiB) 2022-11-23T02:27:39.2003451Z Everything is Ok 2022-11-23T02:27:39.2321592Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:27:39.2321812Z with: 2022-11-23T02:27:39.2322018Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T02:27:39.2322292Z retention-days: 14 2022-11-23T02:27:39.2322489Z if-no-files-found: warn 2022-11-23T02:27:39.2322701Z path: test-jsons-*.zip 2022-11-23T02:27:39.2322929Z name: artifact 2022-11-23T02:27:39.2323099Z s3-bucket: gha-artifacts 2022-11-23T02:27:39.2323287Z region: us-east-1 2022-11-23T02:27:39.2323449Z env: 2022-11-23T02:27:39.2323624Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:39.2323882Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:39.2324605Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:39.2324932Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:39.2325229Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:39.2325526Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:39.2325757Z ##[endgroup] 2022-11-23T02:27:40.1194931Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:27:40.1195227Z With the provided path, there will be 1 file uploaded 2022-11-23T02:27:40.1195515Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T02:27:40.1209883Z Starting upload of test-jsons-test-force_on_cpu-1-1-windows.4xlarge_9655750578.zip 2022-11-23T02:27:40.2801182Z Finished upload of test-jsons-test-force_on_cpu-1-1-windows.4xlarge_9655750578.zip 2022-11-23T02:27:40.3048612Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:27:40.3048817Z with: 2022-11-23T02:27:40.3049016Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T02:27:40.3049259Z retention-days: 14 2022-11-23T02:27:40.3049455Z if-no-files-found: error 2022-11-23T02:27:40.3049657Z path: test-reports-*.zip 2022-11-23T02:27:40.3049837Z name: artifact 2022-11-23T02:27:40.3050001Z s3-bucket: gha-artifacts 2022-11-23T02:27:40.3050187Z region: us-east-1 2022-11-23T02:27:40.3050345Z env: 2022-11-23T02:27:40.3050512Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:40.3050762Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:40.3051075Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:40.3051386Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:40.3051680Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:40.3051972Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:40.3052201Z ##[endgroup] 2022-11-23T02:27:40.7033642Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:27:40.7033961Z With the provided path, there will be 1 file uploaded 2022-11-23T02:27:40.7034230Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T02:27:40.7047198Z Starting upload of test-reports-test-force_on_cpu-1-1-windows.4xlarge_9655750578.zip 2022-11-23T02:27:40.9291209Z Finished upload of test-reports-test-force_on_cpu-1-1-windows.4xlarge_9655750578.zip 2022-11-23T02:27:40.9553315Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:27:40.9553547Z with: 2022-11-23T02:27:40.9553759Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T02:27:40.9553980Z retention-days: 14 2022-11-23T02:27:40.9554167Z if-no-files-found: ignore 2022-11-23T02:27:40.9554372Z path: usage-log-*.zip 2022-11-23T02:27:40.9554554Z name: artifact 2022-11-23T02:27:40.9554743Z s3-bucket: gha-artifacts 2022-11-23T02:27:40.9554936Z region: us-east-1 2022-11-23T02:27:40.9555087Z env: 2022-11-23T02:27:40.9555336Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:40.9555610Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:40.9555946Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:40.9556275Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:40.9556562Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:40.9556859Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:40.9557080Z ##[endgroup] 2022-11-23T02:27:41.3562776Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:27:41.3563145Z With the provided path, there will be 1 file uploaded 2022-11-23T02:27:41.3563428Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T02:27:41.3576778Z Starting upload of usage-log-test-force_on_cpu-1-1-windows.4xlarge_9655750578.zip 2022-11-23T02:27:41.5308221Z Finished upload of usage-log-test-force_on_cpu-1-1-windows.4xlarge_9655750578.zip 2022-11-23T02:27:41.5572654Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T02:27:41.5572957Z .github/scripts/parse_ref.py 2022-11-23T02:27:41.5624141Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:27:41.5624397Z env: 2022-11-23T02:27:41.5624575Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:41.5624834Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:41.5625163Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:41.5625481Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:41.5625776Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:41.5626060Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:41.5626286Z ##[endgroup] 2022-11-23T02:27:41.9108813Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:27:41.9915020Z Finished 2022-11-23T02:27:42.2245802Z ##[group]Run set -x 2022-11-23T02:27:42.2246058Z set -x 2022-11-23T02:27:42.2246283Z python3 -m pip install -r requirements.txt 2022-11-23T02:27:42.2246539Z python3 -m pip install boto3==1.19.12 2022-11-23T02:27:42.2246827Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:27:42.2274923Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:27:42.2275192Z env: 2022-11-23T02:27:42.2275355Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:42.2275616Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:42.2275941Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:42.2276257Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:42.2276552Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:42.2276938Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:42.2277190Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T02:27:42.2277419Z BRANCH: 2022-11-23T02:27:42.2277593Z TEST_CONFIG: force_on_cpu 2022-11-23T02:27:42.2277780Z SHARD_NUMBER: 1 2022-11-23T02:27:42.2277995Z BUILD_ENVIRONMENT: win-vs2019-cuda11.7-py3 2022-11-23T02:27:42.2278191Z PR_NUMBER: 2022-11-23T02:27:42.2278373Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T02:27:42.2278580Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T02:27:42.2278803Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:27:42.2278992Z TAG: 2022-11-23T02:27:42.2279141Z WORKFLOW_ID: 3528394938 2022-11-23T02:27:42.2279465Z GITHUB_TOKEN: *** 2022-11-23T02:27:42.2279654Z GHA_WORKFLOW_JOB_ID: 9655750578 2022-11-23T02:27:42.2279839Z ##[endgroup] 2022-11-23T02:27:42.2506712Z + python3 -m pip install -r requirements.txt 2022-11-23T02:27:42.8213676Z Collecting astunparse 2022-11-23T02:27:42.8432781Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T02:27:42.8697824Z Collecting expecttest 2022-11-23T02:27:42.8734630Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T02:27:42.9006534Z Collecting future 2022-11-23T02:27:42.9045673Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T02:27:42.9343706Z ------------------------------------- 829.2/829.2 kB 26.4 MB/s eta 0:00:00 2022-11-23T02:27:43.2808156Z Preparing metadata (setup.py): started 2022-11-23T02:27:43.8291497Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:27:44.2193439Z Collecting hypothesis 2022-11-23T02:27:44.2256872Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T02:27:44.2375409Z ------------------------------------- 396.8/396.8 kB 24.2 MB/s eta 0:00:00 2022-11-23T02:27:44.4047730Z Collecting numpy 2022-11-23T02:27:44.4099835Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T02:27:44.5444845Z --------------------------------------- 14.6/14.6 MB 93.0 MB/s eta 0:00:00 2022-11-23T02:27:44.6009662Z 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-11-23T02:27:44.6383775Z Collecting pyyaml 2022-11-23T02:27:44.6522089Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T02:27:44.6623049Z 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-11-23T02:27:44.6635402Z 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-11-23T02:27:44.6832898Z Collecting six 2022-11-23T02:27:44.6871372Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T02:27:44.7086602Z Collecting types-dataclasses 2022-11-23T02:27:44.7126086Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T02:27:44.7393227Z Collecting typing_extensions 2022-11-23T02:27:44.7429736Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T02:27:44.7817110Z Collecting sympy 2022-11-23T02:27:44.8049271Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T02:27:44.8622864Z Collecting filelock 2022-11-23T02:27:44.8659413Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T02:27:44.9076871Z Collecting networkx 2022-11-23T02:27:44.9176562Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T02:27:44.9444957Z ---------------------------------------- 2.0/2.0 MB 65.0 MB/s eta 0:00:00 2022-11-23T02:27:44.9787991Z Collecting jinja2 2022-11-23T02:27:44.9825526Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T02:27:44.9915739Z -------------------------------------- 133.1/133.1 kB 7.7 MB/s eta 0:00:00 2022-11-23T02:27:45.0390591Z Collecting wheel<1.0,>=0.23.0 2022-11-23T02:27:45.0454912Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T02:27:45.1063365Z Collecting attrs>=19.2.0 2022-11-23T02:27:45.1126023Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T02:27:45.1205992Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-11-23T02:27:45.1455974Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T02:27:45.1491447Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T02:27:45.1879851Z 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.12) 2022-11-23T02:27:45.1891319Z 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-11-23T02:27:45.1914505Z 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-11-23T02:27:45.1935884Z 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-11-23T02:27:45.2255627Z Collecting mpmath>=0.19 2022-11-23T02:27:45.2338889Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T02:27:45.3244746Z Collecting MarkupSafe>=2.0 2022-11-23T02:27:45.3281788Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T02:27:45.3717274Z Preparing metadata (setup.py): started 2022-11-23T02:27:45.8428204Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:27:46.1600091Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, networkx, MarkupSafe, future, filelock, expecttest, attrs, jinja2, hypothesis, astunparse 2022-11-23T02:28:17.1857943Z DEPRECATION: MarkupSafe 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-11-23T02:28:17.1864667Z Running setup.py install for MarkupSafe: started 2022-11-23T02:28:19.3794803Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T02:28:19.3861879Z 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-11-23T02:28:19.3867501Z Running setup.py install for future: started 2022-11-23T02:28:23.1681419Z Running setup.py install for future: finished with status 'done' 2022-11-23T02:28:25.0016386Z Successfully installed MarkupSafe-2.1.1 astunparse-1.6.3 attrs-22.1.0 expecttest-0.1.4 filelock-3.8.0 future-0.18.2 hypothesis-6.58.0 jinja2-3.1.2 mpmath-1.2.1 networkx-2.8.8 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-11-23T02:28:25.2309047Z + python3 -m pip install boto3==1.19.12 2022-11-23T02:28:26.1108749Z Collecting boto3==1.19.12 2022-11-23T02:28:26.1494650Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T02:28:26.1674171Z -------------------------------------- 131.8/131.8 kB 7.6 MB/s eta 0:00:00 2022-11-23T02:28:26.6027248Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T02:28:26.6099263Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T02:28:26.7086911Z ---------------------------------------- 8.1/8.1 MB 74.2 MB/s eta 0:00:00 2022-11-23T02:28:26.7668709Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T02:28:26.7707235Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T02:28:26.7995394Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T02:28:26.8031751Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T02:28:26.8114130Z ---------------------------------------- 79.5/79.5 kB ? eta 0:00:00 2022-11-23T02:28:26.8395654Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T02:28:26.8431812Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T02:28:26.8551468Z ------------------------------------- 247.7/247.7 kB 14.8 MB/s eta 0:00:00 2022-11-23T02:28:26.8671139Z 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.12) 2022-11-23T02:28:27.0571408Z 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-11-23T02:28:27.2855278Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T02:28:30.5141480Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-11-23T02:28:30.6407926Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:28:37.5523299Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T02:28:37.5523570Z 2022-11-23T02:28:37.5523712Z ----- Historic stats comparison result ------ 2022-11-23T02:28:37.5525843Z 2022-11-23T02:28:37.5526171Z job: win-vs2019-cuda11.7-py3 2022-11-23T02:28:37.5526533Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:28:37.5526685Z 2022-11-23T02:28:37.5526858Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T02:28:37.5527048Z 2022-11-23T02:28:37.5527123Z : (master) 2022-11-23T02:28:37.5527576Z | 2022-11-23T02:28:37.5527817Z * 1cfd3858ac (HEAD) total time 708.10s 2022-11-23T02:28:37.5528044Z * 26322544b8 0 reports 2022-11-23T02:28:37.5528239Z * 7f4b4d2827 0 reports 2022-11-23T02:28:37.5528442Z * b50699f247 0 reports 2022-11-23T02:28:37.5529909Z * 8bf8e4d71e 0 reports 2022-11-23T02:28:37.5530159Z * ce856cee7e 0 reports 2022-11-23T02:28:37.5530366Z * 391b593ca2 0 reports 2022-11-23T02:28:37.5530565Z * 5bba783d21 0 reports 2022-11-23T02:28:37.5530765Z * ea920a1115 0 reports 2022-11-23T02:28:37.5530961Z * 74e62a1fef 0 reports 2022-11-23T02:28:37.5531161Z * 00b7d8ef23 0 reports 2022-11-23T02:28:37.5531321Z | 2022-11-23T02:28:37.5531543Z : 2022-11-23T02:28:37.5531646Z 2022-11-23T02:28:37.5531778Z Removed (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T02:28:37.5532062Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T02:28:37.5532540Z Added (across 433 suites) 12815 tests, totaling + 708.10s 2022-11-23T02:28:37.6358867Z Prepare all required actions 2022-11-23T02:28:37.6392296Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T02:28:37.6392491Z with: 2022-11-23T02:28:37.6392652Z env: 2022-11-23T02:28:37.6392835Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:28:37.6393103Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:37.6393436Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:28:37.6393822Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:37.6394113Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:37.6394468Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:37.6394705Z ##[endgroup] 2022-11-23T02:28:37.6496263Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:28:37.6496549Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:28:37.6519146Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:28:37.6519406Z env: 2022-11-23T02:28:37.6519593Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:28:37.6519864Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:37.6520203Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:28:37.6520532Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:37.6520839Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:37.6521128Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:37.6521361Z ##[endgroup] 2022-11-23T02:28:38.0144818Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:28:38.0964732Z Finished 2022-11-23T02:28:38.3953940Z Holding runner until all ssh sessions have logged out 2022-11-23T02:28:38.4272428Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:28:38.4272735Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:28:38.4295557Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:28:38.4295836Z env: 2022-11-23T02:28:38.4296008Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:28:38.4296275Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:38.4296690Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:28:38.4297017Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:38.4297375Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:38.4297682Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:38.4297904Z ##[endgroup] 2022-11-23T02:28:38.7768610Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:28:38.8560761Z Finished 2022-11-23T02:28:38.9173532Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:28:38.9173857Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:28:38.9174096Z rm -rf ./* 2022-11-23T02:28:38.9201623Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:28:38.9201891Z env: 2022-11-23T02:28:38.9202079Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:28:38.9202405Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:38.9202743Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:28:38.9203072Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:38.9203378Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:38.9203669Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:28:38.9203918Z EXTRA_DELETE_DIR: 2022-11-23T02:28:38.9204966Z ##[endgroup] 2022-11-23T02:28:56.9172951Z Post job cleanup. 2022-11-23T02:28:56.9310294Z Post job cleanup. 2022-11-23T02:28:57.3303769Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T02:28:57.3552077Z Post job cleanup. 2022-11-23T02:28:57.3730983Z Post job cleanup. 2022-11-23T02:29:00.1965160Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T02:29:00.2148424Z git version 2.38.1.windows.1 2022-11-23T02:29:00.2200626Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\ecad982a-7fc5-4f2e-a0ce-a32bafebfc64\.gitconfig' 2022-11-23T02:29:00.2221995Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ecad982a-7fc5-4f2e-a0ce-a32bafebfc64' before making global git config changes 2022-11-23T02:29:00.2222492Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T02:29:00.2231932Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T02:29:00.2462081Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T02:29:00.2670490Z [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-11-23T02:29:00.6490080Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T02:29:00.6666543Z http.https://github.com/.extraheader 2022-11-23T02:29:00.6702324Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T02:29:00.6949218Z [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-11-23T02:29:01.1095289Z Cleaning up orphan processes 2022-11-23T02:29:01.1284914Z Terminate orphan process: pid (1984) (mspdbsrv)